Class UserRecord

java.lang.Object
org.nustaq.reallive.records.RecordWrapper
org.nustaq.kontraktor.apputil.UserRecord
All Implemented Interfaces:
java.io.Serializable, CreationMixin<UserRecord>, EmailMixin<UserRecord>, ImageUrlMixin<UserRecord>, NameMixin<UserRecord>, PwdMixin<UserRecord>, RoleMixin<UserRecord>, TypeMixin<UserRecord>, org.nustaq.reallive.api.Record, org.nustaq.reallive.query.EvalContext

public class UserRecord
extends org.nustaq.reallive.records.RecordWrapper
implements NameMixin<UserRecord>, CreationMixin<UserRecord>, EmailMixin<UserRecord>, PwdMixin<UserRecord>, TypeMixin<UserRecord>, RoleMixin<UserRecord>, ImageUrlMixin<UserRecord>
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class org.nustaq.reallive.records.RecordWrapper

    record
  • Constructor Summary

    Constructors 
    Constructor Description
    UserRecord​(java.lang.String key)  
    UserRecord​(org.nustaq.reallive.api.Record record)  
  • Method Summary

    Modifier and Type Method Description
    static UserRecord lightVersion​(org.nustaq.reallive.api.Record rec)  

    Methods inherited from class org.nustaq.reallive.records.RecordWrapper

    equals, get, getFields, getKey, getLastModified, getRecord, getSequence, hashCode, internal_incSequence, internal_setLastModified, internal_updateLastModified, key, put, toString, Wrap

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.CreationMixin

    creation, getCreation

    Methods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.EmailMixin

    email, getEmail

    Methods inherited from interface org.nustaq.reallive.query.EvalContext

    get

    Methods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.ImageUrlMixin

    getImageURL, imageURL

    Methods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.NameMixin

    getName, name

    Methods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.PwdMixin

    getPwd, pwd

    Methods inherited from interface org.nustaq.reallive.api.Record

    arr, asMap, asString, copied, getBool, getDouble, getFields, getInt, getKey, getKeyVals, getLastModified, getLong, getRec, getSafeString, getSequence, getString, getValue, internal_incSequence, internal_setLastModified, internal_updateLastModified, key, merge, put, rec, recarr, reduced

    Methods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.RoleMixin

    getRole, role

    Methods inherited from interface org.nustaq.kontraktor.apputil.recordwrappermixins.TypeMixin

    getType, type
  • Constructor Details

    • UserRecord

      public UserRecord​(org.nustaq.reallive.api.Record record)
    • UserRecord

      public UserRecord​(java.lang.String key)
  • Method Details