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 TypeMethodDescriptionvoid
FreeOnBoardControl.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
(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.create
(Session session, FreeOnBoardPK freeOnBoardPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) FreeOnBoardDescriptionFactory.create
(Session session, FreeOnBoard freeOnBoard, Language language, String description, Long fromTime, Long thruTime) FreeOnBoardDescriptionFactory.getEntityFromCache
(Session session, FreeOnBoardDescriptionPK pk) FreeOnBoardDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, FreeOnBoardDescriptionPK pk) FreeOnBoardDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, FreeOnBoardDescriptionPK pk) FreeOnBoardDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) FreeOnBoardDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FreeOnBoardDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FreeOnBoardDescriptionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) FreeOnBoardDescriptionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) FreeOnBoardDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, FreeOnBoardDescriptionValue value) FreeOnBoardDescriptionFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<FreeOnBoardDescriptionPK> pks) FreeOnBoardDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) FreeOnBoardDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FreeOnBoardDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FreeOnBoardDescriptionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) FreeOnBoardDescriptionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type FreeOnBoardDescriptionModifier and TypeMethodDescriptionvoid
FreeOnBoardDescriptionFactory.remove
(Session session, FreeOnBoardDescription entity) void
FreeOnBoardDescriptionFactory.store
(Session session, FreeOnBoardDescription entity) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type FreeOnBoardDescriptionModifier and TypeMethodDescriptionvoid
FreeOnBoardDescriptionFactory.store
(Session session, Collection<FreeOnBoardDescription> entities) void
FreeOnBoardDescriptionFactory.store
(Collection<FreeOnBoardDescription> entities)