public class GiftRegistryComponentServiceImpl extends java.lang.Object implements ComponentService
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
| Constructor and Description |
|---|
| GiftRegistryComponentServiceImpl()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
| protected ConfirmBOD | createConfirmErrorBod(BusinessObjectDocument inputMsg, ECApplicationException e, java.util.Locale locale)
Creates a ConfirmBOD to return on error.
|
| protected ConfirmBOD | createSuccessConfirmBod(BusinessObjectDocument inputMsg)
Creates a confirmation of successful execution of a service command.
|
| protected BusinessObjectDocument | executeBodCommand(BusinessObjectDocument inputMsg, java.lang.String interfaceName)
Executes a BOD command given a BusinessObjectDocument and interfaceName.
|
public static final java.lang.String COPYRIGHT
public GiftRegistryComponentServiceImpl()
protected ConfirmBOD createSuccessConfirmBod(BusinessObjectDocument inputMsg)
protected ConfirmBOD createConfirmErrorBod(BusinessObjectDocument inputMsg, ECApplicationException e, java.util.Locale locale)
protected BusinessObjectDocument executeBodCommand(BusinessObjectDocument inputMsg, java.lang.String interfaceName) throws ServiceException