Uses of Class
com.echothree.model.data.document.server.value.DocumentDescriptionValue
Packages that use DocumentDescriptionValue
Package
Description
-
Uses of DocumentDescriptionValue in com.echothree.model.control.document.server.control
Methods in com.echothree.model.control.document.server.control that return DocumentDescriptionValueModifier and TypeMethodDescriptionDocumentControl.getDocumentDescriptionValue
(DocumentDescription documentDescription) DocumentControl.getDocumentDescriptionValueForUpdate
(Document document, Language language) Methods in com.echothree.model.control.document.server.control with parameters of type DocumentDescriptionValueModifier and TypeMethodDescriptionvoid
DocumentControl.updateDocumentDescriptionFromValue
(DocumentDescriptionValue documentDescriptionValue, BasePK updatedBy) -
Uses of DocumentDescriptionValue in com.echothree.model.data.document.server.entity
Methods in com.echothree.model.data.document.server.entity that return DocumentDescriptionValueMethods in com.echothree.model.data.document.server.entity with parameters of type DocumentDescriptionValueModifier and TypeMethodDescriptionvoid
DocumentDescription.setDocumentDescriptionValue
(DocumentDescriptionValue value) Constructors in com.echothree.model.data.document.server.entity with parameters of type DocumentDescriptionValueModifierConstructorDescriptionDocumentDescription
(DocumentDescriptionValue value, EntityPermission entityPermission) Creates a new instance of DocumentDescription -
Uses of DocumentDescriptionValue in com.echothree.model.data.document.server.factory
Methods in com.echothree.model.data.document.server.factory that return DocumentDescriptionValueModifier and TypeMethodDescriptionDocumentDescriptionFactory.getValueFromPK
(Session session, DocumentDescriptionPK pk) DocumentDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.document.server.factory that return types with arguments of type DocumentDescriptionValueModifier and TypeMethodDescriptionDocumentDescriptionFactory.getValuesFromPKs
(Session session, Collection<DocumentDescriptionPK> pks) DocumentDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.document.server.factory with parameters of type DocumentDescriptionValueModifier and TypeMethodDescriptionDocumentDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, DocumentDescriptionValue value) DocumentDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, DocumentDescriptionValue value) Method parameters in com.echothree.model.data.document.server.factory with type arguments of type DocumentDescriptionValueModifier and TypeMethodDescriptionvoid
DocumentDescriptionFactory.create
(Session session, Collection<DocumentDescriptionValue> _values) void
DocumentDescriptionFactory.create
(Collection<DocumentDescriptionValue> _values) -
Uses of DocumentDescriptionValue in com.echothree.model.data.document.server.value
Methods in com.echothree.model.data.document.server.value that return DocumentDescriptionValue