|
void | init (ConfigurationManager *configManager) |
|
const std::vector
< DesktopIconTable::DesktopIcon > & | getAllDesktopIcons () const |
|
void | setAllDesktopIcons (const std::vector< DesktopIconTable::DesktopIcon > &newIcons) |
|
| TableBase (bool specialTable, const std::string &specialTableName) |
|
| TableBase (const std::string &tableName, std::string *accumulatedExceptions=0) |
|
void | destroy (void) |
|
void | reset (bool keepTemporaryVersions=false) |
|
void | deactivate (void) |
|
bool | isActive (void) |
|
void | print (std::ostream &out=std::cout) const |
|
std::string | getTypeId (void) |
|
void | setupMockupView (TableVersion version) |
|
void | changeVersionAndActivateView (TableVersion temporaryVersion, TableVersion version) |
|
bool | isStored (const TableVersion &version) const |
|
bool | eraseView (TableVersion version) |
|
void | trimCache (unsigned int trimSize=-1) |
|
void | trimTemporary (TableVersion targetVersion=TableVersion()) |
|
TableVersion | checkForDuplicate (TableVersion needleVersion, TableVersion ignoreVersion=TableVersion()) const |
|
const std::string & | getTableName (void) const |
|
const std::string & | getTableDescription (void) const |
|
std::set< TableVersion > | getStoredVersions (void) const |
|
const TableView & | getView (void) const |
|
TableView * | getViewP (void) |
|
TableView * | getMockupViewP (void) |
|
const TableVersion & | getViewVersion (void) const |
|
TableView * | getTemporaryView (TableVersion temporaryVersion) |
|
TableVersion | getNextTemporaryVersion (void) const |
|
TableVersion | getNextVersion (void) const |
|
void | setTableName (const std::string &tableName) |
|
void | setTableDescription (const std::string &tableDescription) |
|
bool | setActiveView (TableVersion version) |
|
TableVersion | copyView (const TableView &sourceView, TableVersion destinationVersion, const std::string &author) |
|
TableVersion | mergeViews (const TableView &sourceViewA, const TableView &sourceViewB, TableVersion destinationVersion, const std::string &author, const std::string &mergeApproach, std::map< std::pair< std::string, std::string >, std::string > &uidConversionMap, std::map< std::pair< std::string, std::pair< std::string, std::string > >, std::string > &groupidConversionMap, bool fillRecordConversionMaps, bool applyRecordConversionMaps, bool generateUniqueDataColumns=false) |
|
TableVersion | createTemporaryView (TableVersion sourceViewVersion=TableVersion(), TableVersion destTemporaryViewVersion=TableVersion::getNextTemporaryVersion()) |
|
bool | latestAndMockupColumnNumberMismatch (void) const |
|
unsigned int | getNumberOfStoredViews (void) const |
|
|
static const std::string | COL_NAME = "IconName" |
|
static const std::string | COL_STATUS = TableViewColumnInfo::COL_NAME_STATUS |
|
static const std::string | COL_CAPTION = "Caption" |
|
static const std::string | COL_ALTERNATE_TEXT = "AlternateText" |
|
static const std::string | COL_FORCE_ONLY_ONE_INSTANCE = "ForceOnlyOneInstance" |
|
static const std::string | COL_PERMISSIONS = "RequiredPermissionLevel" |
|
static const std::string | COL_IMAGE_URL = "ImageURL" |
|
static const std::string | COL_WINDOW_CONTENT_URL = "WindowContentURL" |
|
static const std::string | COL_APP_LINK = "LinkToApplicationTable" |
|
static const std::string | COL_APP_LINK_UID = "LinkToApplicationUID" |
|
static const std::string | COL_PARAMETER_LINK = "LinkToParameterTable" |
|
static const std::string | COL_PARAMETER_LINK_GID = "LinkToParameterGroupID" |
|
static const std::string | COL_FOLDER_PATH = "FolderPath" |
|
static const std::string | COL_PARAMETER_GID = "windowParameterGroupID" |
|
static const std::string | COL_PARAMETER_KEY = "windowParameterKey" |
|
static const std::string | COL_PARAMETER_VALUE = "windowParameterValue" |
|
static const std::string | ICON_TABLE = "DesktopIconTable" |
|
static const std::string | PARAMETER_TABLE = "DesktopWindowParameterTable" |
|
static const std::string | COL_APP_ID = "Id" |
|
Definition at line 10 of file DesktopIconTable.h.