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 TypeMethodDescriptionvoidDocumentControl.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 TypeMethodDescriptionvoidPartyDocument.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(PartyDocumentPK pk) PartyDocumentFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.document.server.factory that return types with arguments of type PartyDocumentValueModifier and TypeMethodDescriptionPartyDocumentFactory.getValuesFromPKs(Collection<PartyDocumentPK> pks) PartyDocumentFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.document.server.factory with parameters of type PartyDocumentValueModifier and TypeMethodDescriptionPartyDocumentFactory.getEntityFromValue(EntityPermission entityPermission, PartyDocumentValue value) Method parameters in com.echothree.model.data.document.server.factory with type arguments of type PartyDocumentValueModifier and TypeMethodDescriptionvoidPartyDocumentFactory.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