Uses of Class
com.echothree.model.data.shipment.server.value.FreeOnBoardDescriptionValue
Packages that use FreeOnBoardDescriptionValue
Package
Description
-
Uses of FreeOnBoardDescriptionValue in com.echothree.model.control.shipment.server.control
Methods in com.echothree.model.control.shipment.server.control that return FreeOnBoardDescriptionValueModifier and TypeMethodDescriptionFreeOnBoardControl.getFreeOnBoardDescriptionValue(FreeOnBoardDescription freeOnBoardDescription) FreeOnBoardControl.getFreeOnBoardDescriptionValueForUpdate(FreeOnBoard freeOnBoard, Language language) Methods in com.echothree.model.control.shipment.server.control with parameters of type FreeOnBoardDescriptionValueModifier and TypeMethodDescriptionvoidFreeOnBoardControl.updateFreeOnBoardDescriptionFromValue(FreeOnBoardDescriptionValue freeOnBoardDescriptionValue, BasePK updatedBy) -
Uses of FreeOnBoardDescriptionValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return FreeOnBoardDescriptionValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type FreeOnBoardDescriptionValueModifier and TypeMethodDescriptionvoidFreeOnBoardDescription.setFreeOnBoardDescriptionValue(FreeOnBoardDescriptionValue value) Constructors in com.echothree.model.data.shipment.server.entity with parameters of type FreeOnBoardDescriptionValueModifierConstructorDescriptionFreeOnBoardDescription(FreeOnBoardDescriptionValue value, EntityPermission entityPermission) Creates a new instance of FreeOnBoardDescription -
Uses of FreeOnBoardDescriptionValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return FreeOnBoardDescriptionValueModifier and TypeMethodDescriptionFreeOnBoardDescriptionFactory.getValueFromPK(Session session, FreeOnBoardDescriptionPK pk) FreeOnBoardDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type FreeOnBoardDescriptionValueModifier and TypeMethodDescriptionFreeOnBoardDescriptionFactory.getValuesFromPKs(Session session, Collection<FreeOnBoardDescriptionPK> pks) FreeOnBoardDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type FreeOnBoardDescriptionValueModifier and TypeMethodDescriptionFreeOnBoardDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, FreeOnBoardDescriptionValue value) FreeOnBoardDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, FreeOnBoardDescriptionValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type FreeOnBoardDescriptionValueModifier and TypeMethodDescriptionvoidFreeOnBoardDescriptionFactory.create(Session session, Collection<FreeOnBoardDescriptionValue> _values) voidFreeOnBoardDescriptionFactory.create(Collection<FreeOnBoardDescriptionValue> _values) -
Uses of FreeOnBoardDescriptionValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return FreeOnBoardDescriptionValue