Interface BannerServiceLocal
-
- All Superinterfaces:
BannerService,CRUDService<BannerDTO,BannerData,BannerDataParams>,CRUDServiceLocal<Banner,BannerDTO,BannerData,BannerDataParams>,Service
- All Known Implementing Classes:
BannerServiceImpl
public interface BannerServiceLocal extends CRUDServiceLocal<Banner,BannerDTO,BannerData,BannerDataParams>, BannerService
Local interface forBannerService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ClassicBanner>getClassicBanners()Returns the classic banners for the logged userList<FrontendBanner>getFrontendBanners()Returns the banners for the new frontend for the logged user-
Methods inherited from interface org.cyclos.services.contentmanagement.BannerService
getListData, list, move
-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.impl.CRUDServiceLocal
find, findAll, getEntityClass, newEntity, remove, removeAll, saveEntity, saveSkippingEntityLog, toDTO, toEntity, validate
-
-
-
-
Method Detail
-
getClassicBanners
List<ClassicBanner> getClassicBanners()
Returns the classic banners for the logged user
-
getFrontendBanners
List<FrontendBanner> getFrontendBanners()
Returns the banners for the new frontend for the logged user
-
-