Uses of Class
com.maplander.backend.model.manage.catalog.ItemCatalog
Packages that use ItemCatalog
Package
Description
-
Uses of ItemCatalog in com.maplander.backend.controller.businessrule.catalog
Methods in com.maplander.backend.controller.businessrule.catalog with parameters of type ItemCatalogModifier and TypeMethodDescriptionstatic StringBRCatalog.validateCatalogLite(ItemCatalog itemCatalog) -
Uses of ItemCatalog in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type ItemCatalogMethods in com.maplander.backend.controller.endpoint.fiabci with parameters of type ItemCatalog -
Uses of ItemCatalog in com.maplander.backend.dao.manage.catalog
Fields in com.maplander.backend.dao.manage.catalog with type parameters of type ItemCatalogMethods in com.maplander.backend.dao.manage.catalog that return ItemCatalogMethods in com.maplander.backend.dao.manage.catalog that return types with arguments of type ItemCatalogModifier and TypeMethodDescriptionstatic List<ItemCatalog> ItemCatalogDAO.loadCatalogId(Long catalogId) static List<ItemCatalog> ItemCatalogDAO.loadOfficeId(Long officeId) static List<ItemCatalog> ItemCatalogDAO.loadUserId(Long userId)