Uses of Class
com.echothree.model.data.shipment.server.value.FreeOnBoardValue
Packages that use FreeOnBoardValue
Package
Description
-
Uses of FreeOnBoardValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return FreeOnBoardValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type FreeOnBoardValueConstructors in com.echothree.model.data.shipment.server.entity with parameters of type FreeOnBoardValueModifierConstructorDescriptionFreeOnBoard
(FreeOnBoardValue value, EntityPermission entityPermission) Creates a new instance of FreeOnBoard -
Uses of FreeOnBoardValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return FreeOnBoardValueModifier and TypeMethodDescriptionFreeOnBoardFactory.getValueFromPK
(Session session, FreeOnBoardPK pk) FreeOnBoardFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type FreeOnBoardValueModifier and TypeMethodDescriptionFreeOnBoardFactory.getValuesFromPKs
(Session session, Collection<FreeOnBoardPK> pks) FreeOnBoardFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type FreeOnBoardValueModifier and TypeMethodDescriptionFreeOnBoardFactory.getEntityFromValue
(EntityPermission entityPermission, FreeOnBoardValue value) FreeOnBoardFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, FreeOnBoardValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type FreeOnBoardValueModifier and TypeMethodDescriptionvoid
FreeOnBoardFactory.create
(Session session, Collection<FreeOnBoardValue> _values) void
FreeOnBoardFactory.create
(Collection<FreeOnBoardValue> _values) -
Uses of FreeOnBoardValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return FreeOnBoardValue