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(DocumentBlobPK pk) DocumentBlobFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.document.server.factory that return types with arguments of type DocumentBlobValueModifier and TypeMethodDescriptionDocumentBlobFactory.getValuesFromPKs(Collection<DocumentBlobPK> pks) DocumentBlobFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.document.server.factory with parameters of type DocumentBlobValueModifier and TypeMethodDescriptionDocumentBlobFactory.getEntityFromValue(EntityPermission entityPermission, DocumentBlobValue value) Method parameters in com.echothree.model.data.document.server.factory with type arguments of type DocumentBlobValueModifier and TypeMethodDescriptionvoidDocumentBlobFactory.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