public interface BannerService extends CRUDService<BannerDTO,BannerData,ConfigurationVO>
| Modifier and Type | Method and Description |
|---|---|
BannersListData |
getListData(ConfigurationVO configuration)
Returns data to list banners in a given configuration
|
java.util.List<BannerVO> |
list(ConfigurationVO configuration)
Lists all banners for the given configuration
|
void |
move(java.lang.Long id,
boolean up)
Moves the banner in order, either up or down
|
getData, getDataForNew, load, remove, removeAll, saveBannersListData getListData(ConfigurationVO configuration) throws FrameworkException
FrameworkExceptionjava.util.List<BannerVO> list(ConfigurationVO configuration) throws FrameworkException
FrameworkExceptionvoid move(java.lang.Long id,
boolean up)
throws FrameworkException
FrameworkException