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(PartyDocumentPK pk) PartyDocumentFactory.getEntityFromPK(EntityPermission entityPermission, PartyDocumentPK pk) PartyDocumentFactory.getValueFromPK(PartyDocumentPK pk) voidPartyDocumentFactory.remove(PartyDocumentPK pk) booleanPartyDocumentFactory.validPK(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.getValuesFromPKs(Collection<PartyDocumentPK> pks) voidPartyDocumentFactory.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