Uses of Class
com.echothree.model.data.party.server.value.PartyDetailValue
Packages that use PartyDetailValue
Package
Description
-
Uses of PartyDetailValue in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return PartyDetailValueModifier and TypeMethodDescriptionPartyControl.getPartyDetailValueByNameForUpdate(String partyName) PartyControl.getPartyDetailValueByPKForUpdate(PartyPK partyPK) PartyControl.getPartyDetailValueForUpdate(Party party) Methods in com.echothree.model.control.party.server.control with parameters of type PartyDetailValueModifier and TypeMethodDescriptionvoidPartyControl.updatePartyFromValue(PartyDetailValue partyDetailValue, BasePK updatedBy) -
Uses of PartyDetailValue in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PartyDetailValueMethods in com.echothree.model.data.party.server.entity with parameters of type PartyDetailValueConstructors in com.echothree.model.data.party.server.entity with parameters of type PartyDetailValueModifierConstructorDescriptionPartyDetail(PartyDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyDetail -
Uses of PartyDetailValue in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyDetailValueModifier and TypeMethodDescriptionPartyDetailFactory.getValueFromPK(Session session, PartyDetailPK pk) PartyDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyDetailValueModifier and TypeMethodDescriptionPartyDetailFactory.getValuesFromPKs(Session session, Collection<PartyDetailPK> pks) PartyDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyDetailValueModifier and TypeMethodDescriptionPartyDetailFactory.getEntityFromValue(EntityPermission entityPermission, PartyDetailValue value) PartyDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PartyDetailValue value) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyDetailValueModifier and TypeMethodDescriptionvoidPartyDetailFactory.create(Session session, Collection<PartyDetailValue> _values) voidPartyDetailFactory.create(Collection<PartyDetailValue> _values) -
Uses of PartyDetailValue in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return PartyDetailValue