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 TypeMethodDescriptionvoid
Document.setActiveDetailPK
(DocumentDetailPK activeDetailPK) void
Document.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) DocumentFactory.create
(Session session, DocumentDetailPK activeDetailPK, DocumentDetailPK lastDetailPK) DocumentDetailFactory.getEntityFromCache
(Session session, DocumentDetailPK pk) DocumentDetailFactory.getEntityFromPK
(EntityPermission entityPermission, DocumentDetailPK pk) DocumentDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, DocumentDetailPK pk) DocumentDetailFactory.getValueFromPK
(Session session, DocumentDetailPK pk) void
DocumentDetailFactory.remove
(Session session, DocumentDetailPK pk) boolean
DocumentDetailFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<DocumentDetailPK> pks) DocumentDetailFactory.getValuesFromPKs
(Session session, Collection<DocumentDetailPK> pks) void
DocumentDetailFactory.remove
(Session session, Collection<DocumentDetailPK> pks) void
DocumentDetailFactory.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 TypeMethodDescriptionvoid
DocumentValue.setActiveDetailPK
(DocumentDetailPK activeDetailPK) void
DocumentValue.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