Uses of Class
com.echothree.model.data.item.server.entity.ItemKitOption
Packages that use ItemKitOption
Package
Description
-
Uses of ItemKitOption in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemKitOptionModifier and TypeMethodDescriptionItemControl.createItemKitOption
(Item item, Boolean allowPartialShipments, BasePK createdBy) ItemControl.getItemKitOption
(Item item) ItemControl.getItemKitOptionForUpdate
(Item item) Methods in com.echothree.model.control.item.server.control with parameters of type ItemKitOptionModifier and TypeMethodDescriptionvoid
ItemControl.deleteItemKitOption
(ItemKitOption itemKitOption, BasePK deletedBy) -
Uses of ItemKitOption in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemKitOptionModifier and TypeMethodDescriptionItemKitOptionFactory.create
(ItemPK itemPK, Boolean allowPartialShipments, Long fromTime, Long thruTime) ItemKitOptionFactory.create
(Session session, ItemPK itemPK, Boolean allowPartialShipments, Long fromTime, Long thruTime) ItemKitOptionFactory.create
(Session session, Item item, Boolean allowPartialShipments, Long fromTime, Long thruTime) ItemKitOptionFactory.getEntityFromCache
(Session session, ItemKitOptionPK pk) ItemKitOptionFactory.getEntityFromPK
(EntityPermission entityPermission, ItemKitOptionPK pk) ItemKitOptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemKitOptionPK pk) ItemKitOptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ItemKitOptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemKitOptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemKitOptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemKitOptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemKitOptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemKitOptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemKitOptionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ItemKitOptionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ItemKitOptionFactory.getEntityFromValue
(EntityPermission entityPermission, ItemKitOptionValue value) ItemKitOptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemKitOptionValue value) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemKitOptionModifier and TypeMethodDescriptionItemKitOptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemKitOptionPK> pks) ItemKitOptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemKitOptionPK> pks) ItemKitOptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ItemKitOptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemKitOptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemKitOptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemKitOptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemKitOptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemKitOptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemKitOptionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ItemKitOptionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemKitOptionModifier and TypeMethodDescriptionvoid
ItemKitOptionFactory.remove
(Session session, ItemKitOption entity) void
ItemKitOptionFactory.store
(Session session, ItemKitOption entity) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemKitOptionModifier and TypeMethodDescriptionvoid
ItemKitOptionFactory.store
(Session session, Collection<ItemKitOption> entities) void
ItemKitOptionFactory.store
(Collection<ItemKitOption> entities)