public class MemberClientFacadeImpl
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMPONENT_ID
The component ID of this client facade implementation.
|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
MemberClientFacadeImpl() |
Modifier and Type | Method and Description |
---|---|
static MemberClientFacadeImpl |
getInstance()
Returns an instance of this client facade implementation.
|
ConfirmBODType |
syncOrganization(java.lang.String action,
com.ibm.commerce.member.datatypes.SyncOrganizationType aSyncOrganization)
Makes the
SyncOrganization service request with the
invocation service action and SyncOrganization
SDO specified. |
public static final java.lang.String COPYRIGHT
public static final java.lang.String COMPONENT_ID
public static MemberClientFacadeImpl getInstance()
public ConfirmBODType syncOrganization(java.lang.String action, com.ibm.commerce.member.datatypes.SyncOrganizationType aSyncOrganization) throws com.ibm.commerce.foundation.services.invocation.exception.InvocationServiceException
SyncOrganization
service request with the
invocation service action and SyncOrganization
SDO specified.action
- the invocation service action.aSyncOrganization
- the SyncOrganization
SDO.ConfirmBOD
SDO.com.ibm.commerce.foundation.services.invocation.exception.InvocationServiceException
- if an error occurs.