com.ibm.wps.services.plr
Interface ListRenderingProfileServiceHome


public interface ListRenderingProfileServiceHome

Home interface giving access to the ListRenderingProfileService. Home interface lookup:

 
      Context ctx = new InitialContext();
      ListRenderingProfileServiceHome myHome = (ListRenderingProfileServiceHome) ctx.lookup(ListRenderingProfileServiceHome.JNDI_NAME);
 

Since:
8.0.0.1

Field Summary
static java.lang.String JNDI_NAME
          JNDI name of the ListRenderingProfileServiceHome interface
 
Method Summary
 com.ibm.wps.services.plr.ListRenderingProfileService getListRenderingProfileService()
          Returns the portal's ListRenderingProfileService.
 

Field Detail

JNDI_NAME

static final java.lang.String JNDI_NAME
JNDI name of the ListRenderingProfileServiceHome interface

See Also:
Constant Field Values
Method Detail

getListRenderingProfileService

com.ibm.wps.services.plr.ListRenderingProfileService getListRenderingProfileService()
Returns the portal's ListRenderingProfileService.

Returns:
the ListRenderingProfileService.