Uses of Class
org.apache.turbine.om.BaseObject

Packages that use BaseObject
org.apache.turbine.om   
org.apache.turbine.om.security   
org.apache.turbine.services.schedule   
org.apache.turbine.services.security.ldap   
 

Uses of BaseObject in org.apache.turbine.om
 

Methods in org.apache.turbine.om with parameters of type BaseObject
 boolean BaseObject.equals(BaseObject bo)
          Compares the primary key of this instance with the key of another.
 

Uses of BaseObject in org.apache.turbine.om.security
 

Subclasses of BaseObject in org.apache.turbine.om.security
 class SecurityObject
          This class represents a generic object used in the Access Control Lists.
 class TurbineGroup
          This class represents a Group of Users in the system that are associated with specific entity or resource.
 class TurbinePermission
          This class represents the permissions that a Role has to access certain pages/functions within the system.
 class TurbineRole
          This class represents a role played by the User associated with the current Session.
 class TurbineUser
          A generic implementation of User interface.
 

Uses of BaseObject in org.apache.turbine.services.schedule
 

Subclasses of BaseObject in org.apache.turbine.services.schedule
 class JobEntry
          This is a wrapper for a scheduled job.
 

Uses of BaseObject in org.apache.turbine.services.security.ldap
 

Subclasses of BaseObject in org.apache.turbine.services.security.ldap
 class LDAPUser
          LDAPUser implements User and provides access to a user who accesses the system via LDAP.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.