Uses of Class
com.echothree.model.data.document.common.pk.DocumentClobPK
Packages that use DocumentClobPK
Package
Description
-
Uses of DocumentClobPK in com.echothree.model.data.document.server.entity
Methods in com.echothree.model.data.document.server.entity that return DocumentClobPK -
Uses of DocumentClobPK in com.echothree.model.data.document.server.factory
Methods in com.echothree.model.data.document.server.factory that return DocumentClobPKModifier and TypeMethodDescriptionDocumentClobFactory.getNextPK()DocumentClobFactory.getPKFromQuery(PreparedStatement ps, Object... params) DocumentClobFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.document.server.factory that return types with arguments of type DocumentClobPKModifier and TypeMethodDescriptionDocumentClobFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) DocumentClobFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) DocumentClobFactory.getPKsFromResultSetAsList(ResultSet rs) DocumentClobFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.document.server.factory with parameters of type DocumentClobPKModifier and TypeMethodDescriptionDocumentClobFactory.getEntityFromCache(DocumentClobPK pk) DocumentClobFactory.getEntityFromPK(EntityPermission entityPermission, DocumentClobPK pk) DocumentClobFactory.getValueFromPK(DocumentClobPK pk) voidDocumentClobFactory.remove(DocumentClobPK pk) booleanDocumentClobFactory.validPK(DocumentClobPK pk) Method parameters in com.echothree.model.data.document.server.factory with type arguments of type DocumentClobPKModifier and TypeMethodDescriptionDocumentClobFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<DocumentClobPK> pks) DocumentClobFactory.getValuesFromPKs(Collection<DocumentClobPK> pks) voidDocumentClobFactory.remove(Collection<DocumentClobPK> pks) -
Uses of DocumentClobPK in com.echothree.model.data.document.server.value
Methods in com.echothree.model.data.document.server.value that return DocumentClobPKConstructors in com.echothree.model.data.document.server.value with parameters of type DocumentClobPKModifierConstructorDescriptionDocumentClobValue(DocumentClobPK documentClobPK, DocumentPK documentPK, String clob, Long fromTime, Long thruTime) Creates a new instance of DocumentClobValue