public class CampaignEmsListCursorDataBean extends com.ibm.commerce.tools.util.CommonSearchHelperBean implements Protectable, Delegator
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
CampaignEmsListCursorDataBean()
Constructs an CampaignEmsListCursorDataBean
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | buildQuery()
This method constructs the database query.
|
void | buildResultDataBean(java.util.Vector resultVector)
This method constructs the list of CampaignEmsListDataBean data beans based on the results returned from the database.
|
Protectable | getDelegate()
This method returns the access control delegate of this data bean.
|
CampaignEmsDataBean[] | getEmsList()
This method gets the list of CampaignEmsListDataBean data beans based on the database results.
|
java.lang.String | getEmsUsageType()
This method gets the value of the usage type identifier.
|
boolean | getLocalSearch()
This method gets the value of the local search flag.
|
java.lang.Long | getOwner()
This method gets the owner of the e-Marketing Spots.
|
void | setEmsList(java.util.Vector newEmsList)
This method sets the list of CampaignEmsListDataBean data beans based on the database results.
|
void | setEmsUsageType(java.lang.String newUsageType)
This method sets the value of the usage type identifier.
|
void | setLocalSearch(boolean newLocalSearch)
This method sets the local search flag.
|
public static final java.lang.String COPYRIGHT
public CampaignEmsListCursorDataBean()
public java.lang.String buildQuery() throws java.lang.Exception
public void buildResultDataBean(java.util.Vector resultVector)
public void setEmsList(java.util.Vector newEmsList)
public CampaignEmsDataBean[] getEmsList()
public Protectable getDelegate() throws java.lang.Exception
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException
public java.lang.String getEmsUsageType()
public boolean getLocalSearch()
public void setEmsUsageType(java.lang.String newUsageType)
public void setLocalSearch(boolean newLocalSearch)