ThinkUI SQL Client 1.1.3 API

thinkui.sqlclient.objects
Class AuditTrailDataClass

java.lang.Object
  extended bythinkui.db.AbstractDataClass
      extended bythinkui.db.DefaultDataClass
          extended bythinkui.sqlclient.objects.AuditTrailDataClass
All Implemented Interfaces:
DataClass, java.io.Serializable

public class AuditTrailDataClass
extends thinkui.db.DefaultDataClass

Extends DefaultDataClass to provide meta data for data objects with audit trail columns.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface thinkui.db.DataClass
CLASS_TYPE, CMD_TYPE, EMPTY, FUNC_TYPE, METHOD_TYPE, PROC_TYPE, QUERY_TYPE, TABLE_TYPE, VIEW_TYPE
 
Constructor Summary
AuditTrailDataClass(java.lang.Class javaClass, java.lang.String name, java.lang.String namePrefix, Attribute[] attributes, java.lang.String[] primaryKeyAttrNames, java.lang.String[] captionKeyAttrNames)
          AuditTrailDataClass constructor.
 
Methods inherited from class thinkui.db.DefaultDataClass
addAttributes, addAttributes, addRelationships, allowSelectOnly, getDataObjectFactory, isDeleteAllowed, isInsertAllowed, isSelectAllowed, isUpdateAllowed, metaDataOnly, setDataObjectFactory, setDeleteAllowed, setInsertAllowed, setSelectAllowed, setUpdateAllowed
 
Methods inherited from class thinkui.db.AbstractDataClass
addAttribute, addRelationship, equals, getAttribute, getAttributes, getCaptionAttrNames, getDescription, getFullTableName, getName, getPrimaryKeyAttrNames, getRelationship, getRelationships, getSchemaName, getTableName, getType, hashCode, hasPrimaryKey, isAttribute, isRelationship, removeAttribute, removeRelationship, setAttributes, setCaptionAttrNames, setDescription, setName, setPrimaryKeyAttrNames, setRelationships, setSchemaName, setTableName, setType, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuditTrailDataClass

public AuditTrailDataClass(java.lang.Class javaClass,
                           java.lang.String name,
                           java.lang.String namePrefix,
                           Attribute[] attributes,
                           java.lang.String[] primaryKeyAttrNames,
                           java.lang.String[] captionKeyAttrNames)
AuditTrailDataClass constructor.


ThinkUI SQL Client 1.1.3 API

Copyright © 2007-2009. ThinkUI Software Inc. All rights reserved.