Uses of Class
org.melati.poem.AccessPoemException

Packages that use AccessPoemException
org.melati.poem Persistent Object Engine for Melati. 
org.melati.poem.generated The POEM-generated support classes for org.melati.poem. 
 

Uses of AccessPoemException in org.melati.poem
 

Subclasses of AccessPoemException in org.melati.poem
 class AccessibleCreationException
          Thrown when an unauthorised attempt to create an object is made.
 class ColumnRenamePoemException
          Column renaming is not supported by Postgresql.
 class CreationAccessPoemException
          Thrown when unauthorised creation of a new object is attempted.
 class DeletePersistentAccessPoemException
          Thrown when an unauthorised delete of a Persistent is attempted.
 class FieldAccessPoemException
          Thrown when an unauthorised access of a Field of a Persistent is attempted.
 class PersistentAccessPoemException
          Thrown when an unauthorised access of a Persistent is attempted.
 class ReadFieldAccessPoemException
          Thrown when an unauthorised read of a Field of a Persistent is attempted.
 class ReadPasswordAccessPoemException
          Thrown when an unauthorised read of a password Field of a protected Persistent is attempted.
 class ReadPersistentAccessPoemException
          Thrown when an unauthorised read of a Persistent is attempted.
 class TableRenamePoemException
          Thrown when an attempt is made to set the name of a Table in its the TableInfo when it has already been set.
 class WriteFieldAccessPoemException
          Thrown when an unauthorised write of a Field of a Persistent is attempted.
 class WritePersistentAccessPoemException
          Thrown when an unauthorised delete of a Persistent is attempted.
 

Methods in org.melati.poem that throw AccessPoemException
protected  void DeletedPoemType._saveColumnInfo(ColumnInfo columnInfo)
           
protected  void BinaryPoemType._saveColumnInfo(ColumnInfo columnInfo)
           
protected  void ColumnTypePoemType._saveColumnInfo(ColumnInfo columnInfo)
           
protected  void TimestampPoemType._saveColumnInfo(ColumnInfo columnInfo)
           
protected abstract  void BasePoemType._saveColumnInfo(ColumnInfo info)
           
protected  void StringPoemType._saveColumnInfo(ColumnInfo columnInfo)
           
protected  void TroidPoemType._saveColumnInfo(ColumnInfo columnInfo)
           
protected  void BigDecimalPoemType._saveColumnInfo(ColumnInfo columnInfo)
           
protected  void DoublePoemType._saveColumnInfo(ColumnInfo columnInfo)
           
protected  void SearchabilityPoemType._saveColumnInfo(ColumnInfo columnInfo)
           
protected  void DisplayLevelPoemType._saveColumnInfo(ColumnInfo columnInfo)
           
protected  void BooleanPoemType._saveColumnInfo(ColumnInfo columnInfo)
           
protected  void IntegrityFixPoemType._saveColumnInfo(ColumnInfo columnInfo)
           
protected  void LongPoemType._saveColumnInfo(ColumnInfo columnInfo)
           
protected  void ReferencePoemType._saveColumnInfo(ColumnInfo columnInfo)
           
protected  void PasswordPoemType._saveColumnInfo(ColumnInfo columnInfo)
           
protected  void IntegerPoemType._saveColumnInfo(ColumnInfo columnInfo)
           
protected  void DatePoemType._saveColumnInfo(ColumnInfo columnInfo)
           
 void JdbcPersistent.assertCanCreate()
          
 void Persistent.assertCanCreate()
           
 void JdbcPersistent.assertCanDelete()
          
 void Persistent.assertCanDelete()
           
 void JdbcPersistent.assertCanDelete(AccessToken token)
          Check that you have delete access to the object.
 void Persistent.assertCanDelete(AccessToken token)
          Check that you have delete access to the object.
 void JdbcPersistent.assertCanRead()
          
 void Persistent.assertCanRead()
           
 void JdbcPersistent.assertCanRead(AccessToken token)
          Check that you have read access to the object.
 void Persistent.assertCanRead(AccessToken token)
          Check that you have read access to the object.
 void JdbcPersistent.assertCanWrite()
          
 void Persistent.assertCanWrite()
           
 void JdbcPersistent.assertCanWrite(AccessToken token)
          Check that you have write access to the object.
 void Persistent.assertCanWrite(AccessToken token)
          Check that you have write access to the object.
static void PoemThread.assertHasCapability(Capability capability)
          Check that we have the given Capability, throw an AccessPoemException if we don't.
 Persistent Table.create(Initialiser initialiser)
          Create a new object (record) in the table.
 Persistent JdbcTable.create(Initialiser initialiser)
          Create a new object (record) in the table.
 void Table.create(Persistent p)
          Write a new row containing the given object.
 void JdbcTable.create(Persistent p)
          Write a new row containing the given object.
 void JdbcPersistent.deleteAndCommit()
          Convenience method with default integrity fix.
 void Persistent.deleteAndCommit()
          Convenience method with default integrity fix.
 void JdbcPersistent.deleteAndCommit(java.util.Map integrityFixOfColumn)
          Delete the object, with even more safety checks for referential integrity.
 void Persistent.deleteAndCommit(java.util.Map integrityFixOfColumn)
          Delete the object, with even more safety checks for referential integrity.
