Uses of Class
com.echothree.model.data.party.server.value.PartyDepartmentValue
Packages that use PartyDepartmentValue
Package
Description
-
Uses of PartyDepartmentValue in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return PartyDepartmentValueModifier and TypeMethodDescriptionPartyControl.getDefaultPartyDepartmentValueForUpdate(Party divisionParty) PartyControl.getPartyDepartmentValueByNameForUpdate(Party divisionParty, String partyDepartmentName) PartyControl.getPartyDepartmentValueForUpdate(Party party) PartyControl.getPartyDepartmentValueForUpdate(PartyDepartment partyDepartment) Methods in com.echothree.model.control.party.server.control with parameters of type PartyDepartmentValueModifier and TypeMethodDescriptionvoidPartyControl.updatePartyDepartmentFromValue(PartyDepartmentValue partyDepartmentValue, BasePK updatedBy) -
Uses of PartyDepartmentValue in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PartyDepartmentValueMethods in com.echothree.model.data.party.server.entity with parameters of type PartyDepartmentValueModifier and TypeMethodDescriptionvoidPartyDepartment.setPartyDepartmentValue(PartyDepartmentValue value) Constructors in com.echothree.model.data.party.server.entity with parameters of type PartyDepartmentValueModifierConstructorDescriptionPartyDepartment(PartyDepartmentValue value, EntityPermission entityPermission) Creates a new instance of PartyDepartment -
Uses of PartyDepartmentValue in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyDepartmentValueModifier and TypeMethodDescriptionPartyDepartmentFactory.getValueFromPK(Session session, PartyDepartmentPK pk) PartyDepartmentFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyDepartmentValueModifier and TypeMethodDescriptionPartyDepartmentFactory.getValuesFromPKs(Session session, Collection<PartyDepartmentPK> pks) PartyDepartmentFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyDepartmentValueModifier and TypeMethodDescriptionPartyDepartmentFactory.getEntityFromValue(EntityPermission entityPermission, PartyDepartmentValue value) PartyDepartmentFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PartyDepartmentValue value) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyDepartmentValueModifier and TypeMethodDescriptionvoidPartyDepartmentFactory.create(Session session, Collection<PartyDepartmentValue> _values) voidPartyDepartmentFactory.create(Collection<PartyDepartmentValue> _values) -
Uses of PartyDepartmentValue in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return PartyDepartmentValue