Uses of Class
com.echothree.model.data.document.common.pk.DocumentDescriptionPK
Packages that use DocumentDescriptionPK
Package
Description
-
Uses of DocumentDescriptionPK in com.echothree.model.data.document.server.entity
Methods in com.echothree.model.data.document.server.entity that return DocumentDescriptionPK -
Uses of DocumentDescriptionPK in com.echothree.model.data.document.server.factory
Methods in com.echothree.model.data.document.server.factory that return DocumentDescriptionPKModifier and TypeMethodDescriptionDocumentDescriptionFactory.getNextPK()
DocumentDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) DocumentDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.document.server.factory that return types with arguments of type DocumentDescriptionPKModifier and TypeMethodDescriptionDocumentDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) DocumentDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) DocumentDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) DocumentDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.document.server.factory with parameters of type DocumentDescriptionPKModifier and TypeMethodDescriptionDocumentDescriptionFactory.getEntityFromCache
(Session session, DocumentDescriptionPK pk) DocumentDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, DocumentDescriptionPK pk) DocumentDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, DocumentDescriptionPK pk) DocumentDescriptionFactory.getValueFromPK
(Session session, DocumentDescriptionPK pk) void
DocumentDescriptionFactory.remove
(Session session, DocumentDescriptionPK pk) boolean
DocumentDescriptionFactory.validPK
(Session session, DocumentDescriptionPK pk) Method parameters in com.echothree.model.data.document.server.factory with type arguments of type DocumentDescriptionPKModifier and TypeMethodDescriptionDocumentDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<DocumentDescriptionPK> pks) DocumentDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<DocumentDescriptionPK> pks) DocumentDescriptionFactory.getValuesFromPKs
(Session session, Collection<DocumentDescriptionPK> pks) void
DocumentDescriptionFactory.remove
(Session session, Collection<DocumentDescriptionPK> pks) void
DocumentDescriptionFactory.remove
(Collection<DocumentDescriptionPK> pks) -
Uses of DocumentDescriptionPK in com.echothree.model.data.document.server.value
Methods in com.echothree.model.data.document.server.value that return DocumentDescriptionPKConstructors in com.echothree.model.data.document.server.value with parameters of type DocumentDescriptionPKModifierConstructorDescriptionDocumentDescriptionValue
(DocumentDescriptionPK documentDescriptionPK, DocumentPK documentPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of DocumentDescriptionValue