XPUSP - Home

Uses of Class
br.usp.ime.xpusp.om.XpuspUser

Packages that use XpuspUser
br.usp.ime.xpusp.om This package contains the object-model for XPUSP project. 
 

Uses of XpuspUser in br.usp.ime.xpusp.om
 

Methods in br.usp.ime.xpusp.om that return XpuspUser
static XpuspUser XpuspUserPeer.get(int user_id)
           
static XpuspUser XpuspUserPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
           
static XpuspUser XpuspUserPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk, org.apache.turbine.util.db.pool.DBConnection dbcon)
           
 XpuspUser Professor.getXpuspUser()
           
 

Methods in br.usp.ime.xpusp.om with parameters of type XpuspUser
 void BaseDepartment.addXpuspUser(XpuspUser l)
          Method called to associate a XpuspUser object to this object through the XpuspUser foreign key attribute
static Professor ProfessorPeer.get(int professor_id, XpuspUser user)
          This method is used to get a Professor by the professor_id.
 void BaseProfessor.addXpuspUser(XpuspUser l)
          Method called to associate a XpuspUser object to this object through the XpuspUser foreign key attribute
 


XPUSP - Home