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 TypeMethodDescriptionvoid
FreeOnBoardControl.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 TypeMethodDescriptionvoid
FreeOnBoardDetail.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
(Session session, FreeOnBoardDetailPK pk) FreeOnBoardDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type FreeOnBoardDetailValueModifier and TypeMethodDescriptionFreeOnBoardDetailFactory.getValuesFromPKs
(Session session, Collection<FreeOnBoardDetailPK> pks) FreeOnBoardDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type FreeOnBoardDetailValueModifier and TypeMethodDescriptionFreeOnBoardDetailFactory.getEntityFromValue
(EntityPermission entityPermission, FreeOnBoardDetailValue value) FreeOnBoardDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, FreeOnBoardDetailValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type FreeOnBoardDetailValueModifier and TypeMethodDescriptionvoid
FreeOnBoardDetailFactory.create
(Session session, Collection<FreeOnBoardDetailValue> _values) void
FreeOnBoardDetailFactory.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