com.sap.caf.eu.gp.rtview.api

Interface IGPRTViewManager


public interface IGPRTViewManager


Method Summary
 IGPRTView createRTView(String rtViewId, IGPWDComponent contentComponent, com.sap.localization.ResourceAccessor resourceAccessor, String titleKey, String descriptionKey)
           
 IGPRTView createRTView(String rtViewId, IGPWDComponent contentComponent, com.sap.localization.ResourceAccessor resourceAccessor, String titleKey, String descriptionKey, String mandatoryGroup, boolean mandatoryGroupDefault)
           
 Enumeration getCustomRTViews()
          Returns all custom defined runtime views (also visible in the visual adminsitrator under Instancenumber/Server 0/Services/JNDI Registry->root/sap.com/com.sap.nw.eu.gp/...)
 Enumeration getRTViews()
          Returns all runtime views, which are standard and custom defined
 Enumeration getStandardRTViews()
          Returns all standard defined runtime view
 void registerRTView(IGPRTView rtView)
           
 void unregisterRTView(String wdComponentId)
           
 

Method Detail

createRTView

public IGPRTView createRTView(String rtViewId,
                              IGPWDComponent contentComponent,
                              com.sap.localization.ResourceAccessor resourceAccessor,
                              String titleKey,
                              String descriptionKey)
                       throws GPEngineException,
                              GPInvocationException
Parameters:
rtViewId -
contentComponent -
resourceAccessor -
titleKey -
descriptionKey -
Returns:
Throws:
GPEngineException
GPInvocationException

createRTView

public IGPRTView createRTView(String rtViewId,
                              IGPWDComponent contentComponent,
                              com.sap.localization.ResourceAccessor resourceAccessor,
                              String titleKey,
                              String descriptionKey,
                              String mandatoryGroup,
                              boolean mandatoryGroupDefault)
                       throws GPEngineException,
                              GPInvocationException
Parameters:
rtViewId -
contentComponent -
resourceAccessor -
titleKey -
descriptionKey -
mandatoryGroup -
mandatoryGroupDefault -
Returns:
Throws:
GPEngineException
GPInvocationException

getStandardRTViews

public Enumeration getStandardRTViews()
                               throws GPEngineException
Returns all standard defined runtime view

Returns:
Enumeration of IGPRTView objects
Throws:
GPEngineException

getCustomRTViews

public Enumeration getCustomRTViews()
                             throws GPEngineException
Returns all custom defined runtime views (also visible in the visual adminsitrator under Instancenumber/Server 0/Services/JNDI Registry->root/sap.com/com.sap.nw.eu.gp/...)

Returns:
Enumeration of IGPRTView objects
Throws:
GPEngineException

getRTViews

public Enumeration getRTViews()
                       throws GPEngineException
Returns all runtime views, which are standard and custom defined

Returns:
Enumeration of IGPRTView objects
Throws:
GPEngineException

registerRTView

public void registerRTView(IGPRTView rtView)
                    throws GPInvocationException
Parameters:
rtView -
Throws:
GPInvocationException

unregisterRTView

public void unregisterRTView(String wdComponentId)
                      throws GPInvocationException
Parameters:
wdComponentId -
Throws:
GPInvocationException


Copyright 2006 SAP AG Complete Copyright Notice