Uses of Class
com.echothree.model.data.shipment.server.value.FreeOnBoardDetailValue
Packages that use FreeOnBoardDetailValue
Package
Description
-
Uses of FreeOnBoardDetailValue in com.echothree.model.control.shipment.server.control
Methods in com.echothree.model.control.shipment.server.control that return FreeOnBoardDetailValueModifier and TypeMethodDescriptionFreeOnBoardControl.getDefaultFreeOnBoardDetailValueForUpdate()FreeOnBoardControl.getFreeOnBoardDetailValueByNameForUpdate(String freeOnBoardName) FreeOnBoardControl.getFreeOnBoardDetailValueForUpdate(FreeOnBoard freeOnBoard) Methods in com.echothree.model.control.shipment.server.control with parameters of type FreeOnBoardDetailValueModifier and TypeMethodDescriptionvoidFreeOnBoardControl.updateFreeOnBoardFromValue(FreeOnBoardDetailValue freeOnBoardDetailValue, BasePK updatedBy) -
Uses of FreeOnBoardDetailValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return FreeOnBoardDetailValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type FreeOnBoardDetailValueModifier and TypeMethodDescriptionvoidFreeOnBoardDetail.setFreeOnBoardDetailValue(FreeOnBoardDetailValue value) Constructors in com.echothree.model.data.shipment.server.entity with parameters of type FreeOnBoardDetailValueModifierConstructorDescriptionFreeOnBoardDetail(FreeOnBoardDetailValue value, EntityPermission entityPermission) Creates a new instance of FreeOnBoardDetail -
Uses of FreeOnBoardDetailValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return FreeOnBoardDetailValueModifier and TypeMethodDescriptionFreeOnBoardDetailFactory.getValueFromPK(FreeOnBoardDetailPK pk) FreeOnBoardDetailFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type FreeOnBoardDetailValueModifier and TypeMethodDescriptionFreeOnBoardDetailFactory.getValuesFromPKs(Collection<FreeOnBoardDetailPK> pks) FreeOnBoardDetailFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type FreeOnBoardDetailValueModifier and TypeMethodDescriptionFreeOnBoardDetailFactory.getEntityFromValue(EntityPermission entityPermission, FreeOnBoardDetailValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type FreeOnBoardDetailValueModifier and TypeMethodDescriptionvoidFreeOnBoardDetailFactory.create(Collection<FreeOnBoardDetailValue> _values) -
Uses of FreeOnBoardDetailValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return FreeOnBoardDetailValue