Uses of Class
org.starhope.appius.user.AvatarBodyFormat

Packages that use AvatarBodyFormat
org.starhope.appius.user   
 

Uses of AvatarBodyFormat in org.starhope.appius.user
 

Fields in org.starhope.appius.user declared as AvatarBodyFormat
private  AvatarBodyFormat AvatarClass.bodyFormat
           
 

Methods in org.starhope.appius.user that return AvatarBodyFormat
 AvatarBodyFormat AvatarClass.getBodyFormat()
           
private  AvatarBodyFormat AvatarBodyFormatSQLLoader.load(AvatarBodyFormat body, ResultSet rs)
          Actually parse the SQL record into the DataRecord
 AvatarBodyFormat AvatarBodyFormatSQLLoader.loadRecord(int id)
           
 AvatarBodyFormat AvatarBodyFormatSQLLoader.loadRecord(String identifier)
           
 

Methods in org.starhope.appius.user with parameters of type AvatarBodyFormat
 void AvatarBodyFormatSQLLoader.changed(AvatarBodyFormat changedRecord)
           
private  AvatarBodyFormat AvatarBodyFormatSQLLoader.load(AvatarBodyFormat body, ResultSet rs)
          Actually parse the SQL record into the DataRecord
 void AvatarBodyFormatSQLLoader.refresh(AvatarBodyFormat record)
           
 void AvatarBodyFormatSQLLoader.removeRecord(AvatarBodyFormat record)
           
 void AvatarBodyFormatSQLLoader.saveRecord(AvatarBodyFormat record)
           
 void AvatarClass.setBodyFormat(AvatarBodyFormat newBodyFormat)
          WRITEME: Document this method brpocock@star-hope.org
 

Constructor parameters in org.starhope.appius.user with type arguments of type AvatarBodyFormat
AvatarBodyFormat(RecordLoader<AvatarBodyFormat> loader)
          WRITEME: Document this constructor brpocock@star-hope.org