com.arsdigita.formbuilder
Class HiddenIDGenerator

java.lang.Object
  extended bycom.arsdigita.domain.DomainObject
      extended bycom.arsdigita.domain.ObservableDomainObject
          extended bycom.arsdigita.kernel.ACSObject
              extended bycom.arsdigita.auditing.AuditedACSObject
                  extended bycom.arsdigita.formbuilder.PersistentComponent
                      extended bycom.arsdigita.formbuilder.PersistentWidget
                          extended bycom.arsdigita.formbuilder.PersistentHidden
                              extended bycom.arsdigita.formbuilder.HiddenIDGenerator
All Implemented Interfaces:
AttributeMetaDataProvider, Audited, PersistentComponentFactory

public class HiddenIDGenerator
extends PersistentHidden


Field Summary
static String BASE_DATA_OBJECT_TYPE
           
 
Fields inherited from class com.arsdigita.formbuilder.PersistentWidget
DEFAULT_VALUE, versionId
 
Fields inherited from class com.arsdigita.formbuilder.PersistentComponent
ATTRIBUTE_STRING
 
Fields inherited from class com.arsdigita.kernel.ACSObject
CONTAINER, DEFAULT_DOMAIN_CLASS, DISPLAY_NAME, ID, OBJECT_TYPE
 
Constructor Summary
HiddenIDGenerator()
           
HiddenIDGenerator(BigDecimal id)
           
HiddenIDGenerator(DataObject obj)
           
HiddenIDGenerator(ObjectType type)
           
HiddenIDGenerator(OID oid)
           
HiddenIDGenerator(String typeName)
           
 
Methods inherited from class com.arsdigita.formbuilder.PersistentHidden
create, createComponent
 
Methods inherited from class com.arsdigita.formbuilder.PersistentWidget
addValidationListener, clearValidationListeners, copyValuesToWidget, delete, deserializeDefaultValue, getAttributeMetaData, getDefaultValue, getParameterModel, getParameterName, getValidationListeners, getValueClass, instantiateParameterModel, setDefaultValue, setParameterModel, setParameterName, setup
 
Methods inherited from class com.arsdigita.formbuilder.PersistentComponent
beforeSave, getAdminName, getComponentAttribute, getDescription, setAdminName, setComponentAttribute, setDescription, setDomainClass
 
Methods inherited from class com.arsdigita.auditing.AuditedACSObject
getCreationDate, getCreationIP, getCreationUser, getLastModifiedDate, getLastModifiedIP, getLastModifiedUser, initialize
 
Methods inherited from class com.arsdigita.kernel.ACSObject
assertPrivilege, checkPrivilege, doCreateCheck, doWriteCheck, getBaseDataObjectType, getContainer, getDefaultDomainClass, getDisplayName, getID, getSpecificObjectType, getSpecificOID, gimmeContainer, isContainerModified, setID, setID
 
Methods inherited from class com.arsdigita.domain.ObservableDomainObject
addObserver, getObservers
 
Methods inherited from class com.arsdigita.domain.DomainObject
add, add, addToAssociation, afterDelete, afterSave, beforeDelete, clear, disconnect, equals, get, getObjectType, getOID, getSession, hashCode, isDeleted, isDisconnected, isModified, isNew, isPropertyModified, isValid, remove, remove, remove, removeFromAssociation, save, set, setAssociation, setAssociation, specializeDataObject, specializeDataObject, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.arsdigita.formbuilder.PersistentComponentFactory
getID, isNew, save
 

Field Detail

BASE_DATA_OBJECT_TYPE

public static final String BASE_DATA_OBJECT_TYPE
See Also:
Constant Field Values
Constructor Detail

HiddenIDGenerator

public HiddenIDGenerator()

HiddenIDGenerator

public HiddenIDGenerator(String typeName)

HiddenIDGenerator

public HiddenIDGenerator(ObjectType type)

HiddenIDGenerator

public HiddenIDGenerator(DataObject obj)

HiddenIDGenerator

public HiddenIDGenerator(BigDecimal id)
                  throws DataObjectNotFoundException

HiddenIDGenerator

public HiddenIDGenerator(OID oid)
                  throws DataObjectNotFoundException


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC