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)
JPropertiesListener
You cannot alter the value received in parameters.
propertiesChange
in interface JPropertiesListener
properties
- 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.IOException
public void saveJPortalStructure(AbstractJPortal jPortal, JPortalMapping jPortalMapping, Member mbr)
JPortalMapping
for given AbstractJPortal
jPortal
- the AbstractJPortal
jPortalMapping
- the JPortalMapping
mbr
- the Member
public JPortalActionResult saveJPortalStructure(AbstractJPortal jPortal, java.lang.String jPortalMappingJSon, Member mbr)
JPortalMapping
for given AbstractJPortal
jPortal
- the AbstractJPortal
jPortalMapping
- the JPortalMapping
mbr
- the Member
public JPortalStructure getJPortalStructure(AbstractJPortal jPortal)
jPortal
- the AbstractJPortal
JPortalStructure
for given AbstractJPortal
Copyright © 2001-2017 Jalios SA. All Rights Reserved.