Uses of Class
com.echothree.model.data.document.server.value.PartyDocumentValue
Packages that use PartyDocumentValue
Package
Description
-
Uses of PartyDocumentValue in com.echothree.model.control.document.server.control
Methods in com.echothree.model.control.document.server.control that return PartyDocumentValueModifier and TypeMethodDescriptionDocumentControl.getDefaultPartyDocumentValueForUpdate
(Party party, DocumentType documentType) DocumentControl.getPartyDocumentValueForUpdate
(Document document) DocumentControl.getPartyDocumentValueForUpdate
(PartyDocument partyDocument) Methods in com.echothree.model.control.document.server.control with parameters of type PartyDocumentValueModifier and TypeMethodDescriptionvoid
DocumentControl.updatePartyDocumentFromValue
(PartyDocumentValue partyDocumentValue, BasePK updatedBy) -
Uses of PartyDocumentValue in com.echothree.model.data.document.server.entity
Methods in com.echothree.model.data.document.server.entity that return PartyDocumentValueMethods in com.echothree.model.data.document.server.entity with parameters of type PartyDocumentValueModifier and TypeMethodDescriptionvoid
PartyDocument.setPartyDocumentValue
(PartyDocumentValue value) Constructors in com.echothree.model.data.document.server.entity with parameters of type PartyDocumentValueModifierConstructorDescriptionPartyDocument
(PartyDocumentValue value, EntityPermission entityPermission) Creates a new instance of PartyDocument -
Uses of PartyDocumentValue in com.echothree.model.data.document.server.factory
Methods in com.echothree.model.data.document.server.factory that return PartyDocumentValueModifier and TypeMethodDescriptionPartyDocumentFactory.getValueFromPK
(Session session, PartyDocumentPK pk) PartyDocumentFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.document.server.factory that return types with arguments of type PartyDocumentValueModifier and TypeMethodDescriptionPartyDocumentFactory.getValuesFromPKs
(Session session, Collection<PartyDocumentPK> pks) PartyDocumentFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.document.server.factory with parameters of type PartyDocumentValueModifier and TypeMethodDescriptionPartyDocumentFactory.getEntityFromValue
(EntityPermission entityPermission, PartyDocumentValue value) PartyDocumentFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PartyDocumentValue value) Method parameters in com.echothree.model.data.document.server.factory with type arguments of type PartyDocumentValueModifier and TypeMethodDescriptionvoid
PartyDocumentFactory.create
(Session session, Collection<PartyDocumentValue> _values) void
PartyDocumentFactory.create
(Collection<PartyDocumentValue> _values) -
Uses of PartyDocumentValue in com.echothree.model.data.document.server.value
Methods in com.echothree.model.data.document.server.value that return PartyDocumentValue