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 JPortalActionResultJPortalManager. OK_ACTIONMethods in com.jalios.jcms.jportal that return JPortalActionResult Modifier and Type Method Description JPortalActionResultJPortalManager. 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)JPortalActionResultJPortalManager. publishJPortal(AbstractJPortal jportal, Member author)Publish a jportal with the latest structureJPortalActionResultJPortalManager. removeBlockFromStructure(AbstractJPortal jportal, java.lang.String blockId, Member author)Remove the given blockId from the current JPortal structure Save the tructure and publish the JPortalJPortalActionResultJPortalManager. saveJPortalStructure(AbstractJPortal jPortal, java.lang.String jPortalMappingJSon, Member mbr)Saves the givenJPortalMappingfor givenAbstractJPortalJPortalActionResultJPortalManager. 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.StringJPortalUtils. jPortalActionToJSon(JPortalActionResult action)
-