Uses of Class
com.echothree.model.data.carrier.server.value.CarrierServiceValue
Packages that use CarrierServiceValue
Package
Description
-
Uses of CarrierServiceValue in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return CarrierServiceValueMethods in com.echothree.model.data.carrier.server.entity with parameters of type CarrierServiceValueModifier and TypeMethodDescriptionvoid
CarrierService.setCarrierServiceValue
(CarrierServiceValue value) Constructors in com.echothree.model.data.carrier.server.entity with parameters of type CarrierServiceValueModifierConstructorDescriptionCarrierService
(CarrierServiceValue value, EntityPermission entityPermission) Creates a new instance of CarrierService -
Uses of CarrierServiceValue in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory that return CarrierServiceValueModifier and TypeMethodDescriptionCarrierServiceFactory.getValueFromPK
(Session session, CarrierServicePK pk) CarrierServiceFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory that return types with arguments of type CarrierServiceValueModifier and TypeMethodDescriptionCarrierServiceFactory.getValuesFromPKs
(Session session, Collection<CarrierServicePK> pks) CarrierServiceFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory with parameters of type CarrierServiceValueModifier and TypeMethodDescriptionCarrierServiceFactory.getEntityFromValue
(EntityPermission entityPermission, CarrierServiceValue value) CarrierServiceFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CarrierServiceValue value) Method parameters in com.echothree.model.data.carrier.server.factory with type arguments of type CarrierServiceValueModifier and TypeMethodDescriptionvoid
CarrierServiceFactory.create
(Session session, Collection<CarrierServiceValue> _values) void
CarrierServiceFactory.create
(Collection<CarrierServiceValue> _values) -
Uses of CarrierServiceValue in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return CarrierServiceValue