|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Factory for repositories and repository structure manager.
| Method Summary | |
IWDCustomizingLayer |
getCustomizingLayer(java.lang.String name)
Returns the specified customizing layer. |
IWDRepository |
getEditableRepository(java.util.Locale locale,
IWDVariant variant,
IWDCustomizingLayer customizingLayer)
Deprecated. This method may be withdrawn with the first new NetWeaver release in 2006. No replacement is available, since the editable mode of the Web Dynpro runtime repository might no longer be supported. |
IWDRepository |
getPersonalizedRepository(java.util.Locale locale,
com.sap.security.api.IUser user,
IWDVariant variant)
Returns a new repository instance with personalization. |
IWDRepository |
getPersonalizedRepository(java.util.Locale locale,
com.sap.security.api.IUser user,
IWDVariant[] variants)
Returns a new repository instance with personalization. |
IWDRepository |
getRepository(java.util.Locale locale,
IWDVariant variant)
Returns a new repository instance. |
IWDRepository |
getRepository(java.util.Locale locale,
IWDVariant[] variants)
Returns a new repository instance. |
IWDRepositoryStructureManager |
getStructureManager()
Returns a new structure manager instance. |
IWDVariant |
getVariant(java.lang.String name)
Returns the specified variant. |
void |
setDevelopmentComponent(java.lang.String name)
Sets the development component. |
void |
setDtrInformation(java.lang.String host,
int port,
java.lang.String basePath,
java.lang.String scLocation,
java.lang.String user,
java.lang.String pwd)
Deprecated. This method may be withdrawn with the first new NetWeaver release in 2006. No replacement is available, since the connection to DTR of the Web Dynpro runtime repository might no longer be supported. |
void |
setRuntimeCustomizingLayer(java.lang.String customizingLayerName)
Sets the name of the customizing layer. |
void |
setVersioningClient(com.sap.tc.webdynpro.rdc.api.IClient dtrClient)
Deprecated. Use setDtrInformation(String, int, String, String, String, String) instead.
This API may be withdrawn with the first new NetWeaver release in 2006. |
| Method Detail |
public IWDRepository getRepository(java.util.Locale locale,
IWDVariant variant)
locale - the default locale for which the repository is openedvariant - the variant for which the repository is openedNullPointerException - if one of the input parameters is null
public IWDRepository getRepository(java.util.Locale locale,
IWDVariant[] variants)
locale - the default locale for which the repository is openedvariants - the variants (variant with highest priority is on index 0)
for which the repository is openedNullPointerException - if one of the input parameters is null, or
variants is empty or contains a null value
public IWDRepository getPersonalizedRepository(java.util.Locale locale,
com.sap.security.api.IUser user,
IWDVariant variant)
locale - the default locale for which the repository is openeduser - the user which is used for personalizationvariant - the variant for which the repository is openedNullPointerException - if one of the input parameters is null
public IWDRepository getPersonalizedRepository(java.util.Locale locale,
com.sap.security.api.IUser user,
IWDVariant[] variants)
locale - the default locale for which the repository is openeduser - the user which is used for personalizationvariants - the variants (variant with highest priority is on index 0)
for which the repository is openedNullPointerException - if one of the input parameters is null, or
variants is empty or contains a null value
public IWDRepository getEditableRepository(java.util.Locale locale,
IWDVariant variant,
IWDCustomizingLayer customizingLayer)
locale - the default locale for which the repository is openedvariant - the variant for which the repository is be openedcustomizingLayer - the customizing layer for which the repository is
opendedNullPointerException - if one of the input parameters are nullpublic IWDRepositoryStructureManager getStructureManager()
public IWDVariant getVariant(java.lang.String name)
IWDRepositoryStructureManager has to be used.name - the name of the variantpublic IWDCustomizingLayer getCustomizingLayer(java.lang.String name)
IWDRepositoryStructureManager has to be used.name - the name of the customizing layerpublic void setVersioningClient(com.sap.tc.webdynpro.rdc.api.IClient dtrClient)
setDtrInformation(String, int, String, String, String, String) instead.
This API may be withdrawn with the first new NetWeaver release in 2006.
IWDRepository and IWDRepositoryStructureManager
instances.dtrClient - versioning client
public void setDtrInformation(java.lang.String host,
int port,
java.lang.String basePath,
java.lang.String scLocation,
java.lang.String user,
java.lang.String pwd)
host - host of DTRport - port of DTRbasePath - base path of DTR (usually "/dtr")scLocation - location of the software componentuser - user used to connect to the DTRpwd - password of the userpublic void setDevelopmentComponent(java.lang.String name)
IWDRepository and
IWDRepositoryStructureManager instances.name - name of the development componentpublic void setRuntimeCustomizingLayer(java.lang.String customizingLayerName)
customizingLayerName - Name of the customizing layer to set
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||