Uses of Class
com.echothree.model.data.document.common.pk.DocumentPK
Packages that use DocumentPK
Package
Description
-
Uses of DocumentPK in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return DocumentPKMethods in com.echothree.model.data.communication.server.entity with parameters of type DocumentPKModifier and TypeMethodDescriptionvoid
CommunicationEventDetail.setDocumentPK
(DocumentPK documentPK) -
Uses of DocumentPK in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory with parameters of type DocumentPKModifier and TypeMethodDescriptionCommunicationEventDetailFactory.create
(CommunicationEventPK communicationEventPK, String communicationEventName, CommunicationEventTypePK communicationEventTypePK, CommunicationSourcePK communicationSourcePK, CommunicationEventPurposePK communicationEventPurposePK, CommunicationEventPK originalCommunicationEventPK, CommunicationEventPK parentCommunicationEventPK, PartyContactMechanismPK partyContactMechanismPK, DocumentPK documentPK, Long fromTime, Long thruTime) CommunicationEventDetailFactory.create
(Session session, CommunicationEventPK communicationEventPK, String communicationEventName, CommunicationEventTypePK communicationEventTypePK, CommunicationSourcePK communicationSourcePK, CommunicationEventPurposePK communicationEventPurposePK, CommunicationEventPK originalCommunicationEventPK, CommunicationEventPK parentCommunicationEventPK, PartyContactMechanismPK partyContactMechanismPK, DocumentPK documentPK, Long fromTime, Long thruTime) -
Uses of DocumentPK in com.echothree.model.data.communication.server.value
Methods in com.echothree.model.data.communication.server.value that return DocumentPKMethods in com.echothree.model.data.communication.server.value with parameters of type DocumentPKModifier and TypeMethodDescriptionvoid
CommunicationEventDetailValue.setDocumentPK
(DocumentPK documentPK) Constructors in com.echothree.model.data.communication.server.value with parameters of type DocumentPKModifierConstructorDescriptionCommunicationEventDetailValue
(CommunicationEventDetailPK communicationEventDetailPK, CommunicationEventPK communicationEventPK, String communicationEventName, CommunicationEventTypePK communicationEventTypePK, CommunicationSourcePK communicationSourcePK, CommunicationEventPurposePK communicationEventPurposePK, CommunicationEventPK originalCommunicationEventPK, CommunicationEventPK parentCommunicationEventPK, PartyContactMechanismPK partyContactMechanismPK, DocumentPK documentPK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEventDetailValueCommunicationEventDetailValue
(CommunicationEventPK communicationEventPK, String communicationEventName, CommunicationEventTypePK communicationEventTypePK, CommunicationSourcePK communicationSourcePK, CommunicationEventPurposePK communicationEventPurposePK, CommunicationEventPK originalCommunicationEventPK, CommunicationEventPK parentCommunicationEventPK, PartyContactMechanismPK partyContactMechanismPK, DocumentPK documentPK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEventDetailValue -
Uses of DocumentPK in com.echothree.model.data.document.server.entity
Methods in com.echothree.model.data.document.server.entity that return DocumentPKModifier and TypeMethodDescriptionDocumentBlob.getDocumentPK()
DocumentClob.getDocumentPK()
DocumentDescription.getDocumentPK()
DocumentDetail.getDocumentPK()
PartyDocument.getDocumentPK()
Document.getPrimaryKey()
Methods in com.echothree.model.data.document.server.entity with parameters of type DocumentPKModifier and TypeMethodDescriptionvoid
DocumentBlob.setDocumentPK
(DocumentPK documentPK) void
DocumentClob.setDocumentPK
(DocumentPK documentPK) void
DocumentDescription.setDocumentPK
(DocumentPK documentPK) void
DocumentDetail.setDocumentPK
(DocumentPK documentPK) void
PartyDocument.setDocumentPK
(DocumentPK documentPK) -
Uses of DocumentPK in com.echothree.model.data.document.server.factory
Methods in com.echothree.model.data.document.server.factory that return DocumentPKModifier and TypeMethodDescriptionDocumentFactory.getNextPK()
DocumentFactory.getPKFromQuery
(PreparedStatement ps, Object... params) DocumentFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.document.server.factory that return types with arguments of type DocumentPKModifier and TypeMethodDescriptionDocumentFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) DocumentFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) DocumentFactory.getPKsFromResultSetAsList
(ResultSet rs) DocumentFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.document.server.factory with parameters of type DocumentPKModifier and TypeMethodDescriptionDocumentBlobFactory.create
(DocumentPK documentPK, ByteArray blob, Long fromTime, Long thruTime) DocumentBlobFactory.create
(Session session, DocumentPK documentPK, ByteArray blob, Long fromTime, Long thruTime) DocumentClobFactory.create
(DocumentPK documentPK, String clob, Long fromTime, Long thruTime) DocumentClobFactory.create
(Session session, DocumentPK documentPK, String clob, Long fromTime, Long thruTime) DocumentDescriptionFactory.create
(DocumentPK documentPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) DocumentDescriptionFactory.create
(Session session, DocumentPK documentPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) DocumentDetailFactory.create
(DocumentPK documentPK, String documentName, DocumentTypePK documentTypePK, MimeTypePK mimeTypePK, Integer pages, Long fromTime, Long thruTime) DocumentDetailFactory.create
(Session session, DocumentPK documentPK, String documentName, DocumentTypePK documentTypePK, MimeTypePK mimeTypePK, Integer pages, Long fromTime, Long thruTime) PartyDocumentFactory.create
(PartyPK partyPK, DocumentPK documentPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyDocumentFactory.create
(Session session, PartyPK partyPK, DocumentPK documentPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) DocumentFactory.getEntityFromCache
(Session session, DocumentPK pk) DocumentFactory.getEntityFromPK
(EntityPermission entityPermission, DocumentPK pk) DocumentFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, DocumentPK pk) DocumentFactory.getValueFromPK
(Session session, DocumentPK pk) void
DocumentFactory.remove
(Session session, DocumentPK pk) boolean
DocumentFactory.validPK
(Session session, DocumentPK pk) Method parameters in com.echothree.model.data.document.server.factory with type arguments of type DocumentPKModifier and TypeMethodDescriptionDocumentFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<DocumentPK> pks) DocumentFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<DocumentPK> pks) DocumentFactory.getValuesFromPKs
(Session session, Collection<DocumentPK> pks) void
DocumentFactory.remove
(Session session, Collection<DocumentPK> pks) void
DocumentFactory.remove
(Collection<DocumentPK> pks) -
Uses of DocumentPK in com.echothree.model.data.document.server.value
Methods in com.echothree.model.data.document.server.value that return DocumentPKModifier and TypeMethodDescriptionDocumentBlobValue.getDocumentPK()
DocumentClobValue.getDocumentPK()
DocumentDescriptionValue.getDocumentPK()
DocumentDetailValue.getDocumentPK()
PartyDocumentValue.getDocumentPK()
DocumentValue.getPrimaryKey()
Methods in com.echothree.model.data.document.server.value with parameters of type DocumentPKModifier and TypeMethodDescriptionvoid
DocumentBlobValue.setDocumentPK
(DocumentPK documentPK) void
DocumentClobValue.setDocumentPK
(DocumentPK documentPK) void
DocumentDescriptionValue.setDocumentPK
(DocumentPK documentPK) void
DocumentDetailValue.setDocumentPK
(DocumentPK documentPK) void
PartyDocumentValue.setDocumentPK
(DocumentPK documentPK) Constructors in com.echothree.model.data.document.server.value with parameters of type DocumentPKModifierConstructorDescriptionDocumentBlobValue
(DocumentBlobPK documentBlobPK, DocumentPK documentPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of DocumentBlobValueDocumentBlobValue
(DocumentPK documentPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of DocumentBlobValueDocumentClobValue
(DocumentClobPK documentClobPK, DocumentPK documentPK, String clob, Long fromTime, Long thruTime) Creates a new instance of DocumentClobValueDocumentClobValue
(DocumentPK documentPK, String clob, Long fromTime, Long thruTime) Creates a new instance of DocumentClobValueDocumentDescriptionValue
(DocumentDescriptionPK documentDescriptionPK, DocumentPK documentPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of DocumentDescriptionValueDocumentDescriptionValue
(DocumentPK documentPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of DocumentDescriptionValueDocumentDetailValue
(DocumentDetailPK documentDetailPK, DocumentPK documentPK, String documentName, DocumentTypePK documentTypePK, MimeTypePK mimeTypePK, Integer pages, Long fromTime, Long thruTime) Creates a new instance of DocumentDetailValueDocumentDetailValue
(DocumentPK documentPK, String documentName, DocumentTypePK documentTypePK, MimeTypePK mimeTypePK, Integer pages, Long fromTime, Long thruTime) Creates a new instance of DocumentDetailValueDocumentValue
(DocumentPK documentPK, DocumentDetailPK activeDetailPK, DocumentDetailPK lastDetailPK) Creates a new instance of DocumentValuePartyDocumentValue
(PartyDocumentPK partyDocumentPK, PartyPK partyPK, DocumentPK documentPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyDocumentValuePartyDocumentValue
(PartyPK partyPK, DocumentPK documentPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyDocumentValue -
Uses of DocumentPK in com.echothree.model.data.icon.server.entity
Methods in com.echothree.model.data.icon.server.entity that return DocumentPKMethods in com.echothree.model.data.icon.server.entity with parameters of type DocumentPK -
Uses of DocumentPK in com.echothree.model.data.icon.server.factory
Methods in com.echothree.model.data.icon.server.factory with parameters of type DocumentPKModifier and TypeMethodDescriptionIconDetailFactory.create
(IconPK iconPK, String iconName, DocumentPK documentPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) IconDetailFactory.create
(Session session, IconPK iconPK, String iconName, DocumentPK documentPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of DocumentPK in com.echothree.model.data.icon.server.value
Methods in com.echothree.model.data.icon.server.value that return DocumentPKMethods in com.echothree.model.data.icon.server.value with parameters of type DocumentPKConstructors in com.echothree.model.data.icon.server.value with parameters of type DocumentPKModifierConstructorDescriptionIconDetailValue
(IconDetailPK iconDetailPK, IconPK iconPK, String iconName, DocumentPK documentPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of IconDetailValueIconDetailValue
(IconPK iconPK, String iconName, DocumentPK documentPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of IconDetailValue -
Uses of DocumentPK in com.echothree.model.data.printer.server.entity
Methods in com.echothree.model.data.printer.server.entity that return DocumentPKMethods in com.echothree.model.data.printer.server.entity with parameters of type DocumentPKModifier and TypeMethodDescriptionvoid
PrinterGroupJobDetail.setDocumentPK
(DocumentPK documentPK) -
Uses of DocumentPK in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory with parameters of type DocumentPKModifier and TypeMethodDescriptionPrinterGroupJobDetailFactory.create
(PrinterGroupJobPK printerGroupJobPK, String printerGroupJobName, PrinterGroupPK printerGroupPK, DocumentPK documentPK, Integer copies, Integer priority, Long fromTime, Long thruTime) PrinterGroupJobDetailFactory.create
(Session session, PrinterGroupJobPK printerGroupJobPK, String printerGroupJobName, PrinterGroupPK printerGroupPK, DocumentPK documentPK, Integer copies, Integer priority, Long fromTime, Long thruTime) -
Uses of DocumentPK in com.echothree.model.data.printer.server.value
Methods in com.echothree.model.data.printer.server.value that return DocumentPKMethods in com.echothree.model.data.printer.server.value with parameters of type DocumentPKModifier and TypeMethodDescriptionvoid
PrinterGroupJobDetailValue.setDocumentPK
(DocumentPK documentPK) Constructors in com.echothree.model.data.printer.server.value with parameters of type DocumentPKModifierConstructorDescriptionPrinterGroupJobDetailValue
(PrinterGroupJobDetailPK printerGroupJobDetailPK, PrinterGroupJobPK printerGroupJobPK, String printerGroupJobName, PrinterGroupPK printerGroupPK, DocumentPK documentPK, Integer copies, Integer priority, Long fromTime, Long thruTime) Creates a new instance of PrinterGroupJobDetailValuePrinterGroupJobDetailValue
(PrinterGroupJobPK printerGroupJobPK, String printerGroupJobName, PrinterGroupPK printerGroupPK, DocumentPK documentPK, Integer copies, Integer priority, Long fromTime, Long thruTime) Creates a new instance of PrinterGroupJobDetailValue