Uses of Class
org.liquidsite.core.data.AttributeData

Packages that use AttributeData
org.liquidsite.core.data   
 

Uses of AttributeData in org.liquidsite.core.data
 

Methods in org.liquidsite.core.data that return AttributeData
static AttributeData AttributePeer.doSelectByName(DataSource src, int id, int revision, java.lang.String name)
          Returns the attribute object with the specified content id, content revision, and attribute name.
 

Methods in org.liquidsite.core.data with parameters of type AttributeData
static void AttributePeer.doInsert(DataSource src, AttributeData data)
          Inserts a new attribute object into the data source.
static void AttributePeer.doUpdate(DataSource src, AttributeData data)
          Updates an attribute in the data source.
static void AttributePeer.doDelete(DataSource src, AttributeData data)
          Deletes an attribute object from the data source.