com.sapportals.portal.pcd.gl

Interface IPcdGlService


public interface IPcdGlService

Portal-specific entry-point to the factory and administration methods of the PCD GL. Please use the class PcdAccess for a more convenient and environment-independent access to the Pcd functionality! In the portal environment, you can use code like the following to get access to this interface:

 import com.sapportals.portal.pcd.gl.IPcdGlService;
 import com.sapportals.portal.prt.runtime.PortalRuntime;
 ....
    IPcdGlService glService = (IPcdGlService) PortalRuntime.getRuntimeResources().getService(IPcdGlService.KEY);
 ....
 

This interface is not intended to be implemented by clients.


Field Summary
static String KEY
           
 
Method Summary
 IAdministration getAdministration()
          Returns the administration interface of the PCD
 com.sapportals.portal.pcd.gl.IPcdObjectFactory getPcdObjectFactory()
          Deprecated. use getPcdUtils instead
 IPcdUtils getPcdUtils()
          Returns an instance of IPcdUtils.
 

Field Detail

KEY

static final String KEY
See Also:
Constant Field Values
Method Detail

getPcdUtils

IPcdUtils getPcdUtils()
Returns an instance of IPcdUtils.


getPcdObjectFactory

com.sapportals.portal.pcd.gl.IPcdObjectFactory getPcdObjectFactory()
Deprecated. use getPcdUtils instead

Returns the Pcd GL's ObjectFactory.


getAdministration

IAdministration getAdministration()
Returns the administration interface of the PCD

Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-BASIS [sap.com] tc/epbc/pcd/pars/srvgldeprecated api BC-PIN-PCD


Copyright 2011 SAP AG Complete Copyright Notice