atg.svc.repository.service
Class SelfServiceUIService

java.lang.Object
  extended by atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
      extended by atg.nucleus.GenericService
          extended by atg.svc.repository.service.BaseService
              extended by atg.svc.repository.service.FrameworkBaseService
                  extended by atg.svc.repository.service.UIService
                      extended by atg.svc.repository.service.SelfServiceUIService
All Implemented Interfaces:
atg.naming.NameContextBindingListener, atg.naming.NameContextElement, atg.naming.NameResolver, atg.nucleus.AdminableService, atg.nucleus.logging.ApplicationLogging, atg.nucleus.logging.ApplicationLoggingSender, atg.nucleus.logging.TraceApplicationLogging, atg.nucleus.logging.VariableArgumentApplicationLogging, atg.nucleus.naming.ComponentNameResolver, atg.nucleus.Service, atg.nucleus.ServiceListener, java.util.EventListener

public class SelfServiceUIService
extends UIService

SelfService UI Framework Service.


Field Summary
static java.lang.String ACCOUNT_TAB_ID
           
static java.lang.String BROWSE_TAB_ID
           
static java.lang.String CLASS_VERSION
           
static java.lang.String DOCUMENT_TAB_ID
           
static java.lang.String ESCALATE_TAB_ID
           
static java.lang.String HELP_TAB_ID
           
static java.lang.String HOME_TAB_ID
           
static java.lang.String SEARCH_TAB_ID
           
static java.lang.String SOLUTION_TAB_ID
           
 
Fields inherited from class atg.svc.repository.service.UIService
CELL_ITEM_TYPE, CHAT_TAB_ID, COMMERCE_TAB_ID, CONTENT_ITEM_TYPE, CONTRIBUTE_TAB_ID, CUSTOMERS_TAB_ID, FRAMEWORK_ITEM_TYPE, PANEL_ITEM_TYPE, PANEL_STACK_ITEM_TYPE, PANEL_TARGET_ELEMENT_ITEM_TYPE, REPORT_TAB_ID, RESEARCH_TAB_ID, RESPOND_TAB_ID, SKIN_ITEM_TYPE, SUPER_ADMIN_ROLE_ID, TAB_ITEM_TYPE, TASKS_TAB_ID, TEMPLATE_ITEM_TYPE, TICKETS_TAB_ID, USER_OPTION_HOME_TAB
 
Fields inherited from class atg.svc.repository.service.FrameworkBaseService
DEFAULT_REPOSITORY_HOMES_NAME, DEFAULT_VERSIONED_REPOSITORY_HOMES_NAME
 
Fields inherited from class atg.nucleus.GenericService
SERVICE_INFO_KEY
 
Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging
DEFAULT_LOG_TRACE_STATUS
 
Fields inherited from interface atg.nucleus.logging.ApplicationLogging
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS
 
Constructor Summary
SelfServiceUIService()
           
 
Method Summary
 java.lang.String getAccountTabId()
           
 java.lang.String getBrowseTabId()
           
 java.lang.String getDocumentTabId()
           
 java.lang.String getEscalateTabId()
           
 java.lang.String getHelpTabId()
           
 java.lang.String getHomeTabId()
           
 java.lang.String getSearchTabId()
           
 java.lang.String getSolutionTabId()
           
 
