Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Plugins.User.Users.AUser Class Reference

This class represents a user record for arena. More...

+ Inheritance diagram for Plugins.User.Users.AUser:

Public Member Functions

def __init__
 Construct a new user instance. More...
 
def init
 Initializer.
 
def flush
 Flush changes made to the user record back to the data source. More...
 
def fetch
 Fetch the user record from the data source. More...
 
def meta
 Retrieve or set the dictionary of channel metadata, or a single item from the metadata.
 
def name
 Return the name of the user.
 

Detailed Description

This class represents a user record for arena.

Constructor & Destructor Documentation

def Plugins.User.Users.AUser.__init__ (   Self,
  fieldsValues = None,
  params 
)

Construct a new user instance.

Member Function Documentation

def Plugins.User.Users.AUser.fetch (   Self,
  userName 
)

Fetch the user record from the data source.

def Plugins.User.Users.AUser.flush (   Self,
  criteria 
)

Flush changes made to the user record back to the data source.


The documentation for this class was generated from the following file: