Uses of Class
com.echothree.model.data.carrier.server.value.PartyCarrierAccountDetailValue
Packages that use PartyCarrierAccountDetailValue
Package
Description
-
Uses of PartyCarrierAccountDetailValue in com.echothree.model.control.carrier.server.control
Methods in com.echothree.model.control.carrier.server.control that return PartyCarrierAccountDetailValueModifier and TypeMethodDescriptionCarrierControl.getPartyCarrierAccountDetailValueForUpdate
(PartyCarrierAccount partyCarrierAccount) CarrierControl.getPartyCarrierAccountDetailValueForUpdate
(Party party, Party carrierParty) Methods in com.echothree.model.control.carrier.server.control with parameters of type PartyCarrierAccountDetailValueModifier and TypeMethodDescriptionvoid
CarrierControl.updatePartyCarrierAccountFromValue
(PartyCarrierAccountDetailValue partyCarrierAccountDetailValue, BasePK updatedBy) -
Uses of PartyCarrierAccountDetailValue in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return PartyCarrierAccountDetailValueMethods in com.echothree.model.data.carrier.server.entity with parameters of type PartyCarrierAccountDetailValueModifier and TypeMethodDescriptionvoid
PartyCarrierAccountDetail.setPartyCarrierAccountDetailValue
(PartyCarrierAccountDetailValue value) Constructors in com.echothree.model.data.carrier.server.entity with parameters of type PartyCarrierAccountDetailValueModifierConstructorDescriptionPartyCarrierAccountDetail
(PartyCarrierAccountDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyCarrierAccountDetail -
Uses of PartyCarrierAccountDetailValue in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory that return PartyCarrierAccountDetailValueModifier and TypeMethodDescriptionPartyCarrierAccountDetailFactory.getValueFromPK
(Session session, PartyCarrierAccountDetailPK pk) PartyCarrierAccountDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory that return types with arguments of type PartyCarrierAccountDetailValueModifier and TypeMethodDescriptionPartyCarrierAccountDetailFactory.getValuesFromPKs
(Session session, Collection<PartyCarrierAccountDetailPK> pks) PartyCarrierAccountDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory with parameters of type PartyCarrierAccountDetailValueModifier and TypeMethodDescriptionPartyCarrierAccountDetailFactory.getEntityFromValue
(EntityPermission entityPermission, PartyCarrierAccountDetailValue value) PartyCarrierAccountDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PartyCarrierAccountDetailValue value) Method parameters in com.echothree.model.data.carrier.server.factory with type arguments of type PartyCarrierAccountDetailValueModifier and TypeMethodDescriptionvoid
PartyCarrierAccountDetailFactory.create
(Session session, Collection<PartyCarrierAccountDetailValue> _values) void
PartyCarrierAccountDetailFactory.create
(Collection<PartyCarrierAccountDetailValue> _values) -
Uses of PartyCarrierAccountDetailValue in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return PartyCarrierAccountDetailValue