it.eng.spagobi.bo.dao
Interface IFunctionalityCMSDAO
- All Known Implementing Classes:
- FunctionalityCMSDAOImpl
public interface IFunctionalityCMSDAO
Interface providing some CMS functionalities methods.
- Author:
- sulis
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
Method Summary |
java.util.ArrayList |
recoverChilds(java.lang.String parentPath)
Given a CMS path, ercovers all its children, putting them
into an Array List, which is returned. |
recoverChilds
java.util.ArrayList recoverChilds(java.lang.String parentPath)
throws it.eng.spago.cms.exceptions.BuildOperationException,
it.eng.spago.cms.exceptions.OperationExecutionException
- Given a CMS path, ercovers all its children, putting them
into an Array List, which is returned.
- Parameters:
parentPath
- the CMS path
- Returns:
- the array list containing all childrens
- Throws:
it.eng.spago.cms.exceptions.BuildOperationException
it.eng.spago.cms.exceptions.OperationExecutionException