com.arsdigita.acs
Class ACSObjectProcs

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

public class ACSObjectProcs
extends java.lang.Object

Object support for ACS.


Field Summary
static java.lang.String cvsId
           
 
Constructor Summary
ACSObjectProcs()
           
 
Method Summary
static java.lang.String getObjectName(java.math.BigDecimal object_id)
          Returns the name of an object.
static java.lang.String getObjectType(java.math.BigDecimal object_id)
          Returns the type of an object.
static java.math.BigDecimal magicObject(java.lang.String name)
          Returns the object ID of a magic object.
 
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

ACSObjectProcs

public ACSObjectProcs()
Method Detail

magicObject

public static java.math.BigDecimal magicObject(java.lang.String name)
                                        throws java.sql.SQLException
Returns the object ID of a magic object.
Parameters:
name - the name of the magic object (as listed in the acs_magic_objects table).
Returns:
the object ID.

getObjectName

public static java.lang.String getObjectName(java.math.BigDecimal object_id)
                                      throws java.sql.SQLException
Returns the name of an object.

getObjectType

public static java.lang.String getObjectType(java.math.BigDecimal object_id)
                                      throws java.sql.SQLException
Returns the type of an object.