public class UrlRegistryItemsDataBean extends SmartDataBeanImpl implements SchedulerDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright Statement.
|
emptyString
Constructor and Description |
---|
UrlRegistryItemsDataBean()
This is the default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getURL(int index)
This method returns the name of the WebSphere Commerce command.
|
void |
populate()
This method retrieves all the defined WebSphere Commerce commands.
|
int |
size()
This method gets the number of available application types.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
getRequestProperties, setRequestProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommandContext, setCommandContext
getRequestProperties, setRequestProperties
public static final java.lang.String COPYRIGHT
public UrlRegistryItemsDataBean()
public java.lang.String getURL(int index)
index
- This is the position of the item to retrieve.String
representation of the WebSphere Commerce command.public void populate() throws java.lang.Exception
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
- This is thrown if there are any problems retrieving the defined
WebSphere Commerce commands.public int size()
int
value that represents the number of application types.