Uses of Class
org.jasig.portal.layout.dlm.IntegrationResult

Packages that use IntegrationResult
org.jasig.portal.layout.dlm   
 

Uses of IntegrationResult in org.jasig.portal.layout.dlm
 

Methods in org.jasig.portal.layout.dlm with parameters of type IntegrationResult
(package private) static void PositionManager.adjustPositionSet(java.util.ArrayList order, org.w3c.dom.Element positionSet, IntegrationResult result)
          This method trims down the position set to the position directives on the node info elements still having a position directive.
(package private) static void DeleteManager.applyAndUpdateDeleteSet(org.w3c.dom.Document plf, org.w3c.dom.Document ilf, IntegrationResult result)
          Get the delete set if any from the plf and process each delete command removing any that fail from the delete set so that the delete set is self cleaning.
private static void PLFIntegrator.applyChildChanges(org.w3c.dom.Element plfParent, org.w3c.dom.Element ilfParent, IntegrationResult result)
           
(package private) static void PositionManager.applyPositions(org.w3c.dom.Element compViewParent, org.w3c.dom.Element positionSet, IntegrationResult result)
          This method and ones that it delegates to have the responsibility of organizing the child nodes of the passed in composite view parent node according to the order specified in the passed in position set and return via the passed in result set whether the personal layout fragment (one portion of which is the position set) or the incoporated layouts fragment (one portion of which is the compViewParent) were changed.
(package private) static void PositionManager.evaluateAndApply(java.util.ArrayList order, org.w3c.dom.Element compViewParent, org.w3c.dom.Element positionSet, IntegrationResult result)
          This method determines if applying all of the positioning rules and restrictions ended up making changes to the compViewParent or the original position set.
private static void PLFIntegrator.mergeChannel(org.w3c.dom.Element plfChild, org.w3c.dom.Element plfParent, org.w3c.dom.Element ilfParent, IntegrationResult result)
           
private static void PLFIntegrator.mergeFolder(org.w3c.dom.Element plfChild, org.w3c.dom.Element plfParent, org.w3c.dom.Element ilfParent, IntegrationResult result)
           
static void PLFIntegrator.mergePLFintoILF(org.w3c.dom.Document plf, org.w3c.dom.Document ilf, IntegrationResult result)