atg.svc.repository.service
Class SelfServiceUIService

java.lang.Object
  extended by atg.nucleus.GenericService
      extended by atg.svc.repository.service.BaseService
          extended by atg.svc.repository.service.KnowledgeBaseService
              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.naming.ComponentNameResolver, atg.nucleus.Service, atg.nucleus.ServiceListener, java.util.EventListener

public class SelfServiceUIService
extends UIService

SelfService UI Framework Service.

Version:
$Id: //application/service/version/2007.3/SelfService/src/classes/atg/svc/repository/service/SelfServiceUIService.java#2 $$Change: 632007 $
Author:
Pete Lorenz

Field Summary
static java.lang.String ACCOUNT_TAB_ID
           
static java.lang.String ADVISOR_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_DESIGN_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_ARM_TAB_ID, RESPOND_NO_ARM_TAB_ID, RESPOND_SHARED_TAB_ID, SEGMENTED_OPTION_ITEM_TYPE, 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.BaseService
mBeanHomes, mBeanHomesName, mRepositoryHomes, mRepositoryHomesName
 
Fields inherited from class atg.nucleus.GenericService
SERVICE_INFO_KEY
 
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 getAdvisorTabId()
           
 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, getNewCellInstance, getNewConfig, getNewContentInstance, getNewFrameworkInstance, getNewFrameworkInstance, getNewInstance, getNewPanelInstance, getNewPanelStackInstance, getNewPanelTargetElementInstance, getNewSkinInstance, getNewTabInstance, getNewTargetElementId, getNewTemplateInstance, getPanelConfig, getPanelStackConfig, getReportTabId, getResearchTabId, getRespondTabId, getSecurityDomain, getSecurityService, getSegmentedOptionService, getServiceHomes, getSkinConfig, getTabConfig, getTasksTabId, getTemplateConfig, getTicketsTabId, getUserOptionsService, getUserTabId, getUseSegments, hasRight, restoreCellDefaultBySegment, restoreContentDefaultBySegment, restoreFrameworkDefaultBySegment, restoreItemDefault, restorePanelDefaultBySegment, restorePanelStackDefaultBySegment, restoreSkinDefaultBySegment, restoreTabDefaultBySegment, restoreTemplateDefaultBySegment, saveCellConfigFromInstance, saveConfigFromInstance, saveContentConfigFromInstance, saveFrameworkConfigFromInstance, savePanelConfigFromInstance, savePanelStackConfigFromInstance, saveSkinConfigFromInstance, saveTabConfigFromInstance, saveTemplateConfigFromInstance, setApplicationId, setComponentService, setFrameworkId, setSecurityDomain, setSecurityService, setSegmentedOptionService, setUserOptionsService, setUseSegments
 
Methods inherited from class atg.svc.repository.service.KnowledgeBaseService
getBeanHomes, getRepositoryHomes
 
Methods inherited from class atg.svc.repository.service.BaseService
getBaseBeanHomes, getBaseRepositoryHomes, getBeanHomesName, getRepositoryHomesName, getRepositoryService, getToday, setBeanHomesName, setRepositoryHomesName, setRepositoryService
 
Methods inherited from class atg.nucleus.GenericService
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingWarning, setServiceInfo, startService, stopService
 
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

ADVISOR_TAB_ID

public static final java.lang.String ADVISOR_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()

getAdvisorTabId

public java.lang.String getAdvisorTabId()

getAccountTabId

public java.lang.String getAccountTabId()

getEscalateTabId

public java.lang.String getEscalateTabId()

getHelpTabId

public java.lang.String getHelpTabId()