|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssociationBO | |
---|---|
net.sf.imca.model | The classes in this package contain the object orientated logic of the domain model. |
net.sf.imca.model.entities | The classes in the package describe the persistence data Model. |
net.sf.imca.services | The classes are the interface for the various back-end services the IMCA provide. |
net.sf.imca.web.backingbeans | Java Server Faces Backing beans, and utilities. |
Uses of AssociationBO in net.sf.imca.model |
---|
Methods in net.sf.imca.model that return AssociationBO | |
---|---|
AssociationBO[] |
PersonBO.getCommitteeMemberships(javax.persistence.EntityManager em)
|
AssociationBO[] |
PersonBO.getOficialIMCACommitteeMemberships(javax.persistence.EntityManager em)
|
Methods in net.sf.imca.model with parameters of type AssociationBO | |
---|---|
int |
AssociationComparator.compare(AssociationBO a1,
AssociationBO a2)
|
Uses of AssociationBO in net.sf.imca.model.entities |
---|
Methods in net.sf.imca.model.entities that return AssociationBO | |
---|---|
AssociationBO |
AssociationDAO.getWorldAssociation(javax.persistence.EntityManager em)
|
Uses of AssociationBO in net.sf.imca.services |
---|
Methods in net.sf.imca.services that return AssociationBO | |
---|---|
AssociationBO[] |
CommitteeService.getAllAssociations()
|
AssociationBO |
CommitteeService.getAssociation(long associationId)
|
AssociationBO |
CommitteeService.getAssociation(java.lang.String countryCode,
java.lang.String area)
|
AssociationBO[] |
CommitteeService.getAssociations(boolean official)
|
AssociationBO[] |
UiService.getAssociationsWithWebsites()
|
AssociationBO[] |
CommitteeService.getCommitteeMemberships(PersonBO person)
|
AssociationBO |
JoinImcaService.getJoinableAssociation(java.lang.String countryCode,
java.lang.String area)
|
AssociationBO[] |
CommitteeService.getOficialIMCACommitteeMemberships(PersonBO person)
|
AssociationBO |
JoinImcaService.selectAssociation(java.lang.String countryCode,
java.lang.String area)
|
AssociationBO[] |
JoinImcaService.selectAssociations(java.lang.String countryCode)
|
Uses of AssociationBO in net.sf.imca.web.backingbeans |
---|
Methods in net.sf.imca.web.backingbeans that return AssociationBO | |
---|---|
AssociationBO |
JoinBean.getAssociation()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |