|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
API of a Runtime Repository
| Method Summary | |
void |
close()
Closes the currently opened repository. |
void |
commitChanges()
Writes all changed repository objects to the persistent storage. |
java.util.Locale |
getDefaultLocale()
Returns the default locale this repository instance was opened for. |
IWDRepository |
getPersonalizationRepository()
Returns the associated repository for personalization. |
IWDRepositoryModel |
getRepositoryModel(java.lang.Class repositoryModelClass)
Return is the repository model specified by the class supplied as input parameter. |
boolean |
isMaintaining()
Returns true in case the repository runs in maintenance mode. |
| Method Detail |
public boolean isMaintaining()
public IWDRepositoryModel getRepositoryModel(java.lang.Class repositoryModelClass)
repositoryModelClass - the concrete repository model class; this class
must have been created by the configuration model editorpublic void close()
public void commitChanges()
isMaintaining()==truepublic IWDRepository getPersonalizationRepository()
public java.util.Locale getDefaultLocale()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||