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 TypeMethodDescriptionvoidCommunicationEventDetail.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) -
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 TypeMethodDescriptionvoidCommunicationEventDetailValue.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 TypeMethodDescriptionvoidDocumentBlob.setDocumentPK(DocumentPK documentPK) voidDocumentClob.setDocumentPK(DocumentPK documentPK) voidDocumentDescription.setDocumentPK(DocumentPK documentPK) voidDocumentDetail.setDocumentPK(DocumentPK documentPK) voidPartyDocument.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) DocumentClobFactory.create(DocumentPK documentPK, String clob, Long fromTime, Long thruTime) DocumentDescriptionFactory.create(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) PartyDocumentFactory.create(PartyPK partyPK, DocumentPK documentPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) DocumentFactory.getEntityFromCache(DocumentPK pk) DocumentFactory.getEntityFromPK(EntityPermission entityPermission, DocumentPK pk) DocumentFactory.getValueFromPK(DocumentPK pk) voidDocumentFactory.remove(DocumentPK pk) booleanDocumentFactory.validPK(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.getValuesFromPKs(Collection<DocumentPK> pks) voidDocumentFactory.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 TypeMethodDescriptionvoidDocumentBlobValue.setDocumentPK(DocumentPK documentPK) voidDocumentClobValue.setDocumentPK(DocumentPK documentPK) voidDocumentDescriptionValue.setDocumentPK(DocumentPK documentPK) voidDocumentDetailValue.setDocumentPK(DocumentPK documentPK) voidPartyDocumentValue.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 DocumentPK -
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 TypeMethodDescriptionvoidPrinterGroupJobDetail.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) -
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 TypeMethodDescriptionvoidPrinterGroupJobDetailValue.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 -
Uses of DocumentPK in com.echothree.model.jooq.server.records.communication
Methods in com.echothree.model.jooq.server.records.communication that return DocumentPKModifier and TypeMethodDescriptionCommunicationEventDetails.Document()Getter forcommunicationeventdetails.cmmnevdt_dcmnt_documentid.Methods in com.echothree.model.jooq.server.records.communication with parameters of type DocumentPKModifier and TypeMethodDescriptionvoidCommunicationEventDetails.Document(DocumentPK value) Setter forcommunicationeventdetails.cmmnevdt_dcmnt_documentid.Constructors in com.echothree.model.jooq.server.records.communication with parameters of type DocumentPKModifierConstructorDescriptionCommunicationEventDetails(CommunicationEventDetailPK CommunicationEventDetail, CommunicationEventPK CommunicationEvent, String CommunicationEventName, CommunicationEventTypePK CommunicationEventType, CommunicationSourcePK CommunicationSource, CommunicationEventPurposePK CommunicationEventPurpose, CommunicationEventPK OriginalCommunicationEvent, CommunicationEventPK ParentCommunicationEvent, PartyContactMechanismPK PartyContactMechanism, DocumentPK Document, Long FromTime, Long ThruTime) Create a detached, initialised CommunicationEventDetails -
Uses of DocumentPK in com.echothree.model.jooq.server.records.document
Methods in com.echothree.model.jooq.server.records.document that return DocumentPKModifier and TypeMethodDescriptionDocumentBlobs.Document()Getter fordocumentblobs.dcmntb_dcmnt_documentid.DocumentClobs.Document()Getter fordocumentclobs.dcmntc_dcmnt_documentid.DocumentDescriptions.Document()Getter fordocumentdescriptions.dcmntd_dcmnt_documentid.DocumentDetails.Document()Getter fordocumentdetails.dcmntdt_dcmnt_documentid.Documents.Document()Getter fordocuments.dcmnt_documentid.PartyDocuments.Document()Getter forpartydocuments.pardcmnt_dcmnt_documentid.Methods in com.echothree.model.jooq.server.records.document that return types with arguments of type DocumentPKMethods in com.echothree.model.jooq.server.records.document with parameters of type DocumentPKModifier and TypeMethodDescriptionvoidDocumentBlobs.Document(DocumentPK value) Setter fordocumentblobs.dcmntb_dcmnt_documentid.voidDocumentClobs.Document(DocumentPK value) Setter fordocumentclobs.dcmntc_dcmnt_documentid.voidDocumentDescriptions.Document(DocumentPK value) Setter fordocumentdescriptions.dcmntd_dcmnt_documentid.voidDocumentDetails.Document(DocumentPK value) Setter fordocumentdetails.dcmntdt_dcmnt_documentid.voidDocuments.Document(DocumentPK value) Setter fordocuments.dcmnt_documentid.voidPartyDocuments.Document(DocumentPK value) Setter forpartydocuments.pardcmnt_dcmnt_documentid.Constructors in com.echothree.model.jooq.server.records.document with parameters of type DocumentPKModifierConstructorDescriptionDocumentBlobs(DocumentBlobPK DocumentBlob, DocumentPK Document, byte[] Blob, Long FromTime, Long ThruTime) Create a detached, initialised DocumentBlobsDocumentClobs(DocumentClobPK DocumentClob, DocumentPK Document, String Clob, Long FromTime, Long ThruTime) Create a detached, initialised DocumentClobsDocumentDescriptions(DocumentDescriptionPK DocumentDescription, DocumentPK Document, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised DocumentDescriptionsDocumentDetails(DocumentDetailPK DocumentDetail, DocumentPK Document, String DocumentName, DocumentTypePK DocumentType, MimeTypePK MimeType, Integer Pages, Long FromTime, Long ThruTime) Create a detached, initialised DocumentDetailsDocuments(DocumentPK Document, DocumentDetailPK ActiveDetail, DocumentDetailPK LastDetail) Create a detached, initialised DocumentsPartyDocuments(PartyDocumentPK PartyDocument, PartyPK Party, DocumentPK Document, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised PartyDocuments -
Uses of DocumentPK in com.echothree.model.jooq.server.records.icon
Methods in com.echothree.model.jooq.server.records.icon that return DocumentPKModifier and TypeMethodDescriptionIconDetails.Document()Getter foricondetails.icndt_dcmnt_documentid.Methods in com.echothree.model.jooq.server.records.icon with parameters of type DocumentPKModifier and TypeMethodDescriptionvoidIconDetails.Document(DocumentPK value) Setter foricondetails.icndt_dcmnt_documentid.Constructors in com.echothree.model.jooq.server.records.icon with parameters of type DocumentPKModifierConstructorDescriptionIconDetails(IconDetailPK IconDetail, IconPK Icon, String IconName, DocumentPK Document, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised IconDetails -
Uses of DocumentPK in com.echothree.model.jooq.server.records.printer
Methods in com.echothree.model.jooq.server.records.printer that return DocumentPKModifier and TypeMethodDescriptionPrinterGroupJobDetails.Document()Getter forprintergroupjobdetails.prngrpjdt_dcmnt_documentid.Methods in com.echothree.model.jooq.server.records.printer with parameters of type DocumentPKModifier and TypeMethodDescriptionvoidPrinterGroupJobDetails.Document(DocumentPK value) Setter forprintergroupjobdetails.prngrpjdt_dcmnt_documentid.Constructors in com.echothree.model.jooq.server.records.printer with parameters of type DocumentPKModifierConstructorDescriptionPrinterGroupJobDetails(PrinterGroupJobDetailPK PrinterGroupJobDetail, PrinterGroupJobPK PrinterGroupJob, String PrinterGroupJobName, PrinterGroupPK PrinterGroup, DocumentPK Document, Integer Copies, Integer Priority, Long FromTime, Long ThruTime) Create a detached, initialised PrinterGroupJobDetails -
Uses of DocumentPK in com.echothree.model.jooq.server.tables.communication
Fields in com.echothree.model.jooq.server.tables.communication with type parameters of type DocumentPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommunicationEventDetails, DocumentPK> CommunicationEventDetails.DOCUMENTThe columncommunicationeventdetails.cmmnevdt_dcmnt_documentid. -
Uses of DocumentPK in com.echothree.model.jooq.server.tables.document
Fields in com.echothree.model.jooq.server.tables.document with type parameters of type DocumentPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<DocumentBlobs, DocumentPK> DocumentBlobs.DOCUMENTThe columndocumentblobs.dcmntb_dcmnt_documentid.final org.jooq.TableField<DocumentClobs, DocumentPK> DocumentClobs.DOCUMENTThe columndocumentclobs.dcmntc_dcmnt_documentid.final org.jooq.TableField<DocumentDescriptions, DocumentPK> DocumentDescriptions.DOCUMENTThe columndocumentdescriptions.dcmntd_dcmnt_documentid.final org.jooq.TableField<DocumentDetails, DocumentPK> DocumentDetails.DOCUMENTThe columndocumentdetails.dcmntdt_dcmnt_documentid.final org.jooq.TableField<Documents, DocumentPK> Documents.DOCUMENTThe columndocuments.dcmnt_documentid.final org.jooq.TableField<PartyDocuments, DocumentPK> PartyDocuments.DOCUMENTThe columnpartydocuments.pardcmnt_dcmnt_documentid. -
Uses of DocumentPK in com.echothree.model.jooq.server.tables.icon
Fields in com.echothree.model.jooq.server.tables.icon with type parameters of type DocumentPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<IconDetails, DocumentPK> IconDetails.DOCUMENTThe columnicondetails.icndt_dcmnt_documentid. -
Uses of DocumentPK in com.echothree.model.jooq.server.tables.printer
Fields in com.echothree.model.jooq.server.tables.printer with type parameters of type DocumentPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PrinterGroupJobDetails, DocumentPK> PrinterGroupJobDetails.DOCUMENTThe columnprintergroupjobdetails.prngrpjdt_dcmnt_documentid.