Uses of Class
com.sas.entities.AttributeSetException

Packages that use AttributeSetException
com.sas.actionprovider Provides the integrated set of classes that comprise the ActionProvider Framework (APF). 
com.sas.entities Defines interfaces and classes for Entities, which are a dynamic extension of Java Beans. 
 

Uses of AttributeSetException in com.sas.actionprovider
 

Methods in com.sas.actionprovider that throw AttributeSetException
protected  boolean BaseAction.setAttribute(java.lang.String attributeName, java.util.Map propertyDescriptors, java.lang.Object[] args)
          Set an attribute and its value.
 

Uses of AttributeSetException in com.sas.entities
 

Methods in com.sas.entities that throw AttributeSetException
protected  boolean RemoteEntity.setAttribute(java.lang.String attributeName, java.util.Map propertyDescriptors, java.lang.Object[] args)
          Set an attribute and its value.
protected  boolean Entity.setAttribute(java.lang.String attributeName, java.util.Map propertyDescriptors, java.lang.Object[] args)
          Set an attribute and its value.
protected  boolean BaseEntity.setAttribute(java.lang.String attributeName, java.util.Map propertyDescriptors, java.lang.Object[] args)
          Set an attribute and its value.
 void RemoteEntity.setAttribute(java.lang.String attributeName, java.lang.Object value)
           
 void RemoteBaseEntityValueInterface.setAttribute(java.lang.String attributeName, java.lang.Object value)
          Set an attribute and its value in this entity.
 void BaseEntityValueInterface.setAttribute(java.lang.String attributeName, java.lang.Object value)
          Set an attribute and its value in the Entity.
 void BaseEntity.setAttribute(java.lang.String attributeName, java.lang.Object value)
           
 void RemoteEntity.setAttributes(java.util.Map update)
           
 void RemoteBaseEntityInterface.setAttributes(java.util.Map update)
          Perform a bulk attribute set on this entity.
 void BaseEntityInterface.setAttributes(java.util.Map update)
          Perform a bulk attribute set on the Entity.
 void BaseEntity.setAttributes(java.util.Map update)
           
protected  void RemoteEntity.setAttributes(java.util.Map query, java.util.Set entries, java.util.Map propertyDescriptors, java.lang.Object[] args)
          Perform a bulk attribute set.
protected  void BaseEntity.setAttributes(java.util.Map query, java.util.Set entries, java.util.Map propertyDescriptors, java.lang.Object[] args)
          Perform a bulk attribute set.
protected  boolean RemoteEntity.verifyAttributeType(java.lang.String attributeName, java.lang.Object[] args)
          Returns a boolean indicating whether the value is valid for the attribute based on the AttributeType of the attribute.
protected  boolean Entity.verifyAttributeType(java.lang.String attributeName, java.lang.Object[] args)
          Returns a boolean indicating whether the value is valid for the attribute based on the AttributeType of the attribute.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.