Uses of Class
com.echothree.model.data.communication.common.pk.CommunicationEventRolePK
Packages that use CommunicationEventRolePK
Package
Description
-
Uses of CommunicationEventRolePK in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return CommunicationEventRolePK -
Uses of CommunicationEventRolePK in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory that return CommunicationEventRolePKModifier and TypeMethodDescriptionCommunicationEventRoleFactory.getNextPK()CommunicationEventRoleFactory.getPKFromQuery(PreparedStatement ps, Object... params) CommunicationEventRoleFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.communication.server.factory that return types with arguments of type CommunicationEventRolePKModifier and TypeMethodDescriptionCommunicationEventRoleFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CommunicationEventRoleFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CommunicationEventRoleFactory.getPKsFromResultSetAsList(ResultSet rs) CommunicationEventRoleFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.communication.server.factory with parameters of type CommunicationEventRolePKModifier and TypeMethodDescriptionCommunicationEventRoleFactory.getEntityFromCache(Session session, CommunicationEventRolePK pk) CommunicationEventRoleFactory.getEntityFromPK(EntityPermission entityPermission, CommunicationEventRolePK pk) CommunicationEventRoleFactory.getEntityFromPK(Session session, EntityPermission entityPermission, CommunicationEventRolePK pk) CommunicationEventRoleFactory.getValueFromPK(Session session, CommunicationEventRolePK pk) voidCommunicationEventRoleFactory.remove(Session session, CommunicationEventRolePK pk) booleanCommunicationEventRoleFactory.validPK(Session session, CommunicationEventRolePK pk) Method parameters in com.echothree.model.data.communication.server.factory with type arguments of type CommunicationEventRolePKModifier and TypeMethodDescriptionCommunicationEventRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommunicationEventRolePK> pks) CommunicationEventRoleFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<CommunicationEventRolePK> pks) CommunicationEventRoleFactory.getValuesFromPKs(Session session, Collection<CommunicationEventRolePK> pks) voidCommunicationEventRoleFactory.remove(Session session, Collection<CommunicationEventRolePK> pks) voidCommunicationEventRoleFactory.remove(Collection<CommunicationEventRolePK> pks) -
Uses of CommunicationEventRolePK in com.echothree.model.data.communication.server.value
Methods in com.echothree.model.data.communication.server.value that return CommunicationEventRolePKConstructors in com.echothree.model.data.communication.server.value with parameters of type CommunicationEventRolePKModifierConstructorDescriptionCommunicationEventRoleValue(CommunicationEventRolePK communicationEventRolePK, CommunicationEventPK communicationEventPK, PartyPK partyPK, CommunicationEventRoleTypePK communicationEventRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEventRoleValue