com.webify.wsf.sdk.subscriber.remote
Interface SubscriberManagerService


public interface SubscriberManagerService

Version:
$Revision: $
Author:
sfrancis

Method Summary
 AddSubscriberAttributeResponseDocument addAttribute(AddSubscriberAttributeRequestDocument request)
          Creates a SubscriberAttribute for the specified subscriber.
 FindUserFromEmailResponseDocument findUserFromEmail(FindUserFromEmailRequestDocument request)
          Returns the User with the specified email address.
 FindUserFromUserNameResponseDocument findUserFromUserName(FindUserFromUserNameRequestDocument request)
          Returns the User with the specified username.
 GetOrganizationResponseDocument getOrganization(GetOrganizationRequestDocument request)
          Returns the organization with the specified id.
 GetUserResponseDocument getUser(GetUserRequestDocument request)
          Returns a User along with information about it's enrollments, subscriptions and organization membership.
 

Method Detail

findUserFromUserName

FindUserFromUserNameResponseDocument findUserFromUserName(FindUserFromUserNameRequestDocument request)
                                                          throws SubscriberException
Returns the User with the specified username. Behavior is undefined if User doesn't exist.

Throws:
SubscriberException

findUserFromEmail

FindUserFromEmailResponseDocument findUserFromEmail(FindUserFromEmailRequestDocument request)
                                                    throws SubscriberException
Returns the User with the specified email address. Behavior is undefined if User doesn't exist or multiple users exist for a particular email address.

Throws:
SubscriberException

getUser

GetUserResponseDocument getUser(GetUserRequestDocument request)
                                throws SubscriberException
Returns a User along with information about it's enrollments, subscriptions and organization membership. Behavior is undefined if User doesnt exist.

Throws:
SubscriberException

getOrganization

GetOrganizationResponseDocument getOrganization(GetOrganizationRequestDocument request)
                                                throws SubscriberException
Returns the organization with the specified id. Behavior is undefined if organization doesn't exist.

Throws:
SubscriberException

addAttribute

AddSubscriberAttributeResponseDocument addAttribute(AddSubscriberAttributeRequestDocument request)
Creates a SubscriberAttribute for the specified subscriber. Returns the SubscriberAttribute. Behavior is undefined if subscriber doesn't exist.



Copyright © 2002-2009 IBM. All Rights Reserved.