Class CatalogEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.base.BaseEndpoint
com.maplander.backend.controller.endpoint.fiabci.CatalogEndpoint
-
Field Summary
Fields inherited from class com.maplander.backend.controller.endpoint.base.BaseEndpoint
sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCatalog(Catalog catalog) createCatalogLite(ItemCatalog itemCatalog) deleteCatalog(Long catalogId) deleteItemCatalog(Long itemCatalogId) getCatalog(Long catalogId) listCatalog(Long userId, Long officeId) saveItemsCatalog(CatalogLite catalogLite) Methods inherited from class com.maplander.backend.controller.endpoint.base.BaseEndpoint
executeInTransaction, saveLeadAndInfo, saveLeadAndInfo
-
Constructor Details
-
CatalogEndpoint
public CatalogEndpoint()
-
-
Method Details
-
createCatalog
-
createCatalogLite
-
saveItemsCatalog
-
deleteCatalog
-
deleteItemCatalog
-
listCatalog
-
getCatalog
-