java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.user.objects.PolicyPasswordAccessBean
This table stores password policies. This access bean corresponds to the database table 'PLCYPASSWD'.
Constructor Summary | |
PolicyPasswordAccessBean() Zero argument constructor used to initialize the access bean. |
|
PolicyPasswordAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findAll() The SQL is "SELECT * FROM PLCYPASSWD T1 WHERE 1 = 1". |
PolicyPasswordDescriptionAccessBean | getDescription(java.lang.Integer languageId, java.lang.Integer storeId) Description of policy password. |
java.lang.String | getMatchUserId() This method accesses a non-CMP field |
java.lang.Integer | getMatchUserIdInEJBType() This method accesses a non-CMP field |
java.lang.String | getMaximumConsecutiveType() This method accesses a non-CMP field |
java.lang.Integer | getMaximumConsecutiveTypeInEJBType() This method accesses a non-CMP field |
java.lang.String | getMaximumInstances() This method accesses a non-CMP field |
java.lang.Integer | getMaximumInstancesInEJBType() This method accesses a non-CMP field |
java.lang.String | getMaximumLifetime() This method accesses a non-CMP field |
java.lang.Integer | getMaximumLifetimeInEJBType() This method accesses a non-CMP field |
java.lang.String | getMinimumAlphabetic() This method accesses a non-CMP field |
java.lang.Integer | getMinimumAlphabeticInEJBType() This method accesses a non-CMP field |
java.lang.String | getMinimumNumeric() This method accesses a non-CMP field |
java.lang.Integer | getMinimumNumericInEJBType() This method accesses a non-CMP field |
java.lang.String | getMinimumPasswordLength() This method accesses a non-CMP field |
java.lang.Integer | getMinimumPasswordLengthInEJBType() This method accesses a non-CMP field |
java.lang.String | getPolicyPasswordId() This method accesses a non-CMP field |
java.lang.Long | getPolicyPasswordIdInEJBType() This method accesses a non-CMP field |
java.lang.String | getReusePassword() This method accesses a non-CMP field |
java.lang.Integer | getReusePasswordInEJBType() This method accesses a non-CMP field |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setInitKey_iPolicyPasswordId(java.lang.String newValue) Set the primary key for this object |
void | setMatchUserId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setMatchUserId(java.lang.String newValue) This method accesses a non-CMP field |
void | setMaximumConsecutiveType(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setMaximumConsecutiveType(java.lang.String newValue) This method accesses a non-CMP field |
void | setMaximumInstances(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setMaximumInstances(java.lang.String newValue) This method accesses a non-CMP field |
void | setMaximumLifetime(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setMaximumLifetime(java.lang.String newValue) This method accesses a non-CMP field |
void | setMinimumAlphabetic(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setMinimumAlphabetic(java.lang.String newValue) This method accesses a non-CMP field |
void | setMinimumNumeric(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setMinimumNumeric(java.lang.String newValue) This method accesses a non-CMP field |
void | setMinimumPasswordLength(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setMinimumPasswordLength(java.lang.String newValue) This method accesses a non-CMP field |
void | setReusePassword(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setReusePassword(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 PolicyPasswordAccessBean()
public PolicyPasswordAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method Detail |
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM PLCYPASSWD T1 WHERE 1 = 1".
public void setInitKey_iPolicyPasswordId(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 getMinimumPasswordLength() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getMinimumPasswordLengthInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMinimumPasswordLength(java.lang.String newValue)
public void setMinimumPasswordLength(java.lang.Integer newValue)
public java.lang.String getMatchUserId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getMatchUserIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMatchUserId(java.lang.String newValue)
public void setMatchUserId(java.lang.Integer newValue)
public java.lang.String getPolicyPasswordId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getPolicyPasswordIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getMinimumNumeric() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getMinimumNumericInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMinimumNumeric(java.lang.String newValue)
public void setMinimumNumeric(java.lang.Integer newValue)
public java.lang.String getMaximumLifetime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getMaximumLifetimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMaximumLifetime(java.lang.String newValue)
public void setMaximumLifetime(java.lang.Integer newValue)
public java.lang.String getMaximumConsecutiveType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getMaximumConsecutiveTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMaximumConsecutiveType(java.lang.String newValue)
public void setMaximumConsecutiveType(java.lang.Integer newValue)
public java.lang.String getMaximumInstances() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getMaximumInstancesInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMaximumInstances(java.lang.String newValue)
public void setMaximumInstances(java.lang.Integer newValue)
public java.lang.String getReusePassword() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getReusePasswordInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setReusePassword(java.lang.String newValue)
public void setReusePassword(java.lang.Integer newValue)
public java.lang.String getMinimumAlphabetic() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getMinimumAlphabeticInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMinimumAlphabetic(java.lang.String newValue)
public void setMinimumAlphabetic(java.lang.Integer newValue)
public PolicyPasswordDescriptionAccessBean getDescription(java.lang.Integer languageId, java.lang.Integer storeId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Description of policy password.
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.