Uses of Class
com.echothree.model.data.party.server.value.PartyDivisionValue
Packages that use PartyDivisionValue
Package
Description
-
Uses of PartyDivisionValue in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return PartyDivisionValueModifier and TypeMethodDescriptionPartyControl.getDefaultPartyDivisionValueForUpdate
(Party companyParty) PartyControl.getPartyDivisionValueByNameForUpdate
(Party companyParty, String partyDivisionName) PartyControl.getPartyDivisionValueForUpdate
(Party party) PartyControl.getPartyDivisionValueForUpdate
(PartyDivision partyDivision) Methods in com.echothree.model.control.party.server.control with parameters of type PartyDivisionValueModifier and TypeMethodDescriptionvoid
PartyControl.updatePartyDivisionFromValue
(PartyDivisionValue partyDivisionValue, BasePK updatedBy) -
Uses of PartyDivisionValue in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PartyDivisionValueMethods in com.echothree.model.data.party.server.entity with parameters of type PartyDivisionValueModifier and TypeMethodDescriptionvoid
PartyDivision.setPartyDivisionValue
(PartyDivisionValue value) Constructors in com.echothree.model.data.party.server.entity with parameters of type PartyDivisionValueModifierConstructorDescriptionPartyDivision
(PartyDivisionValue value, EntityPermission entityPermission) Creates a new instance of PartyDivision -
Uses of PartyDivisionValue in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyDivisionValueModifier and TypeMethodDescriptionPartyDivisionFactory.getValueFromPK
(Session session, PartyDivisionPK pk) PartyDivisionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyDivisionValueModifier and TypeMethodDescriptionPartyDivisionFactory.getValuesFromPKs
(Session session, Collection<PartyDivisionPK> pks) PartyDivisionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyDivisionValueModifier and TypeMethodDescriptionPartyDivisionFactory.getEntityFromValue
(EntityPermission entityPermission, PartyDivisionValue value) PartyDivisionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PartyDivisionValue value) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyDivisionValueModifier and TypeMethodDescriptionvoid
PartyDivisionFactory.create
(Session session, Collection<PartyDivisionValue> _values) void
PartyDivisionFactory.create
(Collection<PartyDivisionValue> _values) -
Uses of PartyDivisionValue in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return PartyDivisionValue