com.plumtree.portaluiinfrastructure.layout
Interface ILayoutManager

All Known Implementing Classes:
LayoutManager

public interface ILayoutManager


Method Summary
 java.lang.Object[][] GetLayout(int _nWebServiceId, AActivitySpace _asSpace)
          This method retrieves the markup array for the layout specified by _nWebServiceId.
 java.lang.Object[][] GetLayout(int _nWebServiceId, AActivitySpace _asSpace, boolean bTest)
          The same method above for diagnostic.
 

Method Detail

GetLayout

java.lang.Object[][] GetLayout(int _nWebServiceId,
                               AActivitySpace _asSpace)
This method retrieves the markup array for the layout specified by _nWebServiceId. It will deal with checking for a cached version and making a new request and sending it to the remote server if needed.

Parameters:
_nWebServiceId - the Id of the layout we want
_asSpace - the current space we are trying to display
Returns:
the markup array for the layout

GetLayout

java.lang.Object[][] GetLayout(int _nWebServiceId,
                               AActivitySpace _asSpace,
                               boolean bTest)
The same method above for diagnostic.

Parameters:
_nWebServiceId -
_asSpace -
bTest -
Returns:



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.