Uses of Class
com.echothree.model.data.shipment.server.entity.PartyFreeOnBoard
Packages that use PartyFreeOnBoard
Package
Description
-
Uses of PartyFreeOnBoard in com.echothree.model.control.shipment.server.control
Methods in com.echothree.model.control.shipment.server.control that return PartyFreeOnBoardModifier and TypeMethodDescriptionPartyFreeOnBoardControl.createPartyFreeOnBoard(Party party, FreeOnBoard freeOnBoard, BasePK createdBy) PartyFreeOnBoardControl.getPartyFreeOnBoard(Party party) PartyFreeOnBoardControl.getPartyFreeOnBoardForUpdate(Party party) Methods in com.echothree.model.control.shipment.server.control that return types with arguments of type PartyFreeOnBoardModifier and TypeMethodDescriptionPartyFreeOnBoardControl.getPartyFreeOnBoardsByFreeOnBoard(FreeOnBoard freeOnBoard) PartyFreeOnBoardControl.getPartyFreeOnBoardsByFreeOnBoardForUpdate(FreeOnBoard freeOnBoard) Methods in com.echothree.model.control.shipment.server.control with parameters of type PartyFreeOnBoardModifier and TypeMethodDescriptionvoidPartyFreeOnBoardControl.deletePartyFreeOnBoard(PartyFreeOnBoard partyFreeOnBoard, BasePK deletedBy) PartyFreeOnBoardControl.getPartyFreeOnBoardTransfer(UserVisit userVisit, PartyFreeOnBoard partyFreeOnBoard) PartyFreeOnBoardControl.getPartyFreeOnBoardValue(PartyFreeOnBoard partyFreeOnBoard) -
Uses of PartyFreeOnBoard in com.echothree.model.control.shipment.server.logic
Methods in com.echothree.model.control.shipment.server.logic that return PartyFreeOnBoardModifier and TypeMethodDescriptionPartyFreeOnBoardLogic.getPartyFreeOnBoard(ExecutionErrorAccumulator eea, Party party) -
Uses of PartyFreeOnBoard in com.echothree.model.control.shipment.server.transfer
Methods in com.echothree.model.control.shipment.server.transfer with parameters of type PartyFreeOnBoardModifier and TypeMethodDescriptionPartyFreeOnBoardTransferCache.getTransfer(UserVisit userVisit, PartyFreeOnBoard partyFreeOnBoard) -
Uses of PartyFreeOnBoard in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return PartyFreeOnBoardModifier and TypeMethodDescriptionPartyFreeOnBoardFactory.create(PartyPK partyPK, FreeOnBoardPK freeOnBoardPK, Long fromTime, Long thruTime) PartyFreeOnBoardFactory.create(Party party, FreeOnBoard freeOnBoard, Long fromTime, Long thruTime) PartyFreeOnBoardFactory.getEntityFromCache(PartyFreeOnBoardPK pk) PartyFreeOnBoardFactory.getEntityFromPK(EntityPermission entityPermission, PartyFreeOnBoardPK pk) PartyFreeOnBoardFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyFreeOnBoardFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyFreeOnBoardFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyFreeOnBoardFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PartyFreeOnBoardFactory.getEntityFromValue(EntityPermission entityPermission, PartyFreeOnBoardValue value) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type PartyFreeOnBoardModifier and TypeMethodDescriptionPartyFreeOnBoardFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyFreeOnBoardPK> pks) PartyFreeOnBoardFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyFreeOnBoardFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyFreeOnBoardFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyFreeOnBoardFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type PartyFreeOnBoardModifier and TypeMethodDescriptionvoidPartyFreeOnBoardFactory.remove(PartyFreeOnBoard entity) voidPartyFreeOnBoardFactory.store(PartyFreeOnBoard entity) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type PartyFreeOnBoardModifier and TypeMethodDescriptionvoidPartyFreeOnBoardFactory.store(Collection<PartyFreeOnBoard> entities)