Uses of Class
com.echothree.model.data.carrier.server.value.CarrierOptionValue
Packages that use CarrierOptionValue
Package
Description
-
Uses of CarrierOptionValue in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return CarrierOptionValueMethods in com.echothree.model.data.carrier.server.entity with parameters of type CarrierOptionValueModifier and TypeMethodDescriptionvoidCarrierOption.setCarrierOptionValue(CarrierOptionValue value) Constructors in com.echothree.model.data.carrier.server.entity with parameters of type CarrierOptionValueModifierConstructorDescriptionCarrierOption(CarrierOptionValue value, EntityPermission entityPermission) Creates a new instance of CarrierOption -
Uses of CarrierOptionValue in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory that return CarrierOptionValueModifier and TypeMethodDescriptionCarrierOptionFactory.getValueFromPK(Session session, CarrierOptionPK pk) CarrierOptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory that return types with arguments of type CarrierOptionValueModifier and TypeMethodDescriptionCarrierOptionFactory.getValuesFromPKs(Session session, Collection<CarrierOptionPK> pks) CarrierOptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory with parameters of type CarrierOptionValueModifier and TypeMethodDescriptionCarrierOptionFactory.getEntityFromValue(EntityPermission entityPermission, CarrierOptionValue value) CarrierOptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, CarrierOptionValue value) Method parameters in com.echothree.model.data.carrier.server.factory with type arguments of type CarrierOptionValueModifier and TypeMethodDescriptionvoidCarrierOptionFactory.create(Session session, Collection<CarrierOptionValue> _values) voidCarrierOptionFactory.create(Collection<CarrierOptionValue> _values) -
Uses of CarrierOptionValue in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return CarrierOptionValue