protected  void JdbcPersistent.deleteLock(SessionToken sessionToken)
           
 java.lang.String JdbcPersistent.displayString()
          
 java.lang.String Persistent.displayString()
           
 java.lang.String JdbcPersistent.displayString(PoemLocale locale)
          Defaults to DateFormat.MEDIUM.
 java.lang.String Persistent.displayString(PoemLocale locale)
          Defaults to DateFormat.MEDIUM.
 java.lang.String JdbcPersistent.displayString(PoemLocale locale, int style)
          A string describing the object for the purposes of rendering it in lists presented to the user.
 java.lang.String Persistent.displayString(PoemLocale locale, int style)
          A string describing the object for the purposes of rendering it in lists presented to the user.
 Persistent JdbcPersistent.duplicated()
          Create a new object like this one.
 Persistent Persistent.duplicated()
          Create a new object like this one.
 Persistent JdbcPersistent.duplicatedFloating()
          Create a new persistent like this one, regardless of whether this Persistent has been written to the dbms yet.
 Persistent Persistent.duplicatedFloating()
          Create a new persistent like this one, regardless of whether this Persistent has been written to the dbms yet.
 java.lang.Object Field.getCooked()
           
 java.lang.Object ExtraColumn.getCooked(Persistent g)
          Retrieves the field value, with locking and access control for this Column.
abstract  java.lang.Object Column.getCooked(Persistent g)
          Retrieves the field value, with locking and access control for this Column.
 java.lang.Object JdbcPersistent.getCooked(java.lang.String name)
          The `true value' of one of the object's fields.
 java.lang.Object Persistent.getCooked(java.lang.String name)
          The `true value' of one of the object's fields.
 java.lang.String Field.getCookedString()
           
 java.lang.String Field.getCookedString(PoemLocale locale, int style)
           
 java.lang.String JdbcPersistent.getCookedString(java.lang.String name, PoemLocale locale, int style)
          A string representation of the `true value' of one of the object's fields.
 java.lang.String Persistent.getCookedString(java.lang.String name, PoemLocale locale, int style)
          A string representation of the `true value' of one of the object's fields.
 Field JdbcPersistent.getField(java.lang.String name)
          The value of one of the object's fields, wrapped up with type information sufficient for rendering it.
 Field Persistent.getField(java.lang.String name)
          The value of one of the object's fields, wrapped up with type information sufficient for rendering it.
 java.lang.String User.getPassword()
          Will throw a ReadPasswordAccessPoemException unless the access token associated with the running thread is the User object itself or provides the readPasswords capability.
 java.lang.Object Field.getRaw()
          Get the value of the Field.
 java.lang.Object ExtraColumn.getRaw(Persistent g)
          Retrieves the field value, with locking, for this Column.
abstract  java.lang.Object Column.getRaw(Persistent g)
          Retrieves the field value, with locking, for this Column.
 java.lang.Object JdbcPersistent.getRaw(java.lang.String name)
          The `identifying value' of one of the object's fields.
 java.lang.Object Persistent.getRaw(java.lang.String name)
          The `identifying value' of one of the object's fields.
 java.lang.Object Field.getRawString()
          Get the value as a String.
 java.lang.String JdbcPersistent.getRawString(java.lang.String name)
          A string representation of the `identifying value' of one of the object's fields.
 java.lang.String Persistent.getRawString(java.lang.String name)
          A string representation of the `identifying value' of one of the object's fields.
 java.lang.Integer Persistable.getTroid()
          The object's troid, returned after access check.
 java.lang.Integer JdbcPersistent.getTroid()
          The object's troid.
 void Initialiser.init(Persistent object)
          Initialise a freshly generated POEM object.
protected  void JdbcPersistent.readLock()
          Check if we may read this object and then lock it.
protected  void JdbcPersistent.readLock(SessionToken sessionToken)
           
 boolean Field.sameRawAs(Field other)
          Compare raws.
 void BasePoemType.saveColumnInfo(ColumnInfo info)
          Set the type of the ColumnInfo.
 void PoemType.saveColumnInfo(ColumnInfo columnInfo)
          Set the type of the ColumnInfo.
 void TableInfo.setCachelimit(java.lang.Integer limit)
          Set here and in table we represent.
 void ExtraColumn.setCooked(Persistent g, java.lang.Object cooked)
          Sets the field value, with locking, access control and validation for this Column.
