|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
static final String KEY
| Method Detail |
|---|
IPcdUtils getPcdUtils()
com.sapportals.portal.pcd.gl.IPcdObjectFactory getPcdObjectFactory()
IAdministration getAdministration()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS
|
[sap.com]
|
api
|
BC-PIN-PCD
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||