|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
void |
createApp(String sTitle,
Application parent)
Create the application with title, sTitle and parent Application, parent |
Application |
getApp()
Returns the app instance created for populating data |
ApplicationType |
getAppType()
Returns the application type of the app we are creating and populating |
String |
getArgsDescription()
Returns a description of the arguments for populating this application |
String |
getBaseStringSeed()
Gets the BaseStringSeed used in populating data |
AppPortlet |
getPortlet()
Returns a new portlet for the populated application, if appropriate. |
void |
populateApp(List args)
Populates the created app using the arguments in args. |
void |
setBaseStringSeed(String sSeed)
Sets the BaseStringSeed to use in populating data |
| Method Detail |
public void setBaseStringSeed(String sSeed)
sSeed - the seed value to use for generating String data in populationpublic String getBaseStringSeed()
public void createApp(String sTitle,
Application parent)
sTitle - the title of the new app to create and populateparent - the parent application or null if there is nonepublic void populateApp(List args)
args - the arguments to use in populating the apppublic String getArgsDescription()
public Application getApp()
public ApplicationType getAppType()
public AppPortlet getPortlet()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||