Uses of Class
com.echothree.model.data.document.server.value.DocumentBlobValue
Packages that use DocumentBlobValue
Package
Description
-
Uses of DocumentBlobValue in com.echothree.model.control.document.server.control
Methods in com.echothree.model.control.document.server.control that return DocumentBlobValueModifier and TypeMethodDescriptionDocumentControl.getDocumentBlobValue(DocumentBlob documentBlob) DocumentControl.getDocumentBlobValueForUpdate(Document document) Methods in com.echothree.model.control.document.server.control with parameters of type DocumentBlobValueModifier and TypeMethodDescriptionvoidDocumentControl.updateDocumentBlobFromValue(DocumentBlobValue documentBlobValue, BasePK updatedBy) -
Uses of DocumentBlobValue in com.echothree.model.data.document.server.entity
Methods in com.echothree.model.data.document.server.entity that return DocumentBlobValueMethods in com.echothree.model.data.document.server.entity with parameters of type DocumentBlobValueModifier and TypeMethodDescriptionvoidDocumentBlob.setDocumentBlobValue(DocumentBlobValue value) Constructors in com.echothree.model.data.document.server.entity with parameters of type DocumentBlobValueModifierConstructorDescriptionDocumentBlob(DocumentBlobValue value, EntityPermission entityPermission) Creates a new instance of DocumentBlob -
Uses of DocumentBlobValue in com.echothree.model.data.document.server.factory
Methods in com.echothree.model.data.document.server.factory that return DocumentBlobValueModifier and TypeMethodDescriptionDocumentBlobFactory.getValueFromPK(Session session, DocumentBlobPK pk) DocumentBlobFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.document.server.factory that return types with arguments of type DocumentBlobValueModifier and TypeMethodDescriptionDocumentBlobFactory.getValuesFromPKs(Session session, Collection<DocumentBlobPK> pks) DocumentBlobFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.document.server.factory with parameters of type DocumentBlobValueModifier and TypeMethodDescriptionDocumentBlobFactory.getEntityFromValue(EntityPermission entityPermission, DocumentBlobValue value) DocumentBlobFactory.getEntityFromValue(Session session, EntityPermission entityPermission, DocumentBlobValue value) Method parameters in com.echothree.model.data.document.server.factory with type arguments of type DocumentBlobValueModifier and TypeMethodDescriptionvoidDocumentBlobFactory.create(Session session, Collection<DocumentBlobValue> _values) voidDocumentBlobFactory.create(Collection<DocumentBlobValue> _values) -
Uses of DocumentBlobValue in com.echothree.model.data.document.server.value
Methods in com.echothree.model.data.document.server.value that return DocumentBlobValue