Uses of Class
com.hack23.cia.model.internal.application.data.impl.AggregatedBugData

Packages that use AggregatedBugData
com.hack23.cia.model.internal.application.data.impl   
com.hack23.cia.service.impl   
com.hack23.cia.web.impl.ui.page.user Provides... 
 

Uses of AggregatedBugData in com.hack23.cia.model.internal.application.data.impl
 

Fields in com.hack23.cia.model.internal.application.data.impl with type parameters of type AggregatedBugData
static javax.persistence.metamodel.SingularAttribute<AggregatedBugData,String> AggregatedBugData_.country
           
static javax.persistence.metamodel.SingularAttribute<AggregatedBugData,MepinfoEuElement> AggregatedBugData_.eu
           
static javax.persistence.metamodel.SingularAttribute<AggregatedBugData,Integer> AggregatedBugData_.hashCode
           
static javax.persistence.metamodel.SingularAttribute<AggregatedBugData,Long> AggregatedBugData_.hjid
           
static javax.persistence.metamodel.SingularAttribute<AggregatedBugData,String> AggregatedBugData_.id
           
static javax.persistence.metamodel.SingularAttribute<AggregatedBugData,String> AggregatedBugData_.key
           
static javax.persistence.metamodel.SingularAttribute<AggregatedBugData,String> AggregatedBugData_.name
           
static javax.persistence.metamodel.SingularAttribute<AggregatedBugData,String> AggregatedBugData_.party
           
static javax.persistence.metamodel.SingularAttribute<AggregatedBugData,PersonData> AggregatedBugData_.sweden
           
static javax.persistence.metamodel.SingularAttribute<AggregatedBugData,BugMetaDataType> AggregatedBugData_.type
           
 

Methods in com.hack23.cia.model.internal.application.data.impl that return AggregatedBugData
 AggregatedBugData ObjectFactory.createAggregatedBugData()
          Create an instance of AggregatedBugData
 AggregatedBugData AggregatedBugData.withCountry(String value)
           
 AggregatedBugData AggregatedBugData.withEu(MepinfoEuElement value)
           
 AggregatedBugData AggregatedBugData.withId(String value)
           
 AggregatedBugData AggregatedBugData.withKey(String value)
           
 AggregatedBugData AggregatedBugData.withName(String value)
           
 AggregatedBugData AggregatedBugData.withParty(String value)
           
 AggregatedBugData AggregatedBugData.withSweden(PersonData value)
           
 AggregatedBugData AggregatedBugData.withType(BugMetaDataType value)
           
 

Uses of AggregatedBugData in com.hack23.cia.service.impl
 

Methods in com.hack23.cia.service.impl that return AggregatedBugData
 AggregatedBugData AggregatedBugDataContainer.load(String id)
           
 

Methods in com.hack23.cia.service.impl that return types with arguments of type AggregatedBugData
 List<AggregatedBugData> AggregatedBugDataContainer.getAll()
           
 

Uses of AggregatedBugData in com.hack23.cia.web.impl.ui.page.user
 

Methods in com.hack23.cia.web.impl.ui.page.user with parameters of type AggregatedBugData
 void AggregatedBugDataPanel.update(AggregatedBugData bugData)
          Update.
 

Constructors in com.hack23.cia.web.impl.ui.page.user with parameters of type AggregatedBugData
AggregatedBugDataPanel(AggregatedBugData bugData)
          Instantiates a new aggregated bug data panel.
 



Copyright © 2008-2011 www.hack23.com. All Rights Reserved.