|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssociationEntity | |
|---|---|
| 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. |
| Uses of AssociationEntity in net.sf.imca.model |
|---|
| Methods in net.sf.imca.model that return AssociationEntity | |
|---|---|
AssociationEntity |
AssociationBO.getEntity()
Get the persistence entity. |
| Methods in net.sf.imca.model with parameters of type AssociationEntity | |
|---|---|
void |
AssociationBO.setEntity(AssociationEntity entity)
Set the persistence entity. |
| Constructors in net.sf.imca.model with parameters of type AssociationEntity | |
|---|---|
AssociationBO(AssociationEntity entity)
Constructor with state entity. |
|
| Uses of AssociationEntity in net.sf.imca.model.entities |
|---|
| Methods in net.sf.imca.model.entities that return AssociationEntity | |
|---|---|
AssociationEntity |
AssociationDAO.findAssociation(javax.persistence.EntityManager em,
java.lang.String countryCode,
java.lang.String area)
|
AssociationEntity |
MembershipTypeEntity.getAssociation()
|
AssociationEntity |
CommitteeMemberEntity.getAssosiation()
|
| Methods in net.sf.imca.model.entities that return types with arguments of type AssociationEntity | |
|---|---|
java.util.List<AssociationEntity> |
AssociationDAO.getAllAssociations(javax.persistence.EntityManager em)
|
java.util.List<AssociationEntity> |
AssociationDAO.getAssociations(javax.persistence.EntityManager em,
boolean official)
|
java.util.List<AssociationEntity> |
AssociationDAO.getAssociationsInCountry(javax.persistence.EntityManager em,
java.lang.String countryCode)
|
java.util.List<AssociationEntity> |
AssociationDAO.getAssociationsWithWebsites(javax.persistence.EntityManager em)
|
| Methods in net.sf.imca.model.entities with parameters of type AssociationEntity | |
|---|---|
CommitteeMemberEntity |
CommitteeMemberDAO.find(javax.persistence.EntityManager em,
java.lang.String positionName,
AssociationEntity association)
|
java.util.List<MembershipTypeEntity> |
AssociationDAO.findMembershipTypes(javax.persistence.EntityManager em,
AssociationEntity association)
|
void |
MembershipTypeEntity.setAssociation(AssociationEntity association)
|
void |
CommitteeMemberEntity.setAssosiation(AssociationEntity assosiation)
|
| Uses of AssociationEntity in net.sf.imca.services |
|---|
| Methods in net.sf.imca.services with parameters of type AssociationEntity | |
|---|---|
void |
CommitteeService.saveAssociationData(AssociationEntity entity)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||