|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.appius.user.UserListIterator
org.starhope.appius.user.UserListSQLIterator
org.starhope.appius.user.UserBuddyListSQLIterator
public class UserBuddyListSQLIterator
WRITEME: Document this type.
Field Summary |
---|
Fields inherited from class org.starhope.appius.user.UserListIterator |
---|
moniker, userID, userLogin |
Constructor Summary | |
---|---|
UserBuddyListSQLIterator(AbstractUser user)
WRITEME: Document this constructor brpocock@star-hope.org |
Method Summary | |
---|---|
void |
add(AbstractUser user)
Add another user to the list represented by this iterator |
void |
add(int buddyID)
|
protected String |
getSQL()
WRITEME: Document this method brpocock@star-hope.org |
void |
refresh(UserListEntry record)
Refreshes the record: Re-read the contents of the database into the given record. |
void |
remove(AbstractUser interestingFellow)
WRITEME: Document this method brpocock@star-hope.org |
Methods inherited from class org.starhope.appius.user.UserListSQLIterator |
---|
changed, getSubversionRevision, hasNext, initializeStorage, isRealtime, loadRecord, loadRecord, next, removeRecord, saveRecord |
Methods inherited from class org.starhope.appius.user.UserListIterator |
---|
remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserBuddyListSQLIterator(AbstractUser user)
user
- WRITEMEMethod Detail |
---|
public void add(AbstractUser user)
UserListIterator
add
in class UserListIterator
user
- the other userUserListIterator.add(org.starhope.appius.user.AbstractUser)
public void add(int buddyID)
buddyID
- user ID to befriendprotected String getSQL()
UserListSQLIterator
getSQL
in class UserListSQLIterator
UserListSQLIterator.getSQL()
public void refresh(UserListEntry record)
RecordLoader
SimpleDataRecord.checkStale()
to try to reload data when
it might have been changed: it's trading elegance and efficiency
for expediency, but eventually, it should be removed.
record
- the record to be reloaded.RecordLoader.refresh(org.starhope.appius.util.DataRecord)
public void remove(AbstractUser interestingFellow)
UserListIterator
remove
in class UserListIterator
interestingFellow
- WRITEMEUserListIterator.remove(org.starhope.appius.user.AbstractUser)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |