|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.arsdigita.acs.ACSObjectProcs
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 |
public static final java.lang.String cvsId
| Constructor Detail |
public ACSObjectProcs()
| Method Detail |
public static java.math.BigDecimal magicObject(java.lang.String name)
throws java.sql.SQLException
name - the name of the magic object (as listed in the
acs_magic_objects table).
public static java.lang.String getObjectName(java.math.BigDecimal object_id)
throws java.sql.SQLException
public static java.lang.String getObjectType(java.math.BigDecimal object_id)
throws java.sql.SQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||