public interface StaticContentService extends CRUDService<BaseStaticContentDTO,StaticContentData,StaticContentDataParams>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHelpContent(Role role) |
StaticContentListData |
getListData(ConfigurationVO configuration)
Returns data to list the static contents of a given configuration
|
java.lang.String |
getSmsHelpContent(Role role) |
java.util.List<StaticContentVO> |
list(ConfigurationVO configuration)
Lists the static contents of a given configuration
|
getData, getDataForNew, load, remove, removeAll, savejava.lang.String getHelpContent(Role role) throws FrameworkException
RoleFrameworkExceptionStaticContentListData getListData(ConfigurationVO configuration) throws FrameworkException
FrameworkExceptionjava.lang.String getSmsHelpContent(Role role) throws FrameworkException
FrameworkExceptionjava.util.List<StaticContentVO> list(ConfigurationVO configuration) throws FrameworkException
FrameworkException