public class Persistence extends AbstractModuleAction
| Modifier and Type | Class and Description |
|---|---|
static class |
Persistence.ExportBean |
| Constructor and Description |
|---|
Persistence() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionGroupName()
the group name of the action
|
static void |
main(String[] args) |
static String |
performImportpage(RequestService requestService,
ContentContext ctx,
javax.servlet.http.HttpServletRequest request,
MenuElement currentPage,
I18nAccess i18nAccess) |
static String |
performRestore(RequestService rs,
ContentContext ctx,
ContentService content,
GlobalContext globalContext,
MessageRepository messageRepository,
I18nAccess i18nAccess) |
static String |
performUpload(RequestService requestService,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ContentContext ctx,
ContentService content,
I18nAccess i18nAccess) |
String |
prepare(ContentContext ctx,
ModulesContext modulesContext)
method called before module rendering
|
getModuleContext, haveRight, haveRight, isLightInterface, performChangeRenderer, performSearch, performWizardpublic String getActionGroupName()
IActionpublic String prepare(ContentContext ctx, ModulesContext modulesContext) throws Exception
IModuleActionprepare in interface IModuleActionprepare in class AbstractModuleActionctx - the current context.modulesContext - the context of the module. You can call getCurrentModule for recover the module.Exceptionpublic static String performUpload(RequestService requestService, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ContentContext ctx, ContentService content, I18nAccess i18nAccess) throws Exception
Exceptionpublic static String performImportpage(RequestService requestService, ContentContext ctx, javax.servlet.http.HttpServletRequest request, MenuElement currentPage, I18nAccess i18nAccess) throws Exception
Exceptionpublic static String performRestore(RequestService rs, ContentContext ctx, ContentService content, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess) throws Exception
Exceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2012-2018. All Rights Reserved.