|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.starhope.appius.util.SimpleDataRecord<SimpleDataRecordSet<DataRecordClass,DataRecordSetClass>>
org.starhope.appius.util.SimpleDataRecordSet<UserRecord,BetterUserList>
org.starhope.appius.user.BetterUserList
public class BetterUserList
List for managing buddies or ignored users.
| Field Summary | |
|---|---|
private String |
listMoniker
WRITEME: Document this brpocock@star-hope.org |
private UserRecord |
owner
WRITEME: Document this brpocock@star-hope.org |
| Fields inherited from class org.starhope.appius.util.SimpleDataRecord |
|---|
myLoader, timeLastChanged, timeLastSaved |
| Constructor Summary | |
|---|---|
BetterUserList()
WRITEME: Document this constructor brpocock@star-hope.org |
|
BetterUserList(RecordLoader<SimpleDataRecordSet<UserRecord,BetterUserList>> loader)
WRITEME: Document this constructor brpocock@star-hope.org |
|
BetterUserList(UserRecord myOwner,
String myMoniker)
WRITEME: Document this constructor brpocock@star-hope.org |
|
| Method Summary | |
|---|---|
int |
getCacheableID()
Note that all records must have either a numeric ID ( DataRecord.getCacheableID() or a string identifier (
DataRecord.getCacheableIdent() or both. |
String |
getCacheableIdent()
Note that all records must have either a numeric ID ( DataRecord.getCacheableID() or a string identifier (
DataRecord.getCacheableIdent() or both. |
String |
getSubversionRevision()
Return the Subversion revision level of this class's source code file, as supplied via the special "$Rev: " sequence. |
| Methods inherited from class org.starhope.appius.util.SimpleDataRecordSet |
|---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Methods inherited from class org.starhope.appius.util.SimpleDataRecord |
|---|
changed, compareTo, equals, finalize, getRecordLoader, getTimeLastChanged, getTimeLastSaved, hashCode, isBeingLoaded, markAsLoaded, markAsLoaded, markAsSaved, onRemove, onRetrieve, onStore, setRecordLoader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
|---|
equals, hashCode |
| Methods inherited from interface org.starhope.appius.util.DataRecord |
|---|
getRecordLoader, isBeingLoaded, markAsLoaded, markAsSaved, setRecordLoader |
| Methods inherited from interface org.starhope.appius.util.CTime |
|---|
getTimeLastChanged, getTimeLastSaved |
| Methods inherited from interface com.whirlycott.cache.Cacheable |
|---|
onRemove, onRetrieve, onStore |
| Field Detail |
|---|
private String listMoniker
private UserRecord owner
| Constructor Detail |
|---|
public BetterUserList()
public BetterUserList(RecordLoader<SimpleDataRecordSet<UserRecord,BetterUserList>> loader)
loader - record loader
public BetterUserList(UserRecord myOwner,
String myMoniker)
myOwner - WRITEMEmyMoniker - WRITEME| Method Detail |
|---|
public int getCacheableID()
throws NotFoundException
DataRecordDataRecord.getCacheableID() or a string identifier (
DataRecord.getCacheableIdent() or both.
NotFoundException - if the item doesn't have a distinct
numeric IDDataRecord.getCacheableID()
public String getCacheableIdent()
throws NotFoundException
DataRecordDataRecord.getCacheableID() or a string identifier (
DataRecord.getCacheableIdent() or both.
NotFoundException - if the item doesn't have a distinct
string identifierDataRecord.getCacheableIdent()public String getSubversionRevision()
HasSubversionRevisionReturn the Subversion revision level of this class's source code file, as supplied via the special "$Rev: " sequence.
As an example,the Subversion revision string for this file is "$Rev: $"
@Override
public String getSubversionRevision () {
return "$Rev: ";
}
HasSubversionRevision.getSubversionRevision()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||