Uses of Class
com.echothree.model.data.document.common.pk.PartyDocumentPK
Packages that use PartyDocumentPK
Package
Description
-
Uses of PartyDocumentPK in com.echothree.model.data.document.server.entity
Methods in com.echothree.model.data.document.server.entity that return PartyDocumentPK -
Uses of PartyDocumentPK in com.echothree.model.data.document.server.factory
Methods in com.echothree.model.data.document.server.factory that return PartyDocumentPKModifier and TypeMethodDescriptionPartyDocumentFactory.getNextPK()
PartyDocumentFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PartyDocumentFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.document.server.factory that return types with arguments of type PartyDocumentPKModifier and TypeMethodDescriptionPartyDocumentFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PartyDocumentFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PartyDocumentFactory.getPKsFromResultSetAsList
(ResultSet rs) PartyDocumentFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.document.server.factory with parameters of type PartyDocumentPKModifier and TypeMethodDescriptionPartyDocumentFactory.getEntityFromCache
(Session session, PartyDocumentPK pk) PartyDocumentFactory.getEntityFromPK
(EntityPermission entityPermission, PartyDocumentPK pk) PartyDocumentFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyDocumentPK pk) PartyDocumentFactory.getValueFromPK
(Session session, PartyDocumentPK pk) void
PartyDocumentFactory.remove
(Session session, PartyDocumentPK pk) boolean
PartyDocumentFactory.validPK
(Session session, PartyDocumentPK pk) Method parameters in com.echothree.model.data.document.server.factory with type arguments of type PartyDocumentPKModifier and TypeMethodDescriptionPartyDocumentFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PartyDocumentPK> pks) PartyDocumentFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyDocumentPK> pks) PartyDocumentFactory.getValuesFromPKs
(Session session, Collection<PartyDocumentPK> pks) void
PartyDocumentFactory.remove
(Session session, Collection<PartyDocumentPK> pks) void
PartyDocumentFactory.remove
(Collection<PartyDocumentPK> pks) -
Uses of PartyDocumentPK in com.echothree.model.data.document.server.value
Methods in com.echothree.model.data.document.server.value that return PartyDocumentPKConstructors in com.echothree.model.data.document.server.value with parameters of type PartyDocumentPKModifierConstructorDescriptionPartyDocumentValue
(PartyDocumentPK partyDocumentPK, PartyPK partyPK, DocumentPK documentPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyDocumentValue