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) 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) voidDocumentDetailFactory.remove(Session session, DocumentDetailPK pk) booleanDocumentDetailFactory.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) voidDocumentDetailFactory.remove(Session session, 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