Uses of Class
com.echothree.model.data.item.server.value.HarmonizedTariffScheduleCodeDetailValue
Packages that use HarmonizedTariffScheduleCodeDetailValue
Package
Description
-
Uses of HarmonizedTariffScheduleCodeDetailValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return HarmonizedTariffScheduleCodeDetailValueModifier and TypeMethodDescriptionItemControl.getDefaultHarmonizedTariffScheduleCodeDetailValueForUpdate(GeoCode countryGeoCode) ItemControl.getHarmonizedTariffScheduleCodeDetailValueByNameForUpdate(GeoCode countryGeoCode, String harmonizedTariffScheduleCodeName) ItemControl.getHarmonizedTariffScheduleCodeDetailValueForUpdate(HarmonizedTariffScheduleCode harmonizedTariffScheduleCode) Methods in com.echothree.model.control.item.server.control with parameters of type HarmonizedTariffScheduleCodeDetailValueModifier and TypeMethodDescriptionvoidItemControl.updateHarmonizedTariffScheduleCodeFromValue(HarmonizedTariffScheduleCodeDetailValue harmonizedTariffScheduleCodeDetailValue, BasePK updatedBy) -
Uses of HarmonizedTariffScheduleCodeDetailValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return HarmonizedTariffScheduleCodeDetailValueModifier and TypeMethodDescriptionHarmonizedTariffScheduleCodeDetail.getHarmonizedTariffScheduleCodeDetailValue()Methods in com.echothree.model.data.item.server.entity with parameters of type HarmonizedTariffScheduleCodeDetailValueModifier and TypeMethodDescriptionvoidHarmonizedTariffScheduleCodeDetail.setHarmonizedTariffScheduleCodeDetailValue(HarmonizedTariffScheduleCodeDetailValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type HarmonizedTariffScheduleCodeDetailValueModifierConstructorDescriptionHarmonizedTariffScheduleCodeDetail(HarmonizedTariffScheduleCodeDetailValue value, EntityPermission entityPermission) Creates a new instance of HarmonizedTariffScheduleCodeDetail -
Uses of HarmonizedTariffScheduleCodeDetailValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return HarmonizedTariffScheduleCodeDetailValueModifier and TypeMethodDescriptionHarmonizedTariffScheduleCodeDetailFactory.getValueFromPK(Session session, HarmonizedTariffScheduleCodeDetailPK pk) HarmonizedTariffScheduleCodeDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type HarmonizedTariffScheduleCodeDetailValueModifier and TypeMethodDescriptionHarmonizedTariffScheduleCodeDetailFactory.getValuesFromPKs(Session session, Collection<HarmonizedTariffScheduleCodeDetailPK> pks) HarmonizedTariffScheduleCodeDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type HarmonizedTariffScheduleCodeDetailValueModifier and TypeMethodDescriptionHarmonizedTariffScheduleCodeDetailFactory.getEntityFromValue(EntityPermission entityPermission, HarmonizedTariffScheduleCodeDetailValue value) HarmonizedTariffScheduleCodeDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, HarmonizedTariffScheduleCodeDetailValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type HarmonizedTariffScheduleCodeDetailValueModifier and TypeMethodDescriptionvoidHarmonizedTariffScheduleCodeDetailFactory.create(Session session, Collection<HarmonizedTariffScheduleCodeDetailValue> _values) voidHarmonizedTariffScheduleCodeDetailFactory.create(Collection<HarmonizedTariffScheduleCodeDetailValue> _values) -
Uses of HarmonizedTariffScheduleCodeDetailValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return HarmonizedTariffScheduleCodeDetailValue