public abstract class BookingCategoryServiceTemplate<T extends CategoryEntity> extends Object
| Constructor and Description |
|---|
BookingCategoryServiceTemplate() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CacheBasedService |
cbs() |
void |
createOrUpdateCategories(List<T> categoryEntities) |
void |
createOrUpdateCategory(T categoryEntity) |
boolean |
deleteCategories(List<String> categoryIds) |
boolean |
deleteCategory(String categoryId) |
org.adorsys.docusafe.business.types.complex.DSDocument |
getBookingCategories() |
protected abstract com.fasterxml.jackson.core.type.TypeReference<List<T>> |
listType() |
void |
replceCategories(List<T> categoryEntities) |
protected abstract CacheBasedService cbs()
public org.adorsys.docusafe.business.types.complex.DSDocument getBookingCategories()
public void createOrUpdateCategory(T categoryEntity)
public boolean deleteCategory(String categoryId)
Copyright © 2018. All rights reserved.