java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.user.objects.BusinessProfileAccessBean
This table stores business profile information for a user. This access bean corresponds to the database table 'BUSPROF'.
Constructor Summary | |
BusinessProfileAccessBean() Zero argument constructor used to initialize the access bean. |
|
BusinessProfileAccessBean(javax.ejb.EJBObject o) constructor |
|
BusinessProfileAccessBean(java.lang.Long arg1, java.lang.Long arg2) 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() |
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). |
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 accesses a non-CMP field |
void | setDepartmentNumber(java.lang.String newValue) This method accesses a non-CMP field |
void | setEmployeeId(java.lang.String newValue) This method accesses a non-CMP field |
void | setEmployeeType(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_UserId(java.lang.String newValue) Set the primary key for this object |
void | setManager(java.lang.String newValue) This method accesses a non-CMP field |
void | setOrganizationId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setOrganizationId(java.lang.String newValue) This method accesses a non-CMP field |
void | setOrganizationUnitId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setOrganizationUnitId(java.lang.String newValue) This method accesses a non-CMP field |
void | setRequistionerId(java.lang.String newValue) This method accesses a non-CMP field |
void | setSecretary(java.lang.String newValue) This method accesses a non-CMP field |
void | setUserId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setUserId(java.lang.String newValue) This method accesses a non-CMP field |
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
public BusinessProfileAccessBean(java.lang.Long arg1, java.lang.Long arg2) 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
Method Detail |
public 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 = ?)".
public void setInitKey_UserId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
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 commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
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.
public void setRequistionerId(java.lang.String newValue)
public 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.
public void setSecretary(java.lang.String newValue)
public 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.
public void setEmployeeId(java.lang.String newValue)
public 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.
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.
public void setUserId(java.lang.String newValue)
public void setUserId(java.lang.Long newValue)
public 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.
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.
public void setOrganizationUnitId(java.lang.String newValue)
public void setOrganizationUnitId(java.lang.Long newValue)
public 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.
public void setAlternateId(java.lang.String newValue)
public 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.
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.
public void setOrganizationId(java.lang.String newValue)
public void setOrganizationId(java.lang.Long newValue)
public 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.
public void setEmployeeType(java.lang.String newValue)
public 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.
public void setManager(java.lang.String newValue)
public 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.
public void setDepartmentNumber(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.