public interface MobilePageService extends CRUDService<MobilePageDTO,MobilePageData,ConfigurationVO>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent(java.lang.Long id)
Returns the content of a mobile page
|
MobilePagesListData |
getListData(ConfigurationVO configuration)
Returns data with a list of mobile pages in a given configuration
|
java.util.List<MobilePageVO> |
list(ConfigurationVO configuration)
Lists all mobile pages for the given configuration
|
void |
saveOrder(java.util.List<java.lang.Long> ids)
Updates the order field according to the given ids sequence
|
getData, getDataForNew, load, remove, removeAll, savejava.lang.String getContent(java.lang.Long id)
throws FrameworkException
FrameworkExceptionMobilePagesListData getListData(ConfigurationVO configuration) throws FrameworkException
FrameworkExceptionjava.util.List<MobilePageVO> list(ConfigurationVO configuration) throws FrameworkException
FrameworkExceptionvoid saveOrder(java.util.List<java.lang.Long> ids)
throws FrameworkException
FrameworkException