com.ibm.portal.cor.service
Interface ClientListProvider


public interface ClientListProvider

An interface for a provider of client lists. Context ctx = new InitialContext();
com.ibm.portal.cor.service.ClientListHome home = (com.ibm.portal.cor.service.ClientListHome) ctx.lookup(com.ibm.portal.cor.service.ClientListHome.JNDI_NAME);
if (home != null) {
ClientList list = home.getClientListProvider().getClientList();
...
}

Since:
7.0

Method Summary
<T extends java.lang.Object & Client>
ClientList<T>
getClientList(Context aCtx)
          Returns the client list model applicable in the COR context request.
 

Method Detail

getClientList

<T extends java.lang.Object & Client> ClientList<T> getClientList(Context aCtx)
                                                             throws ModelException
Returns the client list model applicable in the COR context request.

Parameters:
aCtx - the COR context
Returns:
the client list model valid in the current context
Throws:
ModelException - in case the model cannot be obtained