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

Packages that use UserHouse
org.starhope.appius.user   
 

Uses of UserHouse in org.starhope.appius.user
 

Fields in org.starhope.appius.user declared as UserHouse
protected  UserHouse UserRecord.userHouse
          The set of rooms in this user's house (and yard).
 

Methods in org.starhope.appius.user that return UserHouse
 UserHouse GeneralUser.getHouse()
          WRITEME: Document this method brpocock@star-hope.org
 UserHouse UserRecord.getHouse()
           
 UserHouse UserHouseSQLLoader.loadRecord(int id)
           
 UserHouse UserHouseSQLLoader.loadRecord(String identifier)
           
private  UserHouse UserHouseSQLLoader.setHouse(PreparedStatement getHouse)
          WRITEME: Document this method brpocock@star-hope.org
 

Methods in org.starhope.appius.user with parameters of type UserHouse
 void UserHouseSQLLoader.changed(UserHouse changedRecord)
           
 void UserHouseSQLLoader.refresh(UserHouse record)
           
 void UserHouseSQLLoader.removeRecord(UserHouse record)
           
 void UserHouseSQLLoader.saveRecord(UserHouse record)
           
private  void UserHouseSQLLoader.setRooms(UserHouse record, PreparedStatement getRooms)
          WRITEME: Document this method brpocock@star-hope.org