Uses of Class
com.echothree.model.data.carrier.server.value.CarrierValue
Packages that use CarrierValue
Package
Description
-
Uses of CarrierValue in com.echothree.model.control.carrier.server.control
Methods in com.echothree.model.control.carrier.server.control that return CarrierValueModifier and TypeMethodDescriptionCarrierControl.getCarrierValueByNameForUpdate(String carrierName) CarrierControl.getCarrierValueUpdate(Party party) CarrierControl.getDefaultCarrierValueForUpdate()Methods in com.echothree.model.control.carrier.server.control with parameters of type CarrierValueModifier and TypeMethodDescriptionvoidCarrierControl.updateCarrierFromValue(CarrierValue carrierValue, BasePK updatedBy) -
Uses of CarrierValue in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return CarrierValueMethods in com.echothree.model.data.carrier.server.entity with parameters of type CarrierValueConstructors in com.echothree.model.data.carrier.server.entity with parameters of type CarrierValueModifierConstructorDescriptionCarrier(CarrierValue value, EntityPermission entityPermission) Creates a new instance of Carrier -
Uses of CarrierValue in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory that return CarrierValueModifier and TypeMethodDescriptionCarrierFactory.getValueFromPK(Session session, CarrierPK pk) CarrierFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory that return types with arguments of type CarrierValueModifier and TypeMethodDescriptionCarrierFactory.getValuesFromPKs(Session session, Collection<CarrierPK> pks) CarrierFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory with parameters of type CarrierValueModifier and TypeMethodDescriptionCarrierFactory.getEntityFromValue(EntityPermission entityPermission, CarrierValue value) CarrierFactory.getEntityFromValue(Session session, EntityPermission entityPermission, CarrierValue value) Method parameters in com.echothree.model.data.carrier.server.factory with type arguments of type CarrierValueModifier and TypeMethodDescriptionvoidCarrierFactory.create(Session session, Collection<CarrierValue> _values) voidCarrierFactory.create(Collection<CarrierValue> _values) -
Uses of CarrierValue in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return CarrierValue