|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.arsdigita.populate.apps.PopulateApps
| Constructor Summary | |
PopulateApps(PopulateAppPairCollection popAppPairs)
Constructor. |
|
| Method Summary | |
String |
getBaseStringSeed()
|
List |
populate(int iNumApps)
Convenience method that creates and populates application instances as root apps |
List |
populate(int iNumApps,
Application parent)
creates and populates application instances |
List |
populate(int iNumApps,
Application appParent,
Portal portal)
Populates a Portal. |
List |
populate(int iNumApps,
Portal parent)
Populates a Portal. |
void |
setBaseStringSeed(String sSeed)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PopulateApps(PopulateAppPairCollection popAppPairs)
popAppPairs - popAppPairs collection for population| Method Detail |
public void setBaseStringSeed(String sSeed)
public String getBaseStringSeed()
public List populate(int iNumApps,
Application appParent,
Portal portal)
iNumApps - number of app instances to createappParent - the parent application of the apps createdportal - the portal to populate
public List populate(int iNumApps,
Application parent)
iNumApps - the number of application instances to create for each
application in this object's popAppPairs collectionparent - the parent app under which to create the new app instances, or null if there is no parent
public List populate(int iNumApps,
Portal parent)
iNumApps - number of app instances to createparent - the portal to populate
public List populate(int iNumApps)
iNumApps - the number of application instances to create for each
application in this object's popAppPairs collection
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||