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(DocumentDescriptionPK pk) DocumentDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, DocumentDescriptionPK pk) DocumentDescriptionFactory.getValueFromPK(DocumentDescriptionPK pk) voidDocumentDescriptionFactory.remove(DocumentDescriptionPK pk) booleanDocumentDescriptionFactory.validPK(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.getValuesFromPKs(Collection<DocumentDescriptionPK> pks) voidDocumentDescriptionFactory.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