java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.user.objects.BusinessProfileAccessBean
This table stores business profile information for a user.
Constructor Summary | |
---|---|
BusinessProfileAccessBean() constructor | |
BusinessProfileAccessBean(javax.ejb.EJBObject o) constructor | |
BusinessProfileAccessBean(java.lang.Long arg0,
java.lang.Long arg1) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByRequisitionerId(java.lang.String arg0) Find by requisitioner id. |
java.lang.String |
getAlternateId() This method provides access to the BUSPROF.ALTERNATEID column of DB2 type VARCHAR(20). |
java.lang.String |
getDepartmentNumber() This method provides access to the BUSPROF.DEPARTMENTNUM column of DB2 type VARCHAR(128). |
java.lang.String |
getEmployeeId() This method provides access to the BUSPROF.EMPLOYEEID column of DB2 type VARCHAR(20). |
java.lang.String |
getEmployeeType() This method provides access to the BUSPROF.EMPLOYEETYPE column of DB2 type VARCHAR(128). |
java.lang.String |
getManager() This method provides access to the BUSPROF.MANAGER column of DB2 type VARCHAR(256). |
java.lang.String |
getOrganizationId() This method provides access to the BUSPROF.ORG_ID column of DB2 type BIGINT. |
java.lang.Long |
getOrganizationIdInEJBType() This method provides access to the BUSPROF.ORG_ID column of DB2 type BIGINT. |
java.lang.String |
getOrganizationUnitId() This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT. |
java.lang.Long |
getOrganizationUnitIdInEJBType() This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT. |
java.lang.String |
getRequistionerId() This method provides access to the BUSPROF.REQUISITIONERID column of DB2 type VARCHAR(128). |
java.lang.String |
getSecretary() This method provides access to the BUSPROF.SECRETARY column of DB2 type VARCHAR(256). |
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. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setAlternateId(java.lang.String newValue) This method provides access to the BUSPROF.ALTERNATEID column of DB2 type VARCHAR(20). |
void |
setDepartmentNumber(java.lang.String newValue) This method provides access to the BUSPROF.DEPARTMENTNUM column of DB2 type VARCHAR(128). |
void |
setEmployeeId(java.lang.String newValue) This method provides access to the BUSPROF.EMPLOYEEID column of DB2 type VARCHAR(20). |
void |
setEmployeeType(java.lang.String newValue) This method provides access to the BUSPROF.EMPLOYEETYPE column of DB2 type VARCHAR(128). |
void |
setInitKey_UserId(java.lang.String newValue) Set the primary key for this object |
void |
setManager(java.lang.String newValue) This method provides access to the BUSPROF.MANAGER column of DB2 type VARCHAR(256). |
void |
setOrganizationId(java.lang.Long newValue) This method provides access to the BUSPROF.ORG_ID column of DB2 type BIGINT. |
void |
setOrganizationId(java.lang.String newValue) This method provides access to the BUSPROF.ORG_ID column of DB2 type BIGINT. |
void |
setOrganizationUnitId(java.lang.Long newValue) This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT. |
void |
setOrganizationUnitId(java.lang.String newValue) This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT. |
void |
setRequistionerId(java.lang.String newValue) This method provides access to the BUSPROF.REQUISITIONERID column of DB2 type VARCHAR(128). |
void |
setSecretary(java.lang.String newValue) This method provides access to the BUSPROF.SECRETARY column of DB2 type VARCHAR(256). |
void |
setUserId(java.lang.Long newValue) This method provides access to the BUSPROF.USERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setUserId(java.lang.String newValue) This method provides access to the BUSPROF.USERS_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public BusinessProfileAccessBean()
public BusinessProfileAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public BusinessProfileAccessBean(java.lang.Long arg0, java.lang.Long arg1) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Longjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findByRequisitionerId(java.lang.String arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Find by requisitioner id.
The SQL is "SELECT * FROM BUSPROF T1 WHERE (T1.REQUISITIONERID = ?)".
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_UserId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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).
The following is a description of this column:
A unique ID for identifying the requisitioner.
getRequistionerId
in interface
BusinessProfileAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRequistionerId(java.lang.String newValue)
This method provides access to the BUSPROF.REQUISITIONERID column of DB2 type VARCHAR(128).
The following is a description of this column:
A unique ID for identifying the requisitioner.
setRequistionerId
in interface
BusinessProfileAccessBeanData
newValue
- java.lang.Stringpublic 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).
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setSecretary(java.lang.String newValue)
This method provides access to the BUSPROF.SECRETARY column of DB2 type VARCHAR(256).
The following is a description of this column:
The name of the secretary or administrative assistant of the business user.
setSecretary
in interface
BusinessProfileAccessBeanData
newValue
- java.lang.Stringpublic 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).
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setEmployeeId(java.lang.String newValue)
This method provides access to the BUSPROF.EMPLOYEEID column of DB2 type VARCHAR(20).
The following is a description of this column:
A method to identify the employee, such as by employee number.
setEmployeeId
in interface
BusinessProfileAccessBeanData
newValue
- java.lang.Stringpublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setUserId(java.lang.String newValue)
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
newValue
- Stringpublic void setUserId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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.
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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.
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrganizationUnitId(java.lang.String newValue)
This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT.
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
newValue
- Stringpublic void setOrganizationUnitId(java.lang.Long newValue)
This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT.
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.
newValue
- java.lang.Longpublic 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).
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAlternateId(java.lang.String newValue)
This method provides access to the BUSPROF.ALTERNATEID column of DB2 type VARCHAR(20).
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
newValue
- java.lang.Stringpublic java.lang.String getOrganizationId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BUSPROF.ORG_ID column of DB2 type BIGINT.
The following is a description of this column:
Identifies the organization to which the business user owning this business profile is associated with.
getOrganizationId
in interface
BusinessProfileAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getOrganizationIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BUSPROF.ORG_ID column of DB2 type BIGINT.
The following is a description of this column:
Identifies the organization to which the business user owning this business profile is associated with.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrganizationId(java.lang.String newValue)
This method provides access to the BUSPROF.ORG_ID column of DB2 type BIGINT.
The following is a description of this column:
Identifies the organization to which the business user owning this business profile is associated with.
setOrganizationId
in interface
BusinessProfileAccessBeanData
newValue
- Stringpublic void setOrganizationId(java.lang.Long newValue)
This method provides access to the BUSPROF.ORG_ID column of DB2 type BIGINT.
The following is a description of this column:
Identifies the organization to which the business user owning this business profile is associated with.
newValue
- java.lang.Longpublic 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).
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setEmployeeType(java.lang.String newValue)
This method provides access to the BUSPROF.EMPLOYEETYPE column of DB2 type VARCHAR(128).
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
newValue
- java.lang.Stringpublic 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).
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setManager(java.lang.String newValue)
This method provides access to the BUSPROF.MANAGER column of DB2 type VARCHAR(256).
The following is a description of this column:
The name of the manager or supervisor or this his business user.
setManager
in interface
BusinessProfileAccessBeanData
newValue
- java.lang.Stringpublic 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).
The following is a description of this column:
The department number for the business user.
getDepartmentNumber
in interface
BusinessProfileAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDepartmentNumber(java.lang.String newValue)
This method provides access to the BUSPROF.DEPARTMENTNUM column of DB2 type VARCHAR(128).
The following is a description of this column:
The department number for the business user.
setDepartmentNumber
in interface
BusinessProfileAccessBeanData
newValue
- java.lang.String