Uses of Class
com.echothree.model.data.document.server.entity.DocumentClob
Packages that use DocumentClob
Package
Description
-
Uses of DocumentClob in com.echothree.model.control.document.server.control
Methods in com.echothree.model.control.document.server.control that return DocumentClobModifier and TypeMethodDescriptionDocumentControl.createDocumentClob(Document document, String clob, BasePK createdBy) DocumentControl.getDocumentClob(Document document) DocumentControl.getDocumentClobForUpdate(Document document) Methods in com.echothree.model.control.document.server.control with parameters of type DocumentClobModifier and TypeMethodDescriptionvoidDocumentControl.deleteDocumentClob(DocumentClob documentClob, BasePK deletedBy) DocumentControl.getDocumentClobValue(DocumentClob documentClob) -
Uses of DocumentClob in com.echothree.model.data.document.server.factory
Methods in com.echothree.model.data.document.server.factory that return DocumentClobModifier and TypeMethodDescriptionDocumentClobFactory.create(DocumentPK documentPK, String clob, Long fromTime, Long thruTime) DocumentClobFactory.getEntityFromCache(DocumentClobPK pk) DocumentClobFactory.getEntityFromPK(EntityPermission entityPermission, DocumentClobPK pk) DocumentClobFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) DocumentClobFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) DocumentClobFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) DocumentClobFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) DocumentClobFactory.getEntityFromValue(EntityPermission entityPermission, DocumentClobValue value) Methods in com.echothree.model.data.document.server.factory that return types with arguments of type DocumentClobModifier and TypeMethodDescriptionDocumentClobFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<DocumentClobPK> pks) DocumentClobFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) DocumentClobFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) DocumentClobFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) DocumentClobFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.document.server.factory with parameters of type DocumentClobModifier and TypeMethodDescriptionvoidDocumentClobFactory.remove(DocumentClob entity) voidDocumentClobFactory.store(DocumentClob entity) Method parameters in com.echothree.model.data.document.server.factory with type arguments of type DocumentClobModifier and TypeMethodDescriptionvoidDocumentClobFactory.store(Collection<DocumentClob> entities)