Uses of Class
com.echothree.model.data.shipment.server.value.PartyFreeOnBoardValue
Packages that use PartyFreeOnBoardValue
Package
Description
-
Uses of PartyFreeOnBoardValue in com.echothree.model.control.shipment.server.control
Methods in com.echothree.model.control.shipment.server.control that return PartyFreeOnBoardValueModifier and TypeMethodDescriptionPartyFreeOnBoardControl.getPartyFreeOnBoardValue
(PartyFreeOnBoard partyFreeOnBoard) PartyFreeOnBoardControl.getPartyFreeOnBoardValueForUpdate
(Party party) Methods in com.echothree.model.control.shipment.server.control with parameters of type PartyFreeOnBoardValueModifier and TypeMethodDescriptionvoid
PartyFreeOnBoardControl.updatePartyFreeOnBoardFromValue
(PartyFreeOnBoardValue partyFreeOnBoardValue, BasePK updatedBy) -
Uses of PartyFreeOnBoardValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return PartyFreeOnBoardValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type PartyFreeOnBoardValueModifier and TypeMethodDescriptionvoid
PartyFreeOnBoard.setPartyFreeOnBoardValue
(PartyFreeOnBoardValue value) Constructors in com.echothree.model.data.shipment.server.entity with parameters of type PartyFreeOnBoardValueModifierConstructorDescriptionPartyFreeOnBoard
(PartyFreeOnBoardValue value, EntityPermission entityPermission) Creates a new instance of PartyFreeOnBoard -
Uses of PartyFreeOnBoardValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return PartyFreeOnBoardValueModifier and TypeMethodDescriptionPartyFreeOnBoardFactory.getValueFromPK
(Session session, PartyFreeOnBoardPK pk) PartyFreeOnBoardFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type PartyFreeOnBoardValueModifier and TypeMethodDescriptionPartyFreeOnBoardFactory.getValuesFromPKs
(Session session, Collection<PartyFreeOnBoardPK> pks) PartyFreeOnBoardFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type PartyFreeOnBoardValueModifier and TypeMethodDescriptionPartyFreeOnBoardFactory.getEntityFromValue
(EntityPermission entityPermission, PartyFreeOnBoardValue value) PartyFreeOnBoardFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PartyFreeOnBoardValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type PartyFreeOnBoardValueModifier and TypeMethodDescriptionvoid
PartyFreeOnBoardFactory.create
(Session session, Collection<PartyFreeOnBoardValue> _values) void
PartyFreeOnBoardFactory.create
(Collection<PartyFreeOnBoardValue> _values) -
Uses of PartyFreeOnBoardValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return PartyFreeOnBoardValue