atg.svc
Class SiteConfiguration

java.lang.Object
  extended by atg.svc.SiteConfiguration

public class SiteConfiguration
extends java.lang.Object

Configuration for the application. The configuration object determines the site namesite id for the self-service and authoring applications. The actual id is set in the component configuration file.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
SiteConfiguration()
           
 
Method Summary
 java.lang.String getClientType()
          The client type - either 'Self Service' or 'Service Center'
 boolean isAgentModule()
          True if this is the Agent or admmin module, false if this is the SelfService module
 void setAgentModule(boolean pAgentModule)
          True if this is the Agent or admmin module, false if this is the SelfService module
 void setClientType(java.lang.String pClientType)
          The site type - either 'Self Service' or 'Service Center'
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

SiteConfiguration

public SiteConfiguration()
Method Detail

isAgentModule

public boolean isAgentModule()
True if this is the Agent or admmin module, false if this is the SelfService module


setAgentModule

public void setAgentModule(boolean pAgentModule)
True if this is the Agent or admmin module, false if this is the SelfService module


getClientType

public java.lang.String getClientType()
The client type - either 'Self Service' or 'Service Center'


setClientType

public void setClientType(java.lang.String pClientType)
The site type - either 'Self Service' or 'Service Center'