Uses of Class
com.echothree.model.data.carrier.server.value.CarrierServiceDetailValue
Packages that use CarrierServiceDetailValue
Package
Description
-
Uses of CarrierServiceDetailValue in com.echothree.model.control.carrier.server.control
Methods in com.echothree.model.control.carrier.server.control that return CarrierServiceDetailValueModifier and TypeMethodDescriptionCarrierControl.getCarrierServiceDetailValueByNameForUpdate(Party carrierParty, String carrierServiceName) CarrierControl.getCarrierServiceDetailValueForUpdate(CarrierService carrierService) CarrierControl.getDefaultCarrierServiceDetailValueForUpdate(Party carrierParty) Methods in com.echothree.model.control.carrier.server.control with parameters of type CarrierServiceDetailValueModifier and TypeMethodDescriptionvoidCarrierControl.updateCarrierServiceFromValue(CarrierServiceDetailValue carrierServiceDetailValue, BasePK updatedBy) -
Uses of CarrierServiceDetailValue in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return CarrierServiceDetailValueMethods in com.echothree.model.data.carrier.server.entity with parameters of type CarrierServiceDetailValueModifier and TypeMethodDescriptionvoidCarrierServiceDetail.setCarrierServiceDetailValue(CarrierServiceDetailValue value) Constructors in com.echothree.model.data.carrier.server.entity with parameters of type CarrierServiceDetailValueModifierConstructorDescriptionCarrierServiceDetail(CarrierServiceDetailValue value, EntityPermission entityPermission) Creates a new instance of CarrierServiceDetail -
Uses of CarrierServiceDetailValue in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory that return CarrierServiceDetailValueModifier and TypeMethodDescriptionCarrierServiceDetailFactory.getValueFromPK(CarrierServiceDetailPK pk) CarrierServiceDetailFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory that return types with arguments of type CarrierServiceDetailValueModifier and TypeMethodDescriptionCarrierServiceDetailFactory.getValuesFromPKs(Collection<CarrierServiceDetailPK> pks) CarrierServiceDetailFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory with parameters of type CarrierServiceDetailValueModifier and TypeMethodDescriptionCarrierServiceDetailFactory.getEntityFromValue(EntityPermission entityPermission, CarrierServiceDetailValue value) Method parameters in com.echothree.model.data.carrier.server.factory with type arguments of type CarrierServiceDetailValueModifier and TypeMethodDescriptionvoidCarrierServiceDetailFactory.create(Collection<CarrierServiceDetailValue> _values) -
Uses of CarrierServiceDetailValue in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return CarrierServiceDetailValue