Methods inherited from class atg.svc.repository.service.UIService
copyBaseAttributes, copyCellDefinitionAttributes, copyContentDefinitionAttributes, copyFrameworkDefinitionAttributes, copyPanelDefinitionAttributes, copyPanelStackDefinitionAttributes, copySegment, copySkinDefinitionAttributes, copyTabDefinitionAttributes, copyTemplateDefinitionAttributes, deleteSegment, getApplicationId, getCellConfig, getChatTabId, getComponentService, getConfig, getContentConfig, getContributeTabId, getCurrentUserProfileRepositoryId, getCustomersTabId, getFrameworkConfig, getFrameworkId, getHasRight, getModuleDependencyManager, getNewCellInstance, getNewCellInstance, getNewConfig, getNewContentInstance, getNewFrameworkInstance, getNewFrameworkInstance, getNewInstance, getNewPanelInstance, getNewPanelInstance, getNewPanelStackInstance, getNewPanelStackInstance, getNewPanelTargetElementInstance, getNewPanelTargetElementInstance, getNewPanelTargetElementInstance, getNewSkinInstance, getNewTabInstance, getNewTabInstance, getNewTargetElementId, getNewTemplateInstance, getPanelConfig, getPanelStackConfig, getReportTabId, getResearchTabId, getRespondTabId, getSecurityDomain, getSecurityService, getSegmentedOptionService, getSkinConfig, getTabConfig, getTasksTabId, getTemplateConfig, getTicketsTabId, getUserOptionsService, getUserTabId, getUseSegments, hasRight, initCommonProperties, panelLogDebug, restoreCellDefaultBySegment, restoreContentDefaultBySegment, restoreFrameworkDefaultBySegment, restoreItemDefault, restorePanelDefaultBySegment, restorePanelStackDefaultBySegment, restoreSkinDefaultBySegment, restoreTabDefaultBySegment, restoreTemplateDefaultBySegment, saveCellConfigFromInstance, saveConfigFromInstance, saveContentConfigFromInstance, saveFrameworkConfigFromInstance, savePanelConfigFromInstance, savePanelStackConfigFromInstance, saveSkinConfigFromInstance, saveTabConfigFromInstance, saveTemplateConfigFromInstance, setApplicationId, setComponentService, setFrameworkId, setModuleDependencyManager, setSecurityDomain, setSecurityService, setSegmentedOptionService, setUserOptionsService, setUseSegments, tabLogDebug
 
Methods inherited from class atg.svc.repository.service.FrameworkBaseService
getServiceFrameworkBeanHomes, getServiceFrameworkBeanHomesName, getServiceFrameworkRepositoryHomes, getServiceFrameworkRepositoryHomesName, setServiceFrameworkBeanHomesName, setServiceFrameworkRepositoryHomesName
 
Methods inherited from class atg.svc.repository.service.BaseService
getRepositoryService, getToday, setRepositoryService
 
Methods inherited from class atg.nucleus.GenericService
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService
 
Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values

HOME_TAB_ID

public static final java.lang.String HOME_TAB_ID
See Also:
Constant Field Values

SEARCH_TAB_ID

public static final java.lang.String SEARCH_TAB_ID
See Also:
Constant Field Values

BROWSE_TAB_ID

public static final java.lang.String BROWSE_TAB_ID
See Also:
Constant Field Values

SOLUTION_TAB_ID

public static final java.lang.String SOLUTION_TAB_ID
See Also:
Constant Field Values

DOCUMENT_TAB_ID

public static final java.lang.String DOCUMENT_TAB_ID
See Also:
Constant Field Values

ACCOUNT_TAB_ID

public static final java.lang.String ACCOUNT_TAB_ID
See Also:
Constant Field Values

ESCALATE_TAB_ID

public static final java.lang.String ESCALATE_TAB_ID
See Also:
Constant Field Values

HELP_TAB_ID

public static final java.lang.String HELP_TAB_ID
See Also:
Constant Field Values
Constructor Detail

SelfServiceUIService

public SelfServiceUIService()
Method Detail

getHomeTabId

public java.lang.String getHomeTabId()

getSearchTabId

public java.lang.String getSearchTabId()

getBrowseTabId

public java.lang.String getBrowseTabId()

getSolutionTabId

public java.lang.String getSolutionTabId()

getDocumentTabId

public java.lang.String getDocumentTabId()

getAccountTabId

public java.lang.String getAccountTabId()

getEscalateTabId

public java.lang.String getEscalateTabId()

getHelpTabId

public java.lang.String getHelpTabId()