com.sap.workspaces.workspace

Class AbstractPhoto

java.lang.Object
  extended by com.sap.workspaces.workspace.AbstractPhoto
All Implemented Interfaces:
IWorkspacesService

public abstract class AbstractPhoto
extends Object
implements IWorkspacesService

Extend this class to return the URL of a user photo from an organizational repository.

Since:
1.1 SP02

Constructor Summary
AbstractPhoto()
           
 
Method Summary
abstract  String getURL(com.sap.security.api.IUser user)
          Returns the URL of a user's photo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPhoto

public AbstractPhoto()
Method Detail

getURL

public abstract String getURL(com.sap.security.api.IUser user)
Returns the URL of a user's photo

Parameters:
user - the user whose photo is requested
Returns:
URL The absolute or relative URL of a user photo, or null, if it is not available


Copyright 2013 SAP AG Complete Copyright Notice