|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MembershipTypeEntity | |
---|---|
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 MembershipTypeEntity in net.sf.imca.model |
---|
Methods in net.sf.imca.model that return MembershipTypeEntity | |
---|---|
MembershipTypeEntity |
MembershipTypeBO.getEntity()
Get the persistence entity. |
Methods in net.sf.imca.model that return types with arguments of type MembershipTypeEntity | |
---|---|
java.util.List<MembershipTypeEntity> |
AssociationBO.getJoinableMembershipTypes(javax.persistence.EntityManager em)
|
Methods in net.sf.imca.model with parameters of type MembershipTypeEntity | |
---|---|
void |
PersonBO.sendMembershipConfirmationMail(javax.persistence.EntityManager em,
MembershipTypeEntity memType)
|
void |
PersonBO.sendMembershipRequestMail(javax.persistence.EntityManager em,
MembershipTypeEntity memType)
|
void |
MembershipTypeBO.setEntity(MembershipTypeEntity entity)
Set the persistence entity. |
Constructors in net.sf.imca.model with parameters of type MembershipTypeEntity | |
---|---|
MembershipTypeBO(MembershipTypeEntity membershipTypeEntity)
|
Uses of MembershipTypeEntity in net.sf.imca.model.entities |
---|
Methods in net.sf.imca.model.entities that return MembershipTypeEntity | |
---|---|
MembershipTypeEntity |
MembershipEntity.getType()
|
Methods in net.sf.imca.model.entities that return types with arguments of type MembershipTypeEntity | |
---|---|
java.util.List<MembershipTypeEntity> |
AssociationDAO.findMembershipTypes(javax.persistence.EntityManager em,
AssociationEntity association)
|
Methods in net.sf.imca.model.entities with parameters of type MembershipTypeEntity | |
---|---|
boolean |
MembershipDAO.getHasLinkedMemberships(javax.persistence.EntityManager em,
MembershipTypeEntity membershipType)
|
void |
MembershipEntity.setType(MembershipTypeEntity type)
|
Uses of MembershipTypeEntity in net.sf.imca.services |
---|
Methods in net.sf.imca.services that return MembershipTypeEntity | |
---|---|
MembershipTypeEntity |
JoinImcaService.getMembershipTypeEntity(long membershipTypeId)
|
Methods in net.sf.imca.services that return types with arguments of type MembershipTypeEntity | |
---|---|
java.util.List<MembershipTypeEntity> |
JoinImcaService.getJoinableMembershipTypes(java.lang.String countryCode,
java.lang.String area)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |