com.arsdigita.acs
Class ACS

java.lang.Object
  |
  +--com.arsdigita.acs.ACS

public class ACS
extends java.lang.Object

Class for properties common to the entire ArsDigita Community System.


Field Summary
static java.lang.String cvsId
           
 
Constructor Summary
ACS()
           
 
Method Summary
static java.lang.String getAdminHome()
           
static ACSForm getForm()
           
static ACSPackage getKernelPackage()
           
static java.math.BigDecimal getKernelPackageId()
           
static ACSPackage getPackage()
           
static java.lang.String getPvtHome()
           
static java.lang.String getPvtHomeName()
           
static ACSRequest getRequest()
           
static ACSSession getSession()
           
static java.lang.String getSiteHomeLink()
           
static java.lang.String getSiteHomeLink(java.lang.Object userId)
           
static java.lang.String getSystemName()
           
static java.lang.String getSystemOwner()
          Returns the SystemOwner parameter, which should be the e-mail address of the owner.
static java.lang.String getUrl()
          Returns the parameter corresponding to this web site's URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cvsId

public static final java.lang.String cvsId
Constructor Detail

ACS

public ACS()
Method Detail

getPvtHome

public static final java.lang.String getPvtHome()

getPvtHomeName

public static final java.lang.String getPvtHomeName()

getAdminHome

public static final java.lang.String getAdminHome()

getSystemName

public static final java.lang.String getSystemName()

getSystemOwner

public static final java.lang.String getSystemOwner()
                                             throws java.sql.SQLException
Returns the SystemOwner parameter, which should be the e-mail address of the owner.
Returns:
SystemOwner parameter.

getUrl

public static final java.lang.String getUrl()
Returns the parameter corresponding to this web site's URL. Not to be confused with conn.getUrl().

getSiteHomeLink

public static final java.lang.String getSiteHomeLink(java.lang.Object userId)

getSiteHomeLink

public static final java.lang.String getSiteHomeLink()

getKernelPackageId

public static final java.math.BigDecimal getKernelPackageId()

getKernelPackage

public static final ACSPackage getKernelPackage()

getForm

public static final ACSForm getForm()

getSession

public static final ACSSession getSession()

getRequest

public static final ACSRequest getRequest()

getPackage

public static final ACSPackage getPackage()