public class RelinquishGiftRegistryCredentialsCmdImpl extends BusinessObjectDocumentCmdImpl implements RelinquishGiftRegistryCredentialsCmd
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | CLASSNAME
The name of the class
|
| static java.lang.String | COPYRIGHT
The internal copyright field.
|
| Constructor and Description |
|---|
| RelinquishGiftRegistryCredentialsCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
| void | performExecute()
Executes this command.
|
| protected void | removeCredentials(GiftRegistryAuthenticationVO authenticationVO)
Given a GiftRegistryAuthenticationVO, credentials are removed from the users GiftRegistryContext.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public RelinquishGiftRegistryCredentialsCmdImpl()
public void performExecute()
throws ECException
protected void removeCredentials(GiftRegistryAuthenticationVO authenticationVO)