|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.marketingcenter.objects.InitiativeScheduleAccessBean
This bean provides access to the INTVSCHED table.
The following is a description of this table:
This table holds the information related to an initiative schedule.
Constructor Summary | |
InitiativeScheduleAccessBean()
Zero argument constructor used to initialize the access bean. |
|
InitiativeScheduleAccessBean(javax.ejb.EJBObject InitiativeScheduleEJBObj)
Maps to a corresponding ejbCreate method in the home interface of the EJB. |
|
InitiativeScheduleAccessBean(java.lang.Integer initiativeScheduleId,
java.lang.Integer initiativeId,
java.lang.Integer emSpotId,
java.sql.Timestamp startDate,
java.sql.Timestamp endDate)
Maps to a corresponding ejbCreate method in the home interface of the EJB. |
|
InitiativeScheduleAccessBean(java.lang.Integer initiativeId,
java.lang.Integer emSpotId,
java.sql.Timestamp startDate,
java.sql.Timestamp endDate)
Maps to a corresponding ejbCreate method in the home interface of the EJB. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String |
defaultJNDIName()
Obtain the JNDI name for this EJB |
java.util.Enumeration |
findByEMarketingSpotId(java.lang.Integer emSpotId)
This finder returns all the initiative schedules in an enumeration with the given e-marketing spot ID. |
java.util.Enumeration |
findByEMarketingSpotIdAndDateRange(java.lang.Integer emSpotId,
java.sql.Timestamp startDate,
java.sql.Timestamp endDate)
This finder returns all the initiative schedules in an enumeration with the given e-marketing spot ID, start date and end date of the initiative schedule. |
java.util.Enumeration |
findByEMarketingSpotIdSortedByEndDate(java.lang.Integer emSpotId)
This finder returns all the initiative schedules in an enumeration with the given e-marketing spot ID, sorted by the end date. |
java.util.Enumeration |
findByEMarketingSpotIdSortedByStartDate(java.lang.Integer emSpotId)
This finder returns all the initiative schedules in an enumeration with the given e-marketing spot ID, sorted by the start date. |
java.util.Enumeration |
findByInitiativeId(java.lang.Integer initiativeId)
This finder returns all the initiative schedules in an enumeration with the given initiative reference number. |
java.util.Enumeration |
findByInitiativeIdSortedByEndDate(java.lang.Integer initiativeId)
This finder returns all the initiative schedules in an enumeration with the given initiative reference number, sorted by the end date. |
java.util.Enumeration |
findByInitiativeIdSortedByStartDate(java.lang.Integer initiativeId)
This finder returns all the initiative schedules in an enumeration with the given initiative reference number, sorted by the start date. |
java.lang.String |
getEMarketingSpotId()
This method provides access to the INTVSCHED.EMSPOT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getEMarketingSpotIdInEJBType()
This method provides access to the INTVSCHED.EMSPOT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getEndDate()
This method provides access to the INTVSCHED.ENDDATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getEndDateInEJBType()
This method provides access to the INTVSCHED.ENDDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getInitiativeId()
This method provides access to the INTVSCHED.INITIATIVE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getInitiativeIdInEJBType()
This method provides access to the INTVSCHED.INITIATIVE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getInitiativeScheduleId()
This method provides access to the INTVSCHED.INTVSCHED_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getInitiativeScheduleIdInEJBType()
This method provides access to the INTVSCHED.INTVSCHED_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getPriority()
This method provides access to the INTVSCHED.PRIORITY column of DB2 type INTEGER NULL. |
java.lang.Integer |
getPriorityInEJBType()
This method provides access to the INTVSCHED.PRIORITY column of DB2 type INTEGER NULL. |
java.lang.String |
getStartDate()
This method provides access to the INTVSCHED.STARTDATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getStartDateInEJBType()
This method provides access to the INTVSCHED.STARTDATE column of DB2 type TIMESTAMP NOT NULL. |
protected void |
instantiateEJB()
IBM internal use only |
protected boolean |
instantiateEJBByPrimaryKey()
IBM internal use only |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setEMarketingSpotId(java.lang.Integer eMarketingSpotId)
This method provides access to the INTVSCHED.EMSPOT_ID column of DB2 type INTEGER NOT NULL. |
void |
setEMarketingSpotId(java.lang.String eMarketingSpotId)
This method provides access to the INTVSCHED.EMSPOT_ID column of DB2 type INTEGER NOT NULL. |
void |
setEndDate(java.lang.String endDate)
This method provides access to the INTVSCHED.ENDDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setEndDate(java.sql.Timestamp endDate)
This method provides access to the INTVSCHED.ENDDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setInitiativeId(java.lang.Integer initiativeId)
This method provides access to the INTVSCHED.INITIATIVE_ID column of DB2 type INTEGER NOT NULL. |
void |
setInitiativeId(java.lang.String initiativeId)
This method provides access to the INTVSCHED.INITIATIVE_ID column of DB2 type INTEGER NOT NULL. |
void |
setInitiativeScheduleId(java.lang.Integer initiativeScheduleId)
This method provides access to the INTVSCHED.INTVSCHED_ID column of DB2 type INTEGER NOT NULL. |
void |
setInitiativeScheduleId(java.lang.String initiativeScheduleId)
This method provides access to the INTVSCHED.INTVSCHED_ID column of DB2 type INTEGER NOT NULL. |
void |
setInitKey__initiativeScheduleId(java.lang.String newInitiativeScheduleId)
Set the primary key for this object. |
void |
setPriority(java.lang.Integer priority)
This method provides access to the INTVSCHED.PRIORITY column of DB2 type INTEGER NULL. |
void |
setPriority(java.lang.String priority)
This method provides access to the INTVSCHED.PRIORITY column of DB2 type INTEGER NULL. |
void |
setStartDate(java.lang.String startDate)
This method provides access to the INTVSCHED.STARTDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setStartDate(java.sql.Timestamp startDate)
This method provides access to the INTVSCHED.STARTDATE column of DB2 type TIMESTAMP NOT NULL. |
Constructor Detail |
public InitiativeScheduleAccessBean()
public InitiativeScheduleAccessBean(javax.ejb.EJBObject InitiativeScheduleEJBObj) throws java.rmi.RemoteException
InitiativeScheduleEJBObj
- - an InitiativeSchedule EJBObject referencejava.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.public InitiativeScheduleAccessBean(java.lang.Integer initiativeScheduleId, java.lang.Integer initiativeId, java.lang.Integer emSpotId, java.sql.Timestamp startDate, java.sql.Timestamp endDate) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
initiativeScheduleId
- - the internal reference number of the initiative scheduleinitiativeId
- - the internal reference number of the initiativeemSpotId
- - the internal reference number of the e-marketing spotstartDate
- - the start date of the initiative scheduleendDate
- - the end date of the initiative schedulejavax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.java.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public InitiativeScheduleAccessBean(java.lang.Integer initiativeId, java.lang.Integer emSpotId, java.sql.Timestamp startDate, java.sql.Timestamp endDate) throws javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
initiativeId
- - the internal reference number of the initiativeemSpotId
- - the internal reference number of the e-marketing spotstartDate
- - the start date of the initiative scheduleendDate
- - the end date of the initiative schedulejavax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.java.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.naming.NamingException
- - Thrown when a naming exception is encountered.Method Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.protected java.lang.String defaultJNDIName()
public java.util.Enumeration findByEMarketingSpotId(java.lang.Integer emSpotId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM INTVSCHED T1 WHERE (T1.EMSPOT_ID = emSpotId)
emSpotId
- - the reference number of the e-marketing spotjava.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.util.Enumeration findByEMarketingSpotIdAndDateRange(java.lang.Integer emSpotId, java.sql.Timestamp startDate, java.sql.Timestamp endDate) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM INTVSCHED T1 WHERE (T1.EMSPOT_ID = emSpotId AND T1.STARTDATE <= startDate AND T1.ENDDATE >= endDate) ORDER BY PRIORITY
emSpotId
- - the reference number of the e-marketing spotstartDate
- - the start date of the initiative scheduleendDate
- - the end date of the initiative schedulejava.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.util.Enumeration findByEMarketingSpotIdSortedByEndDate(java.lang.Integer emSpotId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM INTVSCHED T1 WHERE (T1.EMSPOT_ID = emSpotId) ORDER BY T1.ENDDATE
emSpotId
- - the reference number of the e-marketing spotjava.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.util.Enumeration findByEMarketingSpotIdSortedByStartDate(java.lang.Integer emSpotId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM INTVSCHED T1 WHERE (T1.EMSPOT_ID = emSpotId) ORDER BY T1.STARTDATE
emSpotId
- - the reference number of the e-marketing spotjava.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.util.Enumeration findByInitiativeId(java.lang.Integer initiativeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM INTVSCHED T1 WHERE (T1.INITIATIVE_ID = initiativeId)
initiativeId
- - the reference number of the initiativejava.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.util.Enumeration findByInitiativeIdSortedByEndDate(java.lang.Integer initiativeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM INTVSCHED T1 WHERE (T1.INITIATIVE_ID = initiativeId) ORDER BY T1.ENDDATE
initiativeId
- - the reference number of the initiativejava.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.util.Enumeration findByInitiativeIdSortedByStartDate(java.lang.Integer initiativeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM INTVSCHED T1 WHERE (T1.INITIATIVE_ID = initiativeId) ORDER BY T1.STARTDATE
initiativeId
- - the reference number of the initiativejava.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.String getEMarketingSpotId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The internal reference number of the e-marketing spot which associated with this schedule. This field is a foreign key to the EMSPOT table.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.Integer getEMarketingSpotIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The internal reference number of the e-marketing spot which associated with this schedule. This field is a foreign key to the EMSPOT table.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.String getEndDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The timestamp of end date of this initiative schedule.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.sql.Timestamp getEndDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The timestamp of end date of this initiative schedule.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.String getInitiativeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The internal reference number of the initiative which associated with this schedule. This field is a foreign key to the INITIATIVE table.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.Integer getInitiativeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The internal reference number of the initiative which associated with this schedule. This field is a foreign key to the INITIATIVE table.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.String getInitiativeScheduleId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The internal reference number of this initiative schedule.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.Integer getInitiativeScheduleIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The internal reference number of this initiative schedule.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.String getPriority() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The level of priority of this initiative schedule.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.Integer getPriorityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The level of priority of this initiative schedule.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.String getStartDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The timestamp of start date of this initiative schedule.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.sql.Timestamp getStartDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The timestamp of start date of this initiative schedule.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public void setEMarketingSpotId(java.lang.Integer eMarketingSpotId)
The following is a description of this column:
The internal reference number of the e-marketing spot which associated with this schedule. This field is a foreign key to the EMSPOT table.
java.lang.Integer
- public void setEMarketingSpotId(java.lang.String eMarketingSpotId)
The following is a description of this column:
The internal reference number of the e-marketing spot which associated with this schedule. This field is a foreign key to the EMSPOT table.
java.lang.String
- public void setEndDate(java.lang.String endDate)
The following is a description of this column:
The timestamp of end date of this initiative schedule.
java.lang.String
- public void setEndDate(java.sql.Timestamp endDate)
The following is a description of this column:
The timestamp of end date of this initiative schedule.
java.sql.Timestamp
- public void setInitiativeId(java.lang.Integer initiativeId)
The following is a description of this column:
The internal reference number of the initiative which associated with this schedule. This field is a foreign key to the INITIATIVE table.
java.lang.Integer
- public void setInitiativeId(java.lang.String initiativeId)
The following is a description of this column:
The internal reference number of the initiative which associated with this schedule. This field is a foreign key to the INITIATIVE table.
java.lang.String
- public void setInitiativeScheduleId(java.lang.Integer initiativeScheduleId)
The following is a description of this column:
The internal reference number of this initiative schedule.
java.lang.Integer
- public void setInitiativeScheduleId(java.lang.String initiativeScheduleId)
The following is a description of this column:
The internal reference number of this initiative schedule.
java.lang.String
- public void setInitKey__initiativeScheduleId(java.lang.String newInitiativeScheduleId)
newInitiativeScheduleId
- - the reference number of the initiative schedulepublic void setPriority(java.lang.Integer priority)
The following is a description of this column:
The level of priority of this initiative schedule.
java.lang.Integer
- public void setPriority(java.lang.String priority)
The following is a description of this column:
The level of priority of this initiative schedule.
java.lang.String
- public void setStartDate(java.lang.String startDate)
The following is a description of this column:
The timestamp of start date of this initiative schedule.
java.lang.String
- public void setStartDate(java.sql.Timestamp startDate)
The following is a description of this column:
The timestamp of start date of this initiative schedule.
java.sql.Timestamp
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |