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 TypeMethodDescriptionvoidDocumentControl.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 TypeMethodDescriptionvoidDocumentDescription.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(DocumentDescriptionPK pk) DocumentDescriptionFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.document.server.factory that return types with arguments of type DocumentDescriptionValueModifier and TypeMethodDescriptionDocumentDescriptionFactory.getValuesFromPKs(Collection<DocumentDescriptionPK> pks) DocumentDescriptionFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.document.server.factory with parameters of type DocumentDescriptionValueModifier and TypeMethodDescriptionDocumentDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, DocumentDescriptionValue value) Method parameters in com.echothree.model.data.document.server.factory with type arguments of type DocumentDescriptionValueModifier and TypeMethodDescriptionvoidDocumentDescriptionFactory.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