Uses of Class
com.echothree.model.data.communication.common.pk.CommunicationEmailSourcePK
Packages that use CommunicationEmailSourcePK
Package
Description
-
Uses of CommunicationEmailSourcePK in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return CommunicationEmailSourcePK -
Uses of CommunicationEmailSourcePK in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory that return CommunicationEmailSourcePKModifier and TypeMethodDescriptionCommunicationEmailSourceFactory.getNextPK()CommunicationEmailSourceFactory.getPKFromQuery(PreparedStatement ps, Object... params) CommunicationEmailSourceFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.communication.server.factory that return types with arguments of type CommunicationEmailSourcePKModifier and TypeMethodDescriptionCommunicationEmailSourceFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CommunicationEmailSourceFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CommunicationEmailSourceFactory.getPKsFromResultSetAsList(ResultSet rs) CommunicationEmailSourceFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.communication.server.factory with parameters of type CommunicationEmailSourcePKModifier and TypeMethodDescriptionCommunicationEmailSourceFactory.getEntityFromCache(Session session, CommunicationEmailSourcePK pk) CommunicationEmailSourceFactory.getEntityFromPK(EntityPermission entityPermission, CommunicationEmailSourcePK pk) CommunicationEmailSourceFactory.getEntityFromPK(Session session, EntityPermission entityPermission, CommunicationEmailSourcePK pk) CommunicationEmailSourceFactory.getValueFromPK(Session session, CommunicationEmailSourcePK pk) voidCommunicationEmailSourceFactory.remove(Session session, CommunicationEmailSourcePK pk) booleanCommunicationEmailSourceFactory.validPK(Session session, CommunicationEmailSourcePK pk) Method parameters in com.echothree.model.data.communication.server.factory with type arguments of type CommunicationEmailSourcePKModifier and TypeMethodDescriptionCommunicationEmailSourceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommunicationEmailSourcePK> pks) CommunicationEmailSourceFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<CommunicationEmailSourcePK> pks) CommunicationEmailSourceFactory.getValuesFromPKs(Session session, Collection<CommunicationEmailSourcePK> pks) voidCommunicationEmailSourceFactory.remove(Session session, Collection<CommunicationEmailSourcePK> pks) voidCommunicationEmailSourceFactory.remove(Collection<CommunicationEmailSourcePK> pks) -
Uses of CommunicationEmailSourcePK in com.echothree.model.data.communication.server.value
Methods in com.echothree.model.data.communication.server.value that return CommunicationEmailSourcePKConstructors in com.echothree.model.data.communication.server.value with parameters of type CommunicationEmailSourcePKModifierConstructorDescriptionCommunicationEmailSourceValue(CommunicationEmailSourcePK communicationEmailSourcePK, CommunicationSourcePK communicationSourcePK, ServerPK serverPK, String username, String password, WorkEffortScopePK receiveWorkEffortScopePK, WorkEffortScopePK sendWorkEffortScopePK, SelectorPK reviewEmployeeSelectorPK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEmailSourceValue