com.waveset.object
Class Account.Response

java.lang.Object
  extended bycom.waveset.object.Account.Response
Enclosing class:
Account

public static class Account.Response
extends java.lang.Object


Field Summary
static Account.Response CREATE_ACCOUNT
           
static Account.Response CREATE_NEW_USER
           
static Account.Response DELETE_ACCOUNT
           
static Account.Response DISABLE_ACCOUNT
           
static Account.Response DO_NOTHING
           
static Account.Response LINK_ACCOUNT
           
static Account.Response UNLINK_ACCOUNT
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static Account.Response fromString(java.lang.String msgKey)
          Translate the specified id or message key into a Response.
 java.lang.String getId()
           
 java.lang.String getMessageKey()
           
static java.util.Map getNameMap()
           
static java.lang.String[] listNames()
           
static Account.Response[] listResponses()
           
 boolean preventedByPendingUpdate()
           
 java.lang.String toString()
           
 boolean updatesUser()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LINK_ACCOUNT

public static final Account.Response LINK_ACCOUNT

UNLINK_ACCOUNT

public static final Account.Response UNLINK_ACCOUNT

CREATE_ACCOUNT

public static final Account.Response CREATE_ACCOUNT

DELETE_ACCOUNT

public static final Account.Response DELETE_ACCOUNT

DISABLE_ACCOUNT

public static final Account.Response DISABLE_ACCOUNT

CREATE_NEW_USER

public static final Account.Response CREATE_NEW_USER

DO_NOTHING

public static final Account.Response DO_NOTHING
Method Detail

listNames

public static java.lang.String[] listNames()

listResponses

public static Account.Response[] listResponses()

fromString

public static Account.Response fromString(java.lang.String msgKey)
Translate the specified id or message key into a Response.


getNameMap

public static java.util.Map getNameMap()

getId

public java.lang.String getId()
Returns:
the id of this response.

getMessageKey

public java.lang.String getMessageKey()
Returns:
the message key associated with this response.

updatesUser

public boolean updatesUser()
Returns:
true if this response must be able to update the Lighthouse user that is associated with an account index entry; otherwise false.

preventedByPendingUpdate

public boolean preventedByPendingUpdate()
Returns:
true if this response cannot be performed when there is a pending workflow update to the Lighthouse user associated with an account index entry; otherwise false.

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object o)