public class PersistGiftRegistryCmdImpl extends BusinessObjectDocumentCmdImpl implements PersistGiftRegistryCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASS_NAME
The class name of this class
|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
PersistGiftRegistryCmdImpl() |
Modifier and Type | Method and Description |
---|---|
AccessVector | getResources()
Returns a vector of AccessBeans to check authority against
|
protected com.ibm.commerce.component.giftregistry.commands.GenerateGiftRegistrySearchKeyValuesCmd | getSearchKeyGenerator()
Returns the instance of GenerateGiftRegistrySearchKeyValuesCmd which generates the search key values for firstname and lastname which will stored in SEARCHKEYFIRSTNAME and SEARCHKEYLASTNAME columns of GRADDR respectively.
|
void | performExecute()
Persists all the data in a gift registry value object into database
|
protected void | validateGiftRegistry(GiftRegistryVO registry)
Validates data in a given gift registry.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASS_NAME
protected void validateGiftRegistry(GiftRegistryVO registry) throws ECException
public void performExecute() throws ECException
public AccessVector getResources() throws ECException
protected com.ibm.commerce.component.giftregistry.commands.GenerateGiftRegistrySearchKeyValuesCmd getSearchKeyGenerator()
These search key columns will be used while performing the similar matches search. The search key columns of GRADDR will not be used if the instance returns null values. This method returns the instance provided by the GiftRegistryCmdHelper method.