abstract  void Column.setCooked(Persistent g, java.lang.Object cooked)
          Sets the field value, with locking, access control and validation for this Column.
 void JdbcPersistent.setCooked(java.lang.String name, java.lang.Object cooked)
          Set the `true value' of one of the record's fields.
 void Persistent.setCooked(java.lang.String name, java.lang.Object cooked)
          Set the `true value' of one of the record's fields.
 void User.setPassword(java.lang.String cooked)
          Sets the Password value, with checking, for this User Persistent.
 void ExtraColumn.setRaw(Persistent g, java.lang.Object raw)
          Sets the field value, with locking, for this Column.
abstract  void Column.setRaw(Persistent g, java.lang.Object raw)
          Sets the field value, with locking, for this Column.
 void JdbcPersistent.setRaw(java.lang.String name, java.lang.Object raw)
          Set the `identifying value' of one of the record's fields.
 void Persistent.setRaw(java.lang.String name, java.lang.Object raw)
          Set the `identifying value' of one of the record's fields.
 void JdbcPersistent.setRawString(java.lang.String name, java.lang.String string)
          Set the `identifying value' of one of the record's fields from a string representation.
 void Persistent.setRawString(java.lang.String name, java.lang.String string)
          Set the `identifying value' of one of the record's fields from a string representation.
 void TableInfo.setSeqcached(java.lang.Boolean b)
          Set here and in table we represent.
 void ColumnInfo.setTableinfoTroid(java.lang.Integer raw)
          Set the TableInfo reference.
protected  void JdbcPersistent.writeLock()
          Check if we may write to this object and then lock it.
protected  void JdbcPersistent.writeLock(SessionToken sessionToken)
           
 

Constructors in org.melati.poem with parameters of type AccessPoemException
AccessibleCreationException(AccessPoemException e)
           
AccessPoemException(AccessPoemException e)
          Constructor.
Field(AccessPoemException accessException, FieldAttributes attrs)
          Constructor for a Field with an access violation.
 

Uses of AccessPoemException in org.melati.poem.generated
 

