Uses of Class
org.melati.poem.User

Packages that use User
org.melati

See melati.org

org.melati.example.contacts.generated The POEM-generated support classes for org.melati.example.contacts. 
org.melati.login Access control for a Melati database. 
org.melati.poem Persistent Object Engine for Melati. 
org.melati.poem.generated The POEM-generated support classes for org.melati.poem. 
 

Uses of User in org.melati
 

Methods in org.melati that return User
 User Melati.getUser()
          Get a User for this request (if they are logged in).
 

Uses of User in org.melati.example.contacts.generated
 

Methods in org.melati.example.contacts.generated that return User
 User ContactBase.getLastupdateuser()
          Retrieves the Lastupdateuser object referred to.
 

Methods in org.melati.example.contacts.generated with parameters of type User
 void ContactBase.setLastupdateuser(User cooked)
          Set the Lastupdateuser.
 

Uses of User in org.melati.login
 

Methods in org.melati.login with parameters of type User
 String LoginHandler.loginSuccessfullyAs(Melati melati, ServletTemplateContext templateContext, User user)
          Set cookies if requested, remove any leftovers from any triggering AccessPoemException.
protected  void HttpSessionAccessHandler.logUsIn(Melati melati, User user)
          Set our AccessToken.
 

Uses of User in org.melati.poem
 

Fields in org.melati.poem declared as User
protected  User UserTable.administratorUser
           
protected  User UserTable.guestUser
           
 

Methods in org.melati.poem that return User
 User Database.administratorUser()
           
 User UserTable.administratorUser()
           
 User Database.guestUser()
           
 User UserTable.guestUser()
           
 

Methods in org.melati.poem with parameters of type User
 String Database.givesCapabilitySQL(User user, Capability capability)
          Get the raw SQL statement for this database's DBMS for Capability check for a User.
 boolean Database.hasCapability(User user, Capability capability)
          Check if a user has the specified Capability.
 

Constructors in org.melati.poem with parameters of type User
GroupMembership(User user, Group group)
          Constructor for a Persistent GroupMembership object.
 

Uses of User in org.melati.poem.generated
 

Methods in org.melati.poem.generated that return User
 User GroupMembershipBase.getUser()
          Retrieves the User object referred to.
 User UserTableBase.getUserObject(int troid)
          Retrieve the User as a User.
 User UserTableBase.getUserObject(Integer troid)
          Retrieve the User as a User.
 

Methods in org.melati.poem.generated with parameters of type User
 void GroupMembershipBase.setUser(User cooked)
          Set the User.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.