Uses of Class
com.echothree.model.data.shipment.server.entity.FreeOnBoardDescription
Packages that use FreeOnBoardDescription
Package
Description
-
Uses of FreeOnBoardDescription in com.echothree.model.control.shipment.server.control
Methods in com.echothree.model.control.shipment.server.control that return FreeOnBoardDescriptionModifier and TypeMethodDescriptionFreeOnBoardControl.createFreeOnBoardDescription(FreeOnBoard freeOnBoard, Language language, String description, BasePK createdBy) FreeOnBoardControl.getFreeOnBoardDescription(FreeOnBoard freeOnBoard, Language language) FreeOnBoardControl.getFreeOnBoardDescriptionForUpdate(FreeOnBoard freeOnBoard, Language language) Methods in com.echothree.model.control.shipment.server.control that return types with arguments of type FreeOnBoardDescriptionModifier and TypeMethodDescriptionFreeOnBoardControl.getFreeOnBoardDescriptionsByFreeOnBoard(FreeOnBoard freeOnBoard) FreeOnBoardControl.getFreeOnBoardDescriptionsByFreeOnBoardForUpdate(FreeOnBoard freeOnBoard) Methods in com.echothree.model.control.shipment.server.control with parameters of type FreeOnBoardDescriptionModifier and TypeMethodDescriptionvoidFreeOnBoardControl.deleteFreeOnBoardDescription(FreeOnBoardDescription freeOnBoardDescription, BasePK deletedBy) FreeOnBoardControl.getFreeOnBoardDescriptionTransfer(UserVisit userVisit, FreeOnBoardDescription freeOnBoardDescription) FreeOnBoardControl.getFreeOnBoardDescriptionValue(FreeOnBoardDescription freeOnBoardDescription) -
Uses of FreeOnBoardDescription in com.echothree.model.control.shipment.server.transfer
Methods in com.echothree.model.control.shipment.server.transfer with parameters of type FreeOnBoardDescriptionModifier and TypeMethodDescriptionFreeOnBoardDescriptionTransferCache.getTransfer(UserVisit userVisit, FreeOnBoardDescription freeOnBoardDescription) -
Uses of FreeOnBoardDescription in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return FreeOnBoardDescriptionModifier and TypeMethodDescriptionFreeOnBoardDescriptionFactory.create(FreeOnBoardPK freeOnBoardPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) FreeOnBoardDescriptionFactory.create(FreeOnBoard freeOnBoard, Language language, String description, Long fromTime, Long thruTime) FreeOnBoardDescriptionFactory.getEntityFromCache(FreeOnBoardDescriptionPK pk) FreeOnBoardDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, FreeOnBoardDescriptionPK pk) FreeOnBoardDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) FreeOnBoardDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FreeOnBoardDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FreeOnBoardDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) FreeOnBoardDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, FreeOnBoardDescriptionValue value) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type FreeOnBoardDescriptionModifier and TypeMethodDescriptionFreeOnBoardDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<FreeOnBoardDescriptionPK> pks) FreeOnBoardDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) FreeOnBoardDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FreeOnBoardDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FreeOnBoardDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type FreeOnBoardDescriptionModifier and TypeMethodDescriptionvoidFreeOnBoardDescriptionFactory.remove(FreeOnBoardDescription entity) voidFreeOnBoardDescriptionFactory.store(FreeOnBoardDescription entity) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type FreeOnBoardDescriptionModifier and TypeMethodDescriptionvoidFreeOnBoardDescriptionFactory.store(Collection<FreeOnBoardDescription> entities)