com.ibm.commerce.member.client

Class MemberClientFacadeImpl

  • java.lang.Object
    • com.ibm.commerce.member.client.MemberClientFacadeImpl


  • public class MemberClientFacadeImpl
    extends java.lang.Object
    The member client facade implementation.
    • Field Summary

      Fields 
      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.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
      • COMPONENT_ID

        public static final java.lang.String COMPONENT_ID
        The component ID of this client facade implementation.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MemberClientFacadeImpl

        public MemberClientFacadeImpl()
    • Method Detail

      • getInstance

        public static MemberClientFacadeImpl getInstance()
        Returns an instance of this client facade implementation.
        Returns:
        an instance of this client facade implementation.
      • syncOrganization

        public ConfirmBODType syncOrganization(java.lang.String action,
                                               com.ibm.commerce.member.datatypes.SyncOrganizationType aSyncOrganization)
                                        throws com.ibm.commerce.foundation.services.invocation.exception.InvocationServiceException
        Makes the SyncOrganization service request with the invocation service action and SyncOrganization SDO specified.
        Parameters:
        action - the invocation service action.
        aSyncOrganization - the SyncOrganization SDO.
        Returns:
        the ConfirmBOD SDO.
        Throws:
        com.ibm.commerce.foundation.services.invocation.exception.InvocationServiceException - if an error occurs.