|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.user.objects.BusinessProfileAccessBean
This bean provides access to the BUSPROF table.
The following is a description of this table:
This table stores business profile information for a user.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
BusinessProfileAccessBean()
Default constructor. |
|
BusinessProfileAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
BusinessProfileAccessBean(java.util.Hashtable aProperties)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
BusinessProfileAccessBean(java.lang.Long aUserId,
java.lang.Long aOrganizationId)
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). |
java.util.Enumeration |
findByRequisitionerId(java.lang.String aRequisitionerId)
Find by requisitioner id. |
java.lang.String |
getAlternateId()
This method provides access to the BUSPROF.ALTERNATEID column of DB2 type VARCHAR(20) NULL. |
java.lang.String |
getDepartmentNumber()
This method provides access to the BUSPROF.DEPARTMENTNUM column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getEmployeeId()
This method provides access to the BUSPROF.EMPLOYEEID column of DB2 type VARCHAR(20) NULL. |
java.lang.String |
getEmployeeType()
This method provides access to the BUSPROF.EMPLOYEETYPE column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getManager()
This method provides access to the BUSPROF.MANAGER column of DB2 type VARCHAR(256) NULL. |
java.lang.String |
getOrganizationId()
The organization id to which the business user owning this business profile is associated with. |
java.lang.Long |
getOrganizationIdInEJBType()
The organization id to which the business user owning this business profile is associated with. |
java.lang.String |
getOrganizationUnitId()
This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getOrganizationUnitIdInEJBType()
This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getRequistionerId()
This method provides access to the BUSPROF.REQUISITIONERID column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getSecretary()
This method provides access to the BUSPROF.SECRETARY column of DB2 type VARCHAR(256) NULL. |
java.lang.String |
getUserId()
This method provides access to the BUSPROF.USERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getUserIdInEJBType()
This method provides access to the BUSPROF.USERS_ID column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAlternateId(java.lang.String aAlternateId)
This method provides access to the BUSPROF.ALTERNATEID column of DB2 type VARCHAR(20) NULL. |
void |
setDepartmentNumber(java.lang.String aDepartmentNumber)
This method provides access to the BUSPROF.DEPARTMENTNUM column of DB2 type VARCHAR(128) NULL. |
void |
setEmployeeId(java.lang.String aEmployeeId)
This method provides access to the BUSPROF.EMPLOYEEID column of DB2 type VARCHAR(20) NULL. |
void |
setEmployeeType(java.lang.String aEmployeeType)
This method provides access to the BUSPROF.EMPLOYEETYPE column of DB2 type VARCHAR(128) NULL. |
void |
setInitKey_UserId(java.lang.String aInitKey_UserId)
Set the primary key for this object |
void |
setManager(java.lang.String aManager)
This method provides access to the BUSPROF.MANAGER column of DB2 type VARCHAR(256) NULL. |
void |
setOrganizationId(java.lang.Long aOrganizationId)
Set the organization id to which the business user owning this business profile is associated with. |
void |
setOrganizationId(java.lang.String aOrganizationId)
Set the organization id to which the business user owning this business profile is associated with. |
void |
setOrganizationUnitId(java.lang.Long aOrganizationUnitId)
This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT NULL. |
void |
setOrganizationUnitId(java.lang.String aOrganizationUnitId)
This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT NULL. |
void |
setRequistionerId(java.lang.String aRequistionerId)
This method provides access to the BUSPROF.REQUISITIONERID column of DB2 type VARCHAR(128) NULL. |
void |
setSecretary(java.lang.String aSecretary)
This method provides access to the BUSPROF.SECRETARY column of DB2 type VARCHAR(256) NULL. |
void |
setUserId(java.lang.Long aUserId)
This method provides access to the BUSPROF.USERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setUserId(java.lang.String aUserId)
This method provides access to the BUSPROF.USERS_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BusinessProfileAccessBean()
Default constructor. Maps to findByPrimaryKey.
public BusinessProfileAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic BusinessProfileAccessBean(java.util.Hashtable aProperties) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aProperties
- java.util.Hashtablejavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic BusinessProfileAccessBean(java.lang.Long aUserId, java.lang.Long aOrganizationId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aUserId
- java.lang.LongaOrganizationId
- java.lang.Longjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByRequisitionerId(java.lang.String aRequisitionerId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Find by requisitioner id.
The SQL is "SELECT * FROM BUSPROF T1 WHERE (T1.REQUISITIONERID = ?)".
aRequisitionerId
- java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAlternateId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BUSPROF.ALTERNATEID column of DB2 type VARCHAR(20) NULL.
The following is a description of this column:
A special ID assigned by the organization or organizational unit to which this business user belongs.
getAlternateId
in interface BusinessProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getDepartmentNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BUSPROF.DEPARTMENTNUM column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The department number for the business user.
getDepartmentNumber
in interface BusinessProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getEmployeeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BUSPROF.EMPLOYEEID column of DB2 type VARCHAR(20) NULL.
The following is a description of this column:
A method to identify the employee, such as by employee number.
getEmployeeId
in interface BusinessProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getEmployeeType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BUSPROF.EMPLOYEETYPE column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The employee type, such as regular, part time, special part time, supplemental, and contractor.
getEmployeeType
in interface BusinessProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getManager() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BUSPROF.MANAGER column of DB2 type VARCHAR(256) NULL.
The following is a description of this column:
The name of the manager or supervisor or this his business user.
getManager
in interface BusinessProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getOrganizationId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The organization id to which the business user owning this business profile is associated with.
getOrganizationId
in interface BusinessProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getOrganizationIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The organization id to which the business user owning this business profile is associated with.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getOrganizationUnitId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Identifies the organizational unit to which the business user owning this business profile is associated with. If there are multiple organizational units, it is usually the lowest one that is referred to here.
getOrganizationUnitId
in interface BusinessProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getOrganizationUnitIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Identifies the organizational unit to which the business user owning this business profile is associated with. If there are multiple organizational units, it is usually the lowest one that is referred to here.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRequistionerId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BUSPROF.REQUISITIONERID column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
A unique ID for identifying the requisitioner.
getRequistionerId
in interface BusinessProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getSecretary() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BUSPROF.SECRETARY column of DB2 type VARCHAR(256) NULL.
The following is a description of this column:
The name of the secretary or administrative assistant of the business user.
getSecretary
in interface BusinessProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getUserId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BUSPROF.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the USERS table for this business user.
getUserId
in interface BusinessProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getUserIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BUSPROF.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the USERS table for this business user.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setAlternateId(java.lang.String aAlternateId)
This method provides access to the BUSPROF.ALTERNATEID column of DB2 type VARCHAR(20) NULL.
The following is a description of this column:
A special ID assigned by the organization or organizational unit to which this business user belongs.
setAlternateId
in interface BusinessProfileAccessBeanData
aAlternateId
- java.lang.Stringpublic void setDepartmentNumber(java.lang.String aDepartmentNumber)
This method provides access to the BUSPROF.DEPARTMENTNUM column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The department number for the business user.
setDepartmentNumber
in interface BusinessProfileAccessBeanData
aDepartmentNumber
- java.lang.Stringpublic void setEmployeeId(java.lang.String aEmployeeId)
This method provides access to the BUSPROF.EMPLOYEEID column of DB2 type VARCHAR(20) NULL.
The following is a description of this column:
A method to identify the employee, such as by employee number.
setEmployeeId
in interface BusinessProfileAccessBeanData
aEmployeeId
- java.lang.Stringpublic void setEmployeeType(java.lang.String aEmployeeType)
This method provides access to the BUSPROF.EMPLOYEETYPE column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The employee type, such as regular, part time, special part time, supplemental, and contractor.
setEmployeeType
in interface BusinessProfileAccessBeanData
aEmployeeType
- java.lang.Stringpublic void setInitKey_UserId(java.lang.String aInitKey_UserId)
Set the primary key for this object
aInitKey_UserId
- java.lang.Stringpublic void setManager(java.lang.String aManager)
This method provides access to the BUSPROF.MANAGER column of DB2 type VARCHAR(256) NULL.
The following is a description of this column:
The name of the manager or supervisor or this his business user.
setManager
in interface BusinessProfileAccessBeanData
aManager
- java.lang.Stringpublic void setOrganizationId(java.lang.Long aOrganizationId)
Set the organization id to which the business user owning this business profile is associated with.
aOrganizationId
- java.lang.Longpublic void setOrganizationId(java.lang.String aOrganizationId)
Set the organization id to which the business user owning this business profile is associated with.
setOrganizationId
in interface BusinessProfileAccessBeanData
aOrganizationId
- java.lang.Stringpublic void setOrganizationUnitId(java.lang.Long aOrganizationUnitId)
This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Identifies the organizational unit to which the business user owning this business profile is associated with. If there are multiple organizational units, it is usually the lowest one that is referred to here.
aOrganizationUnitId
- java.lang.Longpublic void setOrganizationUnitId(java.lang.String aOrganizationUnitId)
This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Identifies the organizational unit to which the business user owning this business profile is associated with. If there are multiple organizational units, it is usually the lowest one that is referred to here.
setOrganizationUnitId
in interface BusinessProfileAccessBeanData
aOrganizationUnitId
- java.lang.Stringpublic void setRequistionerId(java.lang.String aRequistionerId)
This method provides access to the BUSPROF.REQUISITIONERID column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
A unique ID for identifying the requisitioner.
setRequistionerId
in interface BusinessProfileAccessBeanData
aRequistionerId
- java.lang.Stringpublic void setSecretary(java.lang.String aSecretary)
This method provides access to the BUSPROF.SECRETARY column of DB2 type VARCHAR(256) NULL.
The following is a description of this column:
The name of the secretary or administrative assistant of the business user.
setSecretary
in interface BusinessProfileAccessBeanData
aSecretary
- java.lang.Stringpublic void setUserId(java.lang.Long aUserId)
This method provides access to the BUSPROF.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the USERS table for this business user.
aUserId
- java.lang.Longpublic void setUserId(java.lang.String aUserId)
This method provides access to the BUSPROF.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the USERS table for this business user.
setUserId
in interface BusinessProfileAccessBeanData
aUserId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |