Uses of Class
blackboard.data.BbAttributeException

Packages that use BbAttributeException
blackboard.data Provides the base classes for the persistence layer of platform API.  
 

Uses of BbAttributeException in blackboard.data
 

Methods in blackboard.data that throw BbAttributeException
 java.lang.Integer BbAttributes.getInteger(java.lang.String strName)
          Get the Integer value associated with given attribute name.
 java.lang.Integer BbAttributes.getSafeInteger(java.lang.String strName)
          Get the Integer value associated with given attribute name.
 void BbAttributes.setInteger(java.lang.String strName, int val)
          Sets the value of the attribute with the given name ("key") to the provided int value.
 void BbAttributes.setInteger(java.lang.String strName, java.lang.Integer val)
          Sets the value of the attribute with the given name ("key") to the provided Integer value.
 java.lang.Long BbAttributes.getLong(java.lang.String strName)
          Get the Long value associated with given attribute name.
 java.lang.Long BbAttributes.getSafeLong(java.lang.String strName)
          Get the Long value associated with given attribute name.
 void BbAttributes.setLong(java.lang.String strName, long val)
          Sets the value of the attribute with the given name ("key") to the provided long value.
 void BbAttributes.setLong(java.lang.String strName, java.lang.Long val)
          Sets the value of the attribute with the given name ("key") to the provided Long value.
 java.lang.Float BbAttributes.getFloat(java.lang.String strName)
          Get the Float value associated with given attribute name.
 java.lang.Float BbAttributes.getSafeFloat(java.lang.String strName)
          Get the Float value associated with given attribute name.
 void BbAttributes.setFloat(java.lang.String strName, float val)
          Sets the value of the attribute with the given name ("key") to the provided float value.
 void BbAttributes.setFloat(java.lang.String strName, java.lang.Float val)
          Sets the value of the attribute with the given name ("key") to the provided Float value.
 java.lang.Double BbAttributes.getDouble(java.lang.String strName)
          Get the Double value associated with given attribute name.
 java.lang.Double BbAttributes.getSafeDouble(java.lang.String strName)
          Get the Double value associated with given attribute name.
 void BbAttributes.setDouble(java.lang.String strName, double val)
          Sets the value of the attribute with the given name ("key") to the provided double value.
 void BbAttributes.setDouble(java.lang.String strName, java.lang.Double val)
          Sets the value of the attribute with the given name ("key") to the provided Double value.
 java.lang.Boolean BbAttributes.getBoolean(java.lang.String strName)
          Get the Boolean value associated with given attribute name.
 java.lang.Boolean BbAttributes.getSafeBoolean(java.lang.String strName)
          Get the Boolean value associated with given attribute name.
 void BbAttributes.setBoolean(java.lang.String strName, boolean val)
          Sets the value of the attribute with the given name ("key") to the provided boolean value.
 void BbAttributes.setBoolean(java.lang.String strName, java.lang.Boolean val)
          Sets the value of the attribute with the given name ("key") to the provided Boolean value.
 java.lang.String BbAttributes.getString(java.lang.String strName)
          Get the String value associated with given attribute name.
 java.lang.String BbAttributes.getSafeString(java.lang.String strName)
          Get the String value associated with given attribute name.
 void BbAttributes.setString(java.lang.String strName, java.lang.String val)
          Sets the value of the attribute with the given name ("key") to the provided String value.
 java.util.Calendar BbAttributes.getCalendar(java.lang.String strName)
          Get the Calendar value associated with given attribute name.
 void BbAttributes.setCalendar(java.lang.String strName, java.util.Calendar val)
          Sets the value of the attribute with the given name ("key") to the provided Calendar value.
 java.lang.Object BbAttributes.getObject(java.lang.String strName)
          Get the Object value associated with given attribute name.
 void BbAttributes.setObject(java.lang.String strName, java.lang.Object val)
          Sets the value of the attribute with the given name ("key") to the provided Object value.
 void BbAttributes.setObject(java.lang.String strName)
          Sets the value of the attribute with the given name ("key") to the "unset" value.
 Id BbAttributes.getId(java.lang.String strName)
          Get the Id value associated with given attribute name.
 Id BbAttributes.getSafeId(java.lang.String strName)
          Get the Id value associated with given attribute name.
 void BbAttributes.setId(java.lang.String strName, Id val)
          Sets the value of the attribute with the given name ("key") to the provided Id value.
 BbEnum BbAttributes.getBbEnum(java.lang.String strName)
          Get the BbEnum value associated with given attribute name.
 void BbAttributes.setBbEnum(java.lang.String strName, BbEnum val)
          Sets the value of the attribute with the given name ("key") to the provided BbEnum value.
 FormattedText BbAttributes.getFormattedText(java.lang.String strName)
          Get the FormattedText value associated with given attribute name.
 FormattedText BbAttributes.getSafeFormattedText(java.lang.String strName)
          Get the FormattedText value associated with given attribute name.
 void BbAttributes.setFormattedText(java.lang.String strName, FormattedText val)
          Sets the value of the attribute with the given name ("key") to the provided FormattedText value.
 IBbObject BbAttributes.getBbObject(java.lang.String strName)
          Get the IBbObject value associated with given attribute name.
 void BbAttributes.setBbObject(java.lang.String strName, IBbObject val)
          Sets the value of the attribute with the given name ("key") to the provided IBbObject value.
 void BbAttributes.setBbObject(java.lang.String strName)
          Sets the value of the attribute with the given name ("key") to the "unset" value.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.