|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.svc.repository.service.FrameworkServiceFactory
@Service(requiredProperties={"optionUtils","optionService","stateHolderService","i18nTools","recentTicketsService"}) public class FrameworkServiceFactory
Factory for business logic services. Non-nucleus component classes can use this class
to get an instance of a business logic component. The business components are configured
in the properties file.
Example usage:
OptionService OptionService = FrameworkServiceFactory.getInstance().getOptionService();
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
|
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 | |
---|---|
FrameworkServiceFactory()
|
Method Summary | |
---|---|
atg.svc.i18n.I18nTools |
getI18nTools()
|
static FrameworkServiceFactory |
getInstance()
Gets the global instance of this factory. |
static FrameworkServiceFactory |
getInstance(java.lang.String pComponent)
Gets the ServiceFactory component at the given path. |
atg.svc.repository.service.OptionService |
getOptionService()
|
atg.svc.repository.service.util.OptionUtils |
getOptionUtils()
|
RecentTicketsService |
getRecentTicketsService()
|
StateHolderService |
getStateHolderService()
|
UIService |
getUiService()
|
void |
setI18nTools(atg.svc.i18n.I18nTools pI18nTools)
|
void |
setOptionService(atg.svc.repository.service.OptionService pOptionService)
|
void |
setOptionUtils(atg.svc.repository.service.util.OptionUtils pOptionUtils)
|
void |
setRecentTicketsService(RecentTicketsService pRecentTicketsService)
|
void |
setStateHolderService(StateHolderService pStateHolderService)
|
void |
setUiService(UIService pUIService)
|
Methods inherited from class atg.nucleus.GenericService |
---|
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService |
Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl |
---|
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, 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 |
---|
public static final java.lang.String CLASS_VERSION
Constructor Detail |
---|
public FrameworkServiceFactory()
Method Detail |
---|
public static FrameworkServiceFactory getInstance()
public static FrameworkServiceFactory getInstance(java.lang.String pComponent)
pComponent
- The component to resolve.
atg.core.exception.ContainerRuntimeException
- If the component cannot be resolved.public atg.svc.repository.service.util.OptionUtils getOptionUtils()
public void setOptionUtils(atg.svc.repository.service.util.OptionUtils pOptionUtils)
public atg.svc.repository.service.OptionService getOptionService()
public void setOptionService(atg.svc.repository.service.OptionService pOptionService)
public StateHolderService getStateHolderService()
public void setStateHolderService(StateHolderService pStateHolderService)
public UIService getUiService()
public void setUiService(UIService pUIService)
public atg.svc.i18n.I18nTools getI18nTools()
public void setI18nTools(atg.svc.i18n.I18nTools pI18nTools)
public RecentTicketsService getRecentTicketsService()
public void setRecentTicketsService(RecentTicketsService pRecentTicketsService)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |