public class UserAuthenticationSettingsXMLUtilBean
extends com.crm.businessobject.CRMBase
Constructor and Description |
---|
UserAuthenticationSettingsXMLUtilBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
constructXML(com.crm.dataobject.ecenter.UserAuthenticationSettingsForm form) |
java.util.Set<com.crm.dataobject.ecenter.UserException> |
initializeUserExceptions(java.util.Set<com.crm.dataobject.ecenter.UserException> userExceptions)
Initializes the given user exceptions
|
com.crm.dataobject.ecenter.UserAuthenticationSettingsForm |
initializeXMLValues(com.crm.dataobject.ecenter.UserAuthenticationSettingsForm form) |
public UserAuthenticationSettingsXMLUtilBean()
public java.util.ArrayList<com.crm.dataobject.CRMDO> constructXML(com.crm.dataobject.ecenter.UserAuthenticationSettingsForm form) throws java.lang.Exception
java.lang.Exception
public com.crm.dataobject.ecenter.UserAuthenticationSettingsForm initializeXMLValues(com.crm.dataobject.ecenter.UserAuthenticationSettingsForm form) throws java.lang.Exception
java.lang.Exception
public java.util.Set<com.crm.dataobject.ecenter.UserException> initializeUserExceptions(java.util.Set<com.crm.dataobject.ecenter.UserException> userExceptions) throws java.lang.Exception
userExceptions
- - the user exception data objects to initializejava.lang.Exception