com.ibm.commerce.user.objects
Interface PolicyAccountAccessBeanData

All Known Implementing Classes:
PolicyAccountAccessBean

public interface PolicyAccountAccessBeanData

This table stores the account policies.


Method Summary
java.lang.String getPolicyAccountId()
java.lang.String getPolicyAccountLockoutId()
java.lang.String getPolicyPasswordId()
void setPolicyAccountLockoutId(java.lang.String newValue)
void setPolicyPasswordId(java.lang.String newValue)

Method Detail

getPolicyAccountLockoutId

public java.lang.String getPolicyAccountLockoutId()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPolicyAccountLockoutId

public void setPolicyAccountLockoutId(java.lang.String newValue)

getPolicyAccountId

public java.lang.String getPolicyAccountId()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getPolicyPasswordId

public java.lang.String getPolicyPasswordId()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPolicyPasswordId

public void setPolicyPasswordId(java.lang.String newValue)

Feedback