Uses of Class
com.echothree.model.data.document.common.pk.DocumentDetailPK
Packages that use DocumentDetailPK
Package
Description
-
Uses of DocumentDetailPK in com.echothree.model.data.document.server.entity
Methods in com.echothree.model.data.document.server.entity that return DocumentDetailPKModifier and TypeMethodDescriptionDocument.getActiveDetailPK()Document.getLastDetailPK()DocumentDetail.getPrimaryKey()Methods in com.echothree.model.data.document.server.entity with parameters of type DocumentDetailPKModifier and TypeMethodDescriptionvoidDocument.setActiveDetailPK(DocumentDetailPK activeDetailPK) voidDocument.setLastDetailPK(DocumentDetailPK lastDetailPK) -
Uses of DocumentDetailPK in com.echothree.model.data.document.server.factory
Methods in com.echothree.model.data.document.server.factory that return DocumentDetailPKModifier and TypeMethodDescriptionDocumentDetailFactory.getNextPK()DocumentDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) DocumentDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.document.server.factory that return types with arguments of type DocumentDetailPKModifier and TypeMethodDescriptionDocumentDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) DocumentDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) DocumentDetailFactory.getPKsFromResultSetAsList(ResultSet rs) DocumentDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.document.server.factory with parameters of type DocumentDetailPKModifier and TypeMethodDescriptionDocumentFactory.create(DocumentDetailPK activeDetailPK, DocumentDetailPK lastDetailPK) DocumentDetailFactory.getEntityFromCache(DocumentDetailPK pk) DocumentDetailFactory.getEntityFromPK(EntityPermission entityPermission, DocumentDetailPK pk) DocumentDetailFactory.getValueFromPK(DocumentDetailPK pk) voidDocumentDetailFactory.remove(DocumentDetailPK pk) booleanDocumentDetailFactory.validPK(DocumentDetailPK pk) Method parameters in com.echothree.model.data.document.server.factory with type arguments of type DocumentDetailPKModifier and TypeMethodDescriptionDocumentDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<DocumentDetailPK> pks) DocumentDetailFactory.getValuesFromPKs(Collection<DocumentDetailPK> pks) voidDocumentDetailFactory.remove(Collection<DocumentDetailPK> pks) -
Uses of DocumentDetailPK in com.echothree.model.data.document.server.value
Methods in com.echothree.model.data.document.server.value that return DocumentDetailPKModifier and TypeMethodDescriptionDocumentValue.getActiveDetailPK()DocumentValue.getLastDetailPK()DocumentDetailValue.getPrimaryKey()Methods in com.echothree.model.data.document.server.value with parameters of type DocumentDetailPKModifier and TypeMethodDescriptionvoidDocumentValue.setActiveDetailPK(DocumentDetailPK activeDetailPK) voidDocumentValue.setLastDetailPK(DocumentDetailPK lastDetailPK) Constructors in com.echothree.model.data.document.server.value with parameters of type DocumentDetailPKModifierConstructorDescriptionDocumentDetailValue(DocumentDetailPK documentDetailPK, DocumentPK documentPK, String documentName, DocumentTypePK documentTypePK, MimeTypePK mimeTypePK, Integer pages, Long fromTime, Long thruTime) Creates a new instance of DocumentDetailValueDocumentValue(DocumentDetailPK activeDetailPK, DocumentDetailPK lastDetailPK) Creates a new instance of DocumentValueDocumentValue(DocumentPK documentPK, DocumentDetailPK activeDetailPK, DocumentDetailPK lastDetailPK) Creates a new instance of DocumentValue -
Uses of DocumentDetailPK in com.echothree.model.jooq.server.records.document
Methods in com.echothree.model.jooq.server.records.document that return DocumentDetailPKModifier and TypeMethodDescriptionDocuments.ActiveDetail()Getter fordocuments.dcmnt_activedetailid.DocumentDetails.DocumentDetail()Getter fordocumentdetails.dcmntdt_documentdetailid.Documents.LastDetail()Getter fordocuments.dcmnt_lastdetailid.Methods in com.echothree.model.jooq.server.records.document that return types with arguments of type DocumentDetailPKMethods in com.echothree.model.jooq.server.records.document with parameters of type DocumentDetailPKModifier and TypeMethodDescriptionvoidDocuments.ActiveDetail(DocumentDetailPK value) Setter fordocuments.dcmnt_activedetailid.voidDocumentDetails.DocumentDetail(DocumentDetailPK value) Setter fordocumentdetails.dcmntdt_documentdetailid.voidDocuments.LastDetail(DocumentDetailPK value) Setter fordocuments.dcmnt_lastdetailid.Constructors in com.echothree.model.jooq.server.records.document with parameters of type DocumentDetailPKModifierConstructorDescriptionDocumentDetails(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 Documents -
Uses of DocumentDetailPK in com.echothree.model.jooq.server.tables.document
Fields in com.echothree.model.jooq.server.tables.document with type parameters of type DocumentDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Documents, DocumentDetailPK> Documents.ACTIVE_DETAILThe columndocuments.dcmnt_activedetailid.final org.jooq.TableField<DocumentDetails, DocumentDetailPK> DocumentDetails.DOCUMENT_DETAILThe columndocumentdetails.dcmntdt_documentdetailid.final org.jooq.TableField<Documents, DocumentDetailPK> Documents.LAST_DETAILThe columndocuments.dcmnt_lastdetailid.