public interface AdCategoryServiceLocal extends AdCategoryService, CRUDServiceLocal<AdCategory,AdCategoryDTO,AdCategoryData,AdCategoryVO>
AdCategoryService| Modifier and Type | Method and Description |
|---|---|
AdCategoryVO |
findByParentAndInternalName(AdCategoryVO parent,
java.lang.String internalName)
Finds a category with the given parent and internal name.
|
java.util.List<AdCategory> |
listRoot(boolean onlyActive)
Returns a list of root categories, optionally only the active
|
saveCategories, saveOrder, search, sortAlphabeticallyfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, saveAdCategoryVO findByParentAndInternalName(AdCategoryVO parent, java.lang.String internalName)
java.util.List<AdCategory> listRoot(boolean onlyActive)