public class JPortalManager extends java.lang.Object implements JPropertiesListener
| Modifier and Type | Field and Description |
|---|---|
static JPortalActionResult |
OK_ACTION |
REVISION| Modifier and Type | Method and Description |
|---|---|
static JPortalManager |
getInstance() |
JPortalMapping |
getJPortalMapping(AbstractJPortal jPortal) |
JPortalStructure |
getJPortalStructure(AbstractJPortal jPortal) |
java.util.Map<java.lang.String,java.util.List<JPortalComponent>> |
getPortletTypeMap() |
void |
propertiesChange(JProperties properties)
Invoked after properties have been modified in JCMS and save on disk.
|
void |
saveJPortalStructure(AbstractJPortal jPortal,
JPortalMapping jPortalMapping,
Member mbr)
Saves the given
JPortalMapping for given AbstractJPortal |
JPortalActionResult |
saveJPortalStructure(AbstractJPortal jPortal,
java.lang.String jPortalMappingJSon,
Member mbr)
Saves the given
JPortalMapping for given AbstractJPortal |
public static final JPortalActionResult OK_ACTION
public static JPortalManager getInstance()
public void propertiesChange(JProperties properties)
JPropertiesListenerYou cannot alter the value received in parameters.
propertiesChange in interface JPropertiesListenerproperties - the properties which have been modified (may not contain all JCMS properties)public java.util.Map<java.lang.String,java.util.List<JPortalComponent>> getPortletTypeMap()
public JPortalMapping getJPortalMapping(AbstractJPortal jPortal) throws java.io.IOException
java.io.IOExceptionpublic void saveJPortalStructure(AbstractJPortal jPortal, JPortalMapping jPortalMapping, Member mbr)
JPortalMapping for given AbstractJPortaljPortal - the AbstractJPortaljPortalMapping - the JPortalMappingmbr - the Memberpublic JPortalActionResult saveJPortalStructure(AbstractJPortal jPortal, java.lang.String jPortalMappingJSon, Member mbr)
JPortalMapping for given AbstractJPortaljPortal - the AbstractJPortaljPortalMapping - the JPortalMappingmbr - the Memberpublic JPortalStructure getJPortalStructure(AbstractJPortal jPortal)
jPortal - the AbstractJPortalJPortalStructure for given AbstractJPortalCopyright © 2001-2017 Jalios SA. All Rights Reserved.