Methods in org.melati.poem.generated that throw AccessPoemException
 java.lang.Integer TableInfoBase.getCachelimit()
          Retrieves the Cachelimit value, with locking, for this TableInfo Persistent.
 Field TableInfoBase.getCachelimitField()
          Retrieves the Cachelimit value as a Field from this TableInfo Persistent.
 Capability TableInfoBase.getCancreate()
          Retrieves the Cancreate object referred to.
 Field TableInfoBase.getCancreateField()
          Retrieves the Cancreate value as a Field from this TableInfo Persistent.
 java.lang.Integer TableInfoBase.getCancreateTroid()
          Retrieves the Table Row Object ID.
 Capability GroupCapabilityBase.getCapability()
          Retrieves the Capability object referred to.
 Field GroupCapabilityBase.getCapabilityField()
          Retrieves the Capability value as a Field from this GroupCapability Persistent.
 java.lang.Integer GroupCapabilityBase.getCapabilityTroid()
          Retrieves the Table Row Object ID.
 TableCategory TableInfoBase.getCategory()
          Retrieves the Category object referred to.
 Field TableInfoBase.getCategoryField()
          Retrieves the Category value as a Field from this TableInfo Persistent.
 java.lang.Integer TableInfoBase.getCategoryTroid()
          Retrieves the Table Row Object ID.
 Capability TableInfoBase.getDefaultcandelete()
          Retrieves the Defaultcandelete object referred to.
 Field TableInfoBase.getDefaultcandeleteField()
          Retrieves the Defaultcandelete value as a Field from this TableInfo Persistent.
 java.lang.Integer TableInfoBase.getDefaultcandeleteTroid()
          Retrieves the Table Row Object ID.
 Capability TableInfoBase.getDefaultcanread()
          Retrieves the Defaultcanread object referred to.
 Field TableInfoBase.getDefaultcanreadField()
          Retrieves the Defaultcanread value as a Field from this TableInfo Persistent.
 java.lang.Integer TableInfoBase.getDefaultcanreadTroid()
          Retrieves the Table Row Object ID.
 Capability TableInfoBase.getDefaultcanwrite()
          Retrieves the Defaultcanwrite object referred to.
 Field TableInfoBase.getDefaultcanwriteField()
          Retrieves the Defaultcanwrite value as a Field from this TableInfo Persistent.
 java.lang.Integer TableInfoBase.getDefaultcanwriteTroid()
          Retrieves the Table Row Object ID.
 java.lang.String ValueInfoBase.getDescription()
          Retrieves the Description value, with locking, for this ValueInfo Persistent.
 java.lang.String TableInfoBase.getDescription()
          Retrieves the Description value, with locking, for this TableInfo Persistent.
 Field ValueInfoBase.getDescriptionField()
          Retrieves the Description value as a Field from this ValueInfo Persistent.
 Field TableInfoBase.getDescriptionField()
          Retrieves the Description value as a Field from this TableInfo Persistent.
 DisplayLevel ColumnInfoBase.getDisplaylevel()
          Retrieves the Displaylevel value of this Persistent.
 Field ColumnInfoBase.getDisplaylevelField()
          Retrieves the Displaylevel value as a Field from this ColumnInfo Persistent.
 java.lang.Integer ColumnInfoBase.getDisplaylevelIndex()
          Retrieves the Displaylevel index value of this Persistent.
 java.lang.String ValueInfoBase.getDisplayname()
          Retrieves the Displayname value, with locking, for this ValueInfo Persistent.
 java.lang.String TableInfoBase.getDisplayname()
          Retrieves the Displayname value, with locking, for this TableInfo Persistent.
 Field ValueInfoBase.getDisplaynameField()
          Retrieves the Displayname value as a Field from this ValueInfo Persistent.
 Field TableInfoBase.getDisplaynameField()
          Retrieves the Displayname value as a Field from this TableInfo Persistent.
 java.lang.Integer TableInfoBase.getDisplayorder()
          Retrieves the Displayorder value, with locking, for this TableInfo Persistent.
 java.lang.Integer ColumnInfoBase.getDisplayorder()
          Retrieves the Displayorder value, with locking, for this ColumnInfo Persistent.
 Field TableInfoBase.getDisplayorderField()
          Retrieves the Displayorder value as a Field from this TableInfo Persistent.
 Field ColumnInfoBase.getDisplayorderField()
          Retrieves the Displayorder value as a Field from this ColumnInfo Persistent.
 java.lang.Integer ColumnInfoBase.getDisplayorderpriority()
          Retrieves the Displayorderpriority value, with locking, for this ColumnInfo Persistent.
 Field ColumnInfoBase.getDisplayorderpriorityField()
          Retrieves the Displayorderpriority value as a Field from this ColumnInfo Persistent.
 Group GroupCapabilityBase.getGroup()
          Retrieves the Group object referred to.
 Group GroupMembershipBase.getGroup()
          Retrieves the Group object referred to.
 Field GroupCapabilityBase.getGroupField()
          Retrieves the Group value as a Field from this GroupCapability Persistent.
 Field GroupMembershipBase.getGroupField()
          Retrieves the Group value as a Field from this GroupMembership Persistent.
 java.lang.Integer GroupCapabilityBase.getGroupTroid()
          Retrieves the Table Row Object ID.
 java.lang.Integer GroupMembershipBase.getGroupTroid()
          Retrieves the Table Row Object ID.
 java.lang.Integer ValueInfoBase.getHeight()
          Retrieves the Height value, with locking, for this ValueInfo Persistent.
 Field ValueInfoBase.getHeightField()
          Retrieves the Height value as a Field from this ValueInfo Persistent.
 java.lang.Integer CapabilityBase.getId()
          Retrieves the Id value, with locking, for this Capability Persistent.
 java.lang.Integer GroupBase.getId()
          Retrieves the Id value, with locking, for this Group Persistent.
 java.lang.Integer GroupCapabilityBase.getId()
          Retrieves the Id value, with locking, for this GroupCapability Persistent.
 java.lang.Integer GroupMembershipBase.getId()
          Retrieves the Id value, with locking, for this GroupMembership Persistent.
 java.lang.Integer TableInfoBase.getId()
          Retrieves the Id value, with locking, for this TableInfo Persistent.
 java.lang.Integer TableCategoryBase.getId()
          Retrieves the Id value, with locking, for this TableCategory Persistent.
 java.lang.Integer UserBase.getId()
          Retrieves the Id value, with locking, for this User Persistent.
 java.lang.Integer ColumnInfoBase.getId()
          Retrieves the Id value, with locking, for this ColumnInfo Persistent.
 java.lang.Integer SettingBase.getId()
          Retrieves the Id value, with locking, for this Setting Persistent.
 Field CapabilityBase.getIdField()
          Retrieves the Id value as a Field from this Capability Persistent.
 Field GroupBase.getIdField()
          Retrieves the Id value as a Field from this Group Persistent.
 Field GroupCapabilityBase.getIdField()
          Retrieves the Id value as a Field from this GroupCapability Persistent.
 Field GroupMembershipBase.getIdField()
          Retrieves the Id value as a Field from this GroupMembership Persistent.
 Field TableInfoBase.getIdField()
          Retrieves the Id value as a Field from this TableInfo Persistent.
 Field TableCategoryBase.getIdField()
          Retrieves the Id value as a Field from this TableCategory Persistent.
 Field UserBase.getIdField()
          Retrieves the Id value as a Field from this User Persistent.
 Field ColumnInfoBase.getIdField()
          Retrieves the Id value as a Field from this ColumnInfo Persistent.
 Field SettingBase.getIdField()
          Retrieves the Id value as a Field from this Setting Persistent.
 java.lang.Boolean ColumnInfoBase.getIndexed()
          Retrieves the Indexed value, with locking, for this ColumnInfo Persistent.
 Field ColumnInfoBase.getIndexedField()
          Retrieves the Indexed value as a Field from this ColumnInfo Persistent.
 StandardIntegrityFix ColumnInfoBase.getIntegrityfix()
          Retrieves the Integrityfix value of this Persistent.
 Field ColumnInfoBase.getIntegrityfixField()
          Retrieves the Integrityfix value as a Field from this ColumnInfo Persistent.
 java.lang.Integer ColumnInfoBase.getIntegrityfixIndex()
          Retrieves the Integrityfix index value of this Persistent.
 java.lang.String UserBase.getLogin()
          Retrieves the Login value, with locking, for this User Persistent.
 Field UserBase.getLoginField()
          Retrieves the Login value as a Field from this User Persistent.
 java.lang.String CapabilityBase.getName()
          Retrieves the Name value, with locking, for this Capability Persistent.
 java.lang.String GroupBase.getName()
          Retrieves the Name value, with locking, for this Group Persistent.
 java.lang.String TableInfoBase.getName()
          Retrieves the Name value, with locking, for this TableInfo Persistent.
 java.lang.String TableCategoryBase.getName()
          Retrieves the Name value, with locking, for this TableCategory Persistent.
 java.lang.String UserBase.getName()
          Retrieves the Name value, with locking, for this User Persistent.
 java.lang.String ColumnInfoBase.getName()
          Retrieves the Name value, with locking, for this ColumnInfo Persistent.
 java.lang.String SettingBase.getName()
          Retrieves the Name value, with locking, for this Setting Persistent.
 Field CapabilityBase.getNameField()
          Retrieves the Name value as a Field from this Capability Persistent.
 Field GroupBase.getNameField()
          Retrieves the Name value as a Field from this Group Persistent.
 Field TableInfoBase.getNameField()
          Retrieves the Name value as a Field from this TableInfo Persistent.
 Field TableCategoryBase.getNameField()
          Retrieves the Name value as a Field from this TableCategory Persistent.
 Field UserBase.getNameField()
          Retrieves the Name value as a Field from this User Persistent.
 Field ColumnInfoBase.getNameField()
          Retrieves the Name value as a Field from this ColumnInfo Persistent.
 Field SettingBase.getNameField()
          Retrieves the Name value as a Field from this Setting Persistent.
 java.lang.Boolean ValueInfoBase.getNullable()
          Retrieves the Nullable value, with locking, for this ValueInfo Persistent.
 Field ValueInfoBase.getNullableField()
          Retrieves the Nullable value as a Field from this ValueInfo Persistent.
 java.lang.String UserBase.getPassword()
          Retrieves the Password value, with locking, for this User Persistent.
 Field UserBase.getPasswordField()
          Retrieves the Password value as a Field from this User Persistent.
 java.lang.Integer ValueInfoBase.getPrecision()
          Retrieves the Precision value, with locking, for this ValueInfo Persistent.
 Field ValueInfoBase.getPrecisionField()
          Retrieves the Precision value as a Field from this ValueInfo Persistent.
 java.lang.String ValueInfoBase.getRangelimit_string()
          Retrieves the Rangelimit_string value, with locking, for this ValueInfo Persistent.
 Field ValueInfoBase.getRangelimit_stringField()
          Retrieves the Rangelimit_string value as a Field from this ValueInfo Persistent.
 java.lang.String ValueInfoBase.getRangelow_string()
          Retrieves the Rangelow_string value, with locking, for this ValueInfo Persistent.
 Field ValueInfoBase.getRangelow_stringField()
          Retrieves the Rangelow_string value as a Field from this ValueInfo Persistent.
 java.lang.String ValueInfoBase.getRenderinfo()
          Retrieves the Renderinfo value, with locking, for this ValueInfo Persistent.
 Field ValueInfoBase.getRenderinfoField()
          Retrieves the Renderinfo value as a Field from this ValueInfo Persistent.
 java.lang.Integer ValueInfoBase.getScale()
          Retrieves the Scale value, with locking, for this ValueInfo Persistent.
 Field ValueInfoBase.getScaleField()
          Retrieves the Scale value as a Field from this ValueInfo Persistent.
 Searchability ColumnInfoBase.getSearchability()
          Retrieves the Searchability value of this Persistent.
 Field ColumnInfoBase.getSearchabilityField()
          Retrieves the Searchability value as a Field from this ColumnInfo Persistent.
 java.lang.Integer ColumnInfoBase.getSearchabilityIndex()
          Retrieves the Searchability index value of this Persistent.
 java.lang.Boolean TableInfoBase.getSeqcached()
          Retrieves the Seqcached value, with locking, for this TableInfo Persistent.
 Field TableInfoBase.getSeqcachedField()
          Retrieves the Seqcached value as a Field from this TableInfo Persistent.
 java.lang.Integer ValueInfoBase.getSize()
          Retrieves the Size value, with locking, for this ValueInfo Persistent.
 Field ValueInfoBase.getSizeField()
          Retrieves the Size value as a Field from this ValueInfo Persistent.
 java.lang.Boolean ColumnInfoBase.getSortdescending()
          Retrieves the Sortdescending value, with locking, for this ColumnInfo Persistent.
 Field ColumnInfoBase.getSortdescendingField()
          Retrieves the Sortdescending value as a Field from this ColumnInfo Persistent.
 TableInfo ColumnInfoBase.getTableinfo()
          Retrieves the Tableinfo object referred to.
 Field ColumnInfoBase.getTableinfoField()
          Retrieves the Tableinfo value as a Field from this ColumnInfo Persistent.
 java.lang.Integer ColumnInfoBase.getTableinfoTroid()
          Retrieves the Table Row Object ID.
 PoemTypeFactory ValueInfoBase.getTypefactory()
          Retrieves the Typefactory value as an PoemTypeFactory for this Column of the ValueInfo Table.
 java.lang.Integer ValueInfoBase.getTypefactoryCode()
          Retrieves the Typefactory value as an Integer for this Column of the ValueInfo Table.
 Field ValueInfoBase.getTypefactoryField()
          Retrieves the Typefactory value as a Field from this ValueInfo Persistent.
 java.lang.Boolean ColumnInfoBase.getUnique()
          Retrieves the Unique value, with locking, for this ColumnInfo Persistent.
 Field ColumnInfoBase.getUniqueField()
          Retrieves the Unique value as a Field from this ColumnInfo Persistent.
 User GroupMembershipBase.getUser()
          Retrieves the User object referred to.
 java.lang.Boolean ColumnInfoBase.getUsercreateable()
          Retrieves the Usercreateable value, with locking, for this ColumnInfo Persistent.
 Field ColumnInfoBase.getUsercreateableField()
          Retrieves the Usercreateable value as a Field from this ColumnInfo Persistent.
 java.lang.Boolean ValueInfoBase.getUsereditable()
          Retrieves the Usereditable value, with locking, for this ValueInfo Persistent.
 Field ValueInfoBase.getUsereditableField()
          Retrieves the Usereditable value as a Field from this ValueInfo Persistent.
 Field GroupMembershipBase.getUserField()
          Retrieves the User value as a Field from this GroupMembership Persistent.
 java.lang.Integer GroupMembershipBase.getUserTroid()
          Retrieves the Table Row Object ID.
 java.lang.String SettingBase.getValue()
          Retrieves the Value value, with locking, for this Setting Persistent.
 Field SettingBase.getValueField()
          Retrieves the Value value as a Field from this Setting Persistent.
 java.lang.Integer ValueInfoBase.getWidth()
          Retrieves the Width value, with locking, for this ValueInfo Persistent.
 Field ValueInfoBase.getWidthField()
          Retrieves the Width value as a Field from this ValueInfo Persistent.
 void TableInfoBase.setCachelimit(int cooked)
          Sets the Cachelimit value, with checking, for this TableInfo Persistent.
 void TableInfoBase.setCachelimit(java.lang.Integer cooked)
          Sets the Cachelimit value, with checking, for this TableInfo Persistent.
 void TableInfoBase.setCancreate(Capability cooked)
          Set the Cancreate.
 void TableInfoBase.setCancreateTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void GroupCapabilityBase.setCapability(Capability cooked)
          Set the Capability.
 void GroupCapabilityBase.setCapabilityTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void TableInfoBase.setCategory(TableCategory cooked)
          Set the Category.
 void TableInfoBase.setCategoryTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void TableInfoBase.setDefaultcandelete(Capability cooked)
          Set the Defaultcandelete.
 void TableInfoBase.setDefaultcandeleteTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void TableInfoBase.setDefaultcanread(Capability cooked)
          Set the Defaultcanread.
 void TableInfoBase.setDefaultcanreadTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void TableInfoBase.setDefaultcanwrite(Capability cooked)
          Set the Defaultcanwrite.
 void TableInfoBase.setDefaultcanwriteTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void ValueInfoBase.setDescription(java.lang.String cooked)
          Sets the Description value, with checking, for this ValueInfo Persistent.
 void TableInfoBase.setDescription(java.lang.String cooked)
          Sets the Description value, with checking, for this TableInfo Persistent.
 void ColumnInfoBase.setDisplaylevel(DisplayLevel cooked)
          Sets the Displaylevel value, with checking, for the Persistent argument.
 void ColumnInfoBase.setDisplaylevelIndex(java.lang.Integer raw)
          Sets the Displaylevel index value, with checking, for this Persistent.
 void ValueInfoBase.setDisplayname(java.lang.String cooked)
          Sets the Displayname value, with checking, for this ValueInfo Persistent.
 void TableInfoBase.setDisplayname(java.lang.String cooked)
          Sets the Displayname value, with checking, for this TableInfo Persistent.
 void TableInfoBase.setDisplayorder(int cooked)
          Sets the Displayorder value, with checking, for this TableInfo Persistent.
 void ColumnInfoBase.setDisplayorder(int cooked)
          Sets the Displayorder value, with checking, for this ColumnInfo Persistent.
 void TableInfoBase.setDisplayorder(java.lang.Integer cooked)
          Sets the Displayorder value, with checking, for this TableInfo Persistent.
 void ColumnInfoBase.setDisplayorder(java.lang.Integer cooked)
          Sets the Displayorder value, with checking, for this ColumnInfo Persistent.
 void ColumnInfoBase.setDisplayorderpriority(int cooked)
          Sets the Displayorderpriority value, with checking, for this ColumnInfo Persistent.
 void ColumnInfoBase.setDisplayorderpriority(java.lang.Integer cooked)
          Sets the Displayorderpriority value, with checking, for this ColumnInfo Persistent.
 void GroupCapabilityBase.setGroup(Group cooked)
          Set the Group.
 void GroupMembershipBase.setGroup(Group cooked)
          Set the Group.
 void GroupCapabilityBase.setGroupTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void GroupMembershipBase.setGroupTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void ValueInfoBase.setHeight(int cooked)
          Sets the Height value, with checking, for this ValueInfo Persistent.
 void ValueInfoBase.setHeight(java.lang.Integer cooked)
          Sets the Height value, with checking, for this ValueInfo Persistent.
 void CapabilityBase.setId(int cooked)
          Sets the Id value, with checking, for this Capability Persistent.
 void GroupBase.setId(int cooked)
          Sets the Id value, with checking, for this Group Persistent.
 void GroupCapabilityBase.setId(int cooked)
          Sets the Id value, with checking, for this GroupCapability Persistent.
 void GroupMembershipBase.setId(int cooked)
          Sets the Id value, with checking, for this GroupMembership Persistent.
 void TableInfoBase.setId(int cooked)
          Sets the Id value, with checking, for this TableInfo Persistent.
 void TableCategoryBase.setId(int cooked)
          Sets the Id value, with checking, for this TableCategory Persistent.
 void UserBase.setId(int cooked)
          Sets the Id value, with checking, for this User Persistent.
 void ColumnInfoBase.setId(int cooked)
          Sets the Id value, with checking, for this ColumnInfo Persistent.
 void SettingBase.setId(int cooked)
          Sets the Id value, with checking, for this Setting Persistent.
 void CapabilityBase.setId(java.lang.Integer cooked)
          Sets the Id value, with checking, for this Capability Persistent.
 void GroupBase.setId(java.lang.Integer cooked)
          Sets the Id value, with checking, for this Group Persistent.
 void GroupCapabilityBase.setId(java.lang.Integer cooked)
          Sets the Id value, with checking, for this GroupCapability Persistent.
 void GroupMembershipBase.setId(java.lang.Integer cooked)
          Sets the Id value, with checking, for this GroupMembership Persistent.
 void TableInfoBase.setId(java.lang.Integer cooked)
          Sets the Id value, with checking, for this TableInfo Persistent.
 void TableCategoryBase.setId(java.lang.Integer cooked)
          Sets the Id value, with checking, for this TableCategory Persistent.
 void UserBase.setId(java.lang.Integer cooked)
          Sets the Id value, with checking, for this User Persistent.
 void ColumnInfoBase.setId(java.lang.Integer cooked)
          Sets the Id value, with checking, for this ColumnInfo Persistent.
 void SettingBase.setId(java.lang.Integer cooked)
          Sets the Id value, with checking, for this Setting Persistent.
 void ColumnInfoBase.setIndexed(boolean cooked)
          Sets the Indexed value, with checking, from a boolean, for this ColumnInfo Persistent.
 void ColumnInfoBase.setIndexed(java.lang.Boolean cooked)
          Sets the Indexed value, with checking, for this ColumnInfo Persistent.
 void ColumnInfoBase.setIntegrityfix(StandardIntegrityFix cooked)
          Sets the Integrityfix value, with checking, for the Persistent argument.
 void ColumnInfoBase.setIntegrityfixIndex(java.lang.Integer raw)
          Sets the Integrityfix index value, with checking, for this Persistent.
 void UserBase.setLogin(java.lang.String cooked)
          Sets the Login value, with checking, for this User Persistent.
 void CapabilityBase.setName(java.lang.String cooked)
          Sets the Name value, with checking, for this Capability Persistent.
 void GroupBase.setName(java.lang.String cooked)
          Sets the Name value, with checking, for this Group Persistent.
 void TableInfoBase.setName(java.lang.String cooked)
          Sets the Name value, with checking, for this TableInfo Persistent.
 void TableCategoryBase.setName(java.lang.String cooked)
          Sets the Name value, with checking, for this TableCategory Persistent.
 void UserBase.setName(java.lang.String cooked)
          Sets the Name value, with checking, for this User Persistent.
 void ColumnInfoBase.setName(java.lang.String cooked)
          Sets the Name value, with checking, for this ColumnInfo Persistent.
 void SettingBase.setName(java.lang.String cooked)
          Sets the Name value, with checking, for this Setting Persistent.
 void ValueInfoBase.setNullable(boolean cooked)
          Sets the Nullable value, with checking, from a boolean, for this ValueInfo Persistent.
 void ValueInfoBase.setNullable(java.lang.Boolean cooked)
          Sets the Nullable value, with checking, for this ValueInfo Persistent.
 void UserBase.setPassword(java.lang.String cooked)
          Sets the Password value, with checking, for this User Persistent.
 void ValueInfoBase.setPrecision(int cooked)
          Sets the Precision value, with checking, for this ValueInfo Persistent.
 void ValueInfoBase.setPrecision(java.lang.Integer cooked)
          Sets the Precision value, with checking, for this ValueInfo Persistent.
 void ValueInfoBase.setRangelimit_string(java.lang.String cooked)
          Sets the Rangelimit_string value, with checking, for this ValueInfo Persistent.
 void ValueInfoBase.setRangelow_string(java.lang.String cooked)
          Sets the Rangelow_string value, with checking, for this ValueInfo Persistent.
 void ValueInfoBase.setRenderinfo(java.lang.String cooked)
          Sets the Renderinfo value, with checking, for this ValueInfo Persistent.
 void ValueInfoBase.setScale(int cooked)
          Sets the Scale value, with checking, for this ValueInfo Persistent.
 void ValueInfoBase.setScale(java.lang.Integer cooked)
          Sets the Scale value, with checking, for this ValueInfo Persistent.
 void ColumnInfoBase.setSearchability(Searchability cooked)
          Sets the Searchability value, with checking, for the Persistent argument.
 void ColumnInfoBase.setSearchabilityIndex(java.lang.Integer raw)
          Sets the Searchability index value, with checking, for this Persistent.
 void TableInfoBase.setSeqcached(boolean cooked)
          Sets the Seqcached value, with checking, from a boolean, for this TableInfo Persistent.
 void TableInfoBase.setSeqcached(java.lang.Boolean cooked)
          Sets the Seqcached value, with checking, for this TableInfo Persistent.
 void ValueInfoBase.setSize(int cooked)
          Sets the Size value, with checking, for this ValueInfo Persistent.
 void ValueInfoBase.setSize(java.lang.Integer cooked)
          Sets the Size value, with checking, for this ValueInfo Persistent.
 void ColumnInfoBase.setSortdescending(boolean cooked)
          Sets the Sortdescending value, with checking, from a boolean, for this ColumnInfo Persistent.
 void ColumnInfoBase.setSortdescending(java.lang.Boolean cooked)
          Sets the Sortdescending value, with checking, for this ColumnInfo Persistent.
 void ColumnInfoBase.setTableinfo(TableInfo cooked)
          Set the Tableinfo.
 void ColumnInfoBase.setTableinfoTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void ValueInfoBase.setTypefactory(PoemTypeFactory cooked)
          Sets the PoemTypeFactory Typefactory value for this ValueInfo Column of the ValueInfo Table.
 void ValueInfoBase.setTypefactoryCode(java.lang.Integer raw)
          Sets the Integer Typefactory value for this ValueInfo Column of the ValueInfo Table.
 void ColumnInfoBase.setUnique(boolean cooked)
          Sets the Unique value, with checking, from a boolean, for this ColumnInfo Persistent.
 void ColumnInfoBase.setUnique(java.lang.Boolean cooked)
          Sets the Unique value, with checking, for this ColumnInfo Persistent.
 void GroupMembershipBase.setUser(User cooked)
          Set the User.
 void ColumnInfoBase.setUsercreateable(boolean cooked)
          Sets the Usercreateable value, with checking, from a boolean, for this ColumnInfo Persistent.
 void ColumnInfoBase.setUsercreateable(java.lang.Boolean cooked)
          Sets the Usercreateable value, with checking, for this ColumnInfo Persistent.
 void ValueInfoBase.setUsereditable(boolean cooked)
          Sets the Usereditable value, with checking, from a boolean, for this ValueInfo Persistent.
 void ValueInfoBase.setUsereditable(java.lang.Boolean cooked)
          Sets the Usereditable value, with checking, for this ValueInfo Persistent.
 void GroupMembershipBase.setUserTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void SettingBase.setValue(java.lang.String cooked)
          Sets the Value value, with checking, for this Setting Persistent.
 void ValueInfoBase.setWidth(int cooked)
          Sets the Width value, with checking, for this ValueInfo Persistent.
 void ValueInfoBase.setWidth(java.lang.Integer cooked)
          Sets the Width value, with checking, for this ValueInfo Persistent.
 



Copyright © 2000-2009 PanEris. All Rights Reserved.