Uses of Class
com.echothree.model.data.shipment.server.entity.FreeOnBoardDetail
Packages that use FreeOnBoardDetail
Package
Description
-
Uses of FreeOnBoardDetail in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return FreeOnBoardDetailModifier and TypeMethodDescriptionFreeOnBoard.getActiveDetail()FreeOnBoard.getActiveDetail(EntityPermission entityPermission) FreeOnBoard.getActiveDetailForUpdate()FreeOnBoard.getLastDetail()FreeOnBoard.getLastDetail(EntityPermission entityPermission) FreeOnBoard.getLastDetailForUpdate()Methods in com.echothree.model.data.shipment.server.entity with parameters of type FreeOnBoardDetailModifier and TypeMethodDescriptionvoidFreeOnBoard.setActiveDetail(FreeOnBoardDetail entity) voidFreeOnBoard.setLastDetail(FreeOnBoardDetail entity) -
Uses of FreeOnBoardDetail in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return FreeOnBoardDetailModifier and TypeMethodDescriptionFreeOnBoardDetailFactory.create(FreeOnBoardPK freeOnBoardPK, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FreeOnBoardDetailFactory.create(FreeOnBoard freeOnBoard, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FreeOnBoardDetailFactory.getEntityFromCache(FreeOnBoardDetailPK pk) FreeOnBoardDetailFactory.getEntityFromPK(EntityPermission entityPermission, FreeOnBoardDetailPK pk) FreeOnBoardDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) FreeOnBoardDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FreeOnBoardDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FreeOnBoardDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) FreeOnBoardDetailFactory.getEntityFromValue(EntityPermission entityPermission, FreeOnBoardDetailValue value) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type FreeOnBoardDetailModifier and TypeMethodDescriptionFreeOnBoardDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<FreeOnBoardDetailPK> pks) FreeOnBoardDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) FreeOnBoardDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FreeOnBoardDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FreeOnBoardDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type FreeOnBoardDetailModifier and TypeMethodDescriptionFreeOnBoardFactory.create(FreeOnBoardDetail activeDetail, FreeOnBoardDetail lastDetail) voidFreeOnBoardDetailFactory.remove(FreeOnBoardDetail entity) voidFreeOnBoardDetailFactory.store(FreeOnBoardDetail entity) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type FreeOnBoardDetailModifier and TypeMethodDescriptionvoidFreeOnBoardDetailFactory.store(Collection<FreeOnBoardDetail> entities)