public final class ConfigNamesAndSections extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getFormLayoutName(String formName,
long layoutVersion)
Generates the name of the setting used to store a form's layout.
|
static String |
getFormLayoutSection()
Generates the name of the section used to store form layouts for the current user.
|
static String |
getResultSetLayoutName(String ddcName,
String formName,
int id,
int rev)
Generates the name of the setting used to store the layout of a result set.
|
static String |
getResultSetLayoutSection()
Generates the name of the section used to store result set layouts for the current user.
|
static String |
getVirtualViewerConfigSection(String userName)
Generates the name of the section used to store the virtual viewer configuration for
a specific user.
|
public static String getFormLayoutName(String formName, long layoutVersion)
formName - the name of the formlayoutVersion - the version of the form's layoutpublic static String getFormLayoutSection()
public static String getResultSetLayoutName(String ddcName, String formName, int id, int rev)
ddcName - name of the ddcformName - name of the formid - id of the result setrev - revision of the result setpublic static String getResultSetLayoutSection()
Copyright © 2016 SAPERION AG. All rights reserved.