Uses of Class
com.echothree.model.data.carrier.server.value.CarrierServiceOptionValue
Packages that use CarrierServiceOptionValue
Package
Description
-
Uses of CarrierServiceOptionValue in com.echothree.model.control.carrier.server.control
Methods in com.echothree.model.control.carrier.server.control that return CarrierServiceOptionValueModifier and TypeMethodDescriptionCarrierControl.getCarrierServiceOptionValue
(CarrierServiceOption carrierServiceOption) CarrierControl.getCarrierServiceOptionValueForUpdate
(CarrierService carrierService, CarrierOption carrierOption) Methods in com.echothree.model.control.carrier.server.control with parameters of type CarrierServiceOptionValueModifier and TypeMethodDescriptionvoid
CarrierControl.updateCarrierServiceOptionFromValue
(CarrierServiceOptionValue carrierServiceOptionValue, BasePK updatedBy) -
Uses of CarrierServiceOptionValue in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return CarrierServiceOptionValueMethods in com.echothree.model.data.carrier.server.entity with parameters of type CarrierServiceOptionValueModifier and TypeMethodDescriptionvoid
CarrierServiceOption.setCarrierServiceOptionValue
(CarrierServiceOptionValue value) Constructors in com.echothree.model.data.carrier.server.entity with parameters of type CarrierServiceOptionValueModifierConstructorDescriptionCarrierServiceOption
(CarrierServiceOptionValue value, EntityPermission entityPermission) Creates a new instance of CarrierServiceOption -
Uses of CarrierServiceOptionValue in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory that return CarrierServiceOptionValueModifier and TypeMethodDescriptionCarrierServiceOptionFactory.getValueFromPK
(Session session, CarrierServiceOptionPK pk) CarrierServiceOptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory that return types with arguments of type CarrierServiceOptionValueModifier and TypeMethodDescriptionCarrierServiceOptionFactory.getValuesFromPKs
(Session session, Collection<CarrierServiceOptionPK> pks) CarrierServiceOptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory with parameters of type CarrierServiceOptionValueModifier and TypeMethodDescriptionCarrierServiceOptionFactory.getEntityFromValue
(EntityPermission entityPermission, CarrierServiceOptionValue value) CarrierServiceOptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CarrierServiceOptionValue value) Method parameters in com.echothree.model.data.carrier.server.factory with type arguments of type CarrierServiceOptionValueModifier and TypeMethodDescriptionvoid
CarrierServiceOptionFactory.create
(Session session, Collection<CarrierServiceOptionValue> _values) void
CarrierServiceOptionFactory.create
(Collection<CarrierServiceOptionValue> _values) -
Uses of CarrierServiceOptionValue in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return CarrierServiceOptionValue