Uses of Class
com.echothree.model.data.document.server.value.DocumentDetailValue
Packages that use DocumentDetailValue
Package
Description
-
Uses of DocumentDetailValue in com.echothree.model.control.document.server.control
Methods in com.echothree.model.control.document.server.control that return DocumentDetailValueModifier and TypeMethodDescriptionDocumentControl.getDocumentDetailValueByNameForUpdate
(String documentName) DocumentControl.getDocumentDetailValueForUpdate
(Document document) Methods in com.echothree.model.control.document.server.control with parameters of type DocumentDetailValueModifier and TypeMethodDescriptionvoid
DocumentControl.updateDocumentFromValue
(DocumentDetailValue documentDetailValue, BasePK updatedBy) -
Uses of DocumentDetailValue in com.echothree.model.data.document.server.entity
Methods in com.echothree.model.data.document.server.entity that return DocumentDetailValueMethods in com.echothree.model.data.document.server.entity with parameters of type DocumentDetailValueModifier and TypeMethodDescriptionvoid
DocumentDetail.setDocumentDetailValue
(DocumentDetailValue value) Constructors in com.echothree.model.data.document.server.entity with parameters of type DocumentDetailValueModifierConstructorDescriptionDocumentDetail
(DocumentDetailValue value, EntityPermission entityPermission) Creates a new instance of DocumentDetail -
Uses of DocumentDetailValue in com.echothree.model.data.document.server.factory
Methods in com.echothree.model.data.document.server.factory that return DocumentDetailValueModifier and TypeMethodDescriptionDocumentDetailFactory.getValueFromPK
(Session session, DocumentDetailPK pk) DocumentDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.document.server.factory that return types with arguments of type DocumentDetailValueModifier and TypeMethodDescriptionDocumentDetailFactory.getValuesFromPKs
(Session session, Collection<DocumentDetailPK> pks) DocumentDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.document.server.factory with parameters of type DocumentDetailValueModifier and TypeMethodDescriptionDocumentDetailFactory.getEntityFromValue
(EntityPermission entityPermission, DocumentDetailValue value) DocumentDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, DocumentDetailValue value) Method parameters in com.echothree.model.data.document.server.factory with type arguments of type DocumentDetailValueModifier and TypeMethodDescriptionvoid
DocumentDetailFactory.create
(Session session, Collection<DocumentDetailValue> _values) void
DocumentDetailFactory.create
(Collection<DocumentDetailValue> _values) -
Uses of DocumentDetailValue in com.echothree.model.data.document.server.value
Methods in com.echothree.model.data.document.server.value that return DocumentDetailValue