Uses of Class
com.echothree.model.data.party.common.pk.PartyDepartmentPK
Packages that use PartyDepartmentPK
Package
Description
-
Uses of PartyDepartmentPK in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PartyDepartmentPK -
Uses of PartyDepartmentPK in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyDepartmentPKModifier and TypeMethodDescriptionPartyDepartmentFactory.getNextPK()
PartyDepartmentFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PartyDepartmentFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyDepartmentPKModifier and TypeMethodDescriptionPartyDepartmentFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PartyDepartmentFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PartyDepartmentFactory.getPKsFromResultSetAsList
(ResultSet rs) PartyDepartmentFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyDepartmentPKModifier and TypeMethodDescriptionPartyDepartmentFactory.getEntityFromCache
(Session session, PartyDepartmentPK pk) PartyDepartmentFactory.getEntityFromPK
(EntityPermission entityPermission, PartyDepartmentPK pk) PartyDepartmentFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyDepartmentPK pk) PartyDepartmentFactory.getValueFromPK
(Session session, PartyDepartmentPK pk) void
PartyDepartmentFactory.remove
(Session session, PartyDepartmentPK pk) boolean
PartyDepartmentFactory.validPK
(Session session, PartyDepartmentPK pk) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyDepartmentPKModifier and TypeMethodDescriptionPartyDepartmentFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PartyDepartmentPK> pks) PartyDepartmentFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyDepartmentPK> pks) PartyDepartmentFactory.getValuesFromPKs
(Session session, Collection<PartyDepartmentPK> pks) void
PartyDepartmentFactory.remove
(Session session, Collection<PartyDepartmentPK> pks) void
PartyDepartmentFactory.remove
(Collection<PartyDepartmentPK> pks) -
Uses of PartyDepartmentPK in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return PartyDepartmentPKConstructors in com.echothree.model.data.party.server.value with parameters of type PartyDepartmentPKModifierConstructorDescriptionPartyDepartmentValue
(PartyDepartmentPK partyDepartmentPK, PartyPK partyPK, PartyPK divisionPartyPK, String partyDepartmentName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyDepartmentValue