|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Business interface of job EJB: models a job (Entity BMP EJB, master-details)
Method Summary | |
java.lang.String |
generateSQLtext(java.util.Hashtable systemFields,
java.util.Hashtable systemAlias,
java.lang.String rootType)
Generate sqlText associated to the job (updates state of ejb instance: jobModel.sqlText) |
JobModel |
getState()
Gets state value of ejb instance |
void |
setDescription(java.lang.String description)
Sets value to the description of ejb instance (updates state of ejb instance: jobModel.description) |
void |
setJobORDER(java.util.Collection jobORDER)
Sets value to the jobORDER of ejb instance (updates state of ejb instance: jobModel.jobORDER) |
void |
setJobSELECT(java.util.Collection jobSELECT)
Sets value to the jobSELECT of ejb instance (updates state of ejb instance: jobModel.jobSELECT) |
void |
setJobWHERE(java.util.Collection jobWHERE)
Sets value to the jobWHERE of ejb instance (updates state of ejb instance: jobModel.jobWHERE) |
void |
setState(JobModel jobModel)
Sets value to the state of ejb instance |
void |
setTemplate(long templateCode)
Sets value to the templateCode of ejb instance (updates state of ejb instance: jobModel.templateCode) |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public JobModel getState() throws java.rmi.RemoteException
java.rmi.RemoteException
- public void setState(JobModel jobModel) throws java.rmi.RemoteException
jobModel
- new value to assign to jobModel attributejava.rmi.RemoteException
- public void setTemplate(long templateCode) throws java.rmi.RemoteException
templateCode
- new value to assign to templateCodejava.rmi.RemoteException
- Description of the Exceptionpublic void setDescription(java.lang.String description) throws java.rmi.RemoteException
description
- new value to assign to descriptionjava.rmi.RemoteException
- Description of the Exceptionpublic void setJobSELECT(java.util.Collection jobSELECT) throws java.rmi.RemoteException
jobSELECT
- new value to assign to jobSELECTjava.rmi.RemoteException
- Description of the Exceptionpublic void setJobWHERE(java.util.Collection jobWHERE) throws java.rmi.RemoteException
jobWHERE
- new value to assign to jobWHEREjava.rmi.RemoteException
- Description of the Exceptionpublic void setJobORDER(java.util.Collection jobORDER) throws java.rmi.RemoteException
jobORDER
- new value to assign to jobORDERjava.rmi.RemoteException
- Description of the Exceptionpublic java.lang.String generateSQLtext(java.util.Hashtable systemFields, java.util.Hashtable systemAlias, java.lang.String rootType) throws java.rmi.RemoteException
systemFields
- Hashtable of system Fields for current company
key: fieldId (long), value: Field objectsystemAlias
- Hashtable of system Alias
key: String[2] = [tableAlias, rootType],
value: Alias objectrootType
- root type for joinsjava.rmi.RemoteException
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |