com.arsdigita.populate.cms
Class PopulateContent

java.lang.Object
  extended bycom.arsdigita.populate.cms.PopulateContent

public class PopulateContent
extends Object


Constructor Summary
PopulateContent(int iContent, com.arsdigita.cms.ContentSection section)
           
PopulateContent(int iContent, com.arsdigita.cms.ContentSection section, boolean manageTransactions)
           
 
Method Summary
 String getBaseStringSeed()
           
 int getLastFolderIndex()
          Returns the index of the last Folder used when populate was last called
 void popuate(CreateContentItem createItem, com.arsdigita.populate.cms.FolderList parents)
          Populates content.
 void populate(CreateContentItem createItem, com.arsdigita.populate.cms.FolderList parents, int beginParentIndex)
          Populates content.
 void setBaseStringSeed(String sSeed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopulateContent

public PopulateContent(int iContent,
                       com.arsdigita.cms.ContentSection section)
                throws IllegalArgumentException

PopulateContent

public PopulateContent(int iContent,
                       com.arsdigita.cms.ContentSection section,
                       boolean manageTransactions)
                throws IllegalArgumentException
Method Detail

setBaseStringSeed

public void setBaseStringSeed(String sSeed)

getBaseStringSeed

public String getBaseStringSeed()

popuate

public void popuate(CreateContentItem createItem,
                    com.arsdigita.populate.cms.FolderList parents)
Populates content.

Parameters:
createItem - the class for creating the content item
parents - the list of folders over which to spread the newly created items

populate

public void populate(CreateContentItem createItem,
                     com.arsdigita.populate.cms.FolderList parents,
                     int beginParentIndex)
Populates content.

Parameters:
createItem - the class for creating the content item
parents - the list of folders over which to spread the newly created items
beginParentIndex - the index in parents to the first folder to use in population

getLastFolderIndex

public int getLastFolderIndex()
Returns the index of the last Folder used when populate was last called



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:0020 UTC