Uses of Class
com.jalios.jcms.jportal.JPortalActionResult
-
Packages that use JPortalActionResult Package Description com.jalios.jcms.jportal -
-
Uses of JPortalActionResult in com.jalios.jcms.jportal
Fields in com.jalios.jcms.jportal declared as JPortalActionResult Modifier and Type Field Description static JPortalActionResult
JPortalManager. OK_ACTION
Methods in com.jalios.jcms.jportal that return JPortalActionResult Modifier and Type Method Description JPortalActionResult
JPortalManager. moveBlockOrAddPortletAndUpdateSizes(AbstractJPortal jportal, java.lang.String blocksAndSize, java.lang.String blockToMoveId, java.lang.String targetBlockId, JPortalConstants.BlockDropPositions dropPosition, java.lang.String newBlockId, Member author, java.lang.String portletId)
JPortalActionResult
JPortalManager. publishJPortal(AbstractJPortal jportal, Member author)
Publish a jportal with the latest structureJPortalActionResult
JPortalManager. removeBlockFromStructure(AbstractJPortal jportal, java.lang.String blockId, Member author)
Remove the given blockId from the current JPortal structure Save the tructure and publish the JPortalJPortalActionResult
JPortalManager. saveJPortalStructure(AbstractJPortal jPortal, java.lang.String jPortalMappingJSon, Member mbr)
Saves the givenJPortalMapping
for givenAbstractJPortal
JPortalActionResult
JPortalManager. updateJPortalBlocksAndSize(AbstractJPortal jportal, java.lang.String blocksAndSize, Member author)
Iterate through all blocks of the jportal Remove block not present in the blocksAndSize map Update all blocks sizeMethods in com.jalios.jcms.jportal with parameters of type JPortalActionResult Modifier and Type Method Description static java.lang.String
JPortalUtils. jPortalActionToJSon(JPortalActionResult action)
-