public class ProcessCatalogGroupCreateActionCmdImpl extends AbstractProcessCreateActionUsingBusinessObjectMediatorCmdImpl implements ProcessCatalogGroupActionCmd
| Constructor and Description |
|---|
| ProcessCatalogGroupCreateActionCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
| void | performExecute()
Invokes the Business Object Manager to create the given catalog group.
|
| void | read()
Initializes catalog group noun mediator
|
| void | save()
Saves the business object manager associated with this command
|
| protected void | synchronizeLink()
Performs catalog group link synchronization.
|
| void | validate()
Data validations.
|
public ProcessCatalogGroupCreateActionCmdImpl()
public void performExecute()
throws java.lang.Exception
public void validate()
throws CatalogApplicationException
public void read()
throws AbstractApplicationException
public void save()
throws AbstractApplicationException
protected void synchronizeLink()
throws java.lang.Exception