Uses of Package
org.apache.turbine.om

Packages that use org.apache.turbine.om
org.apache.turbine.om   
org.apache.turbine.om.peer   
org.apache.turbine.om.security   
org.apache.turbine.services.intake   
org.apache.turbine.services.intake.model   
org.apache.turbine.services.intake.validator   
org.apache.turbine.services.schedule   
org.apache.turbine.services.security.ldap   
org.apache.turbine.util   
org.apache.turbine.util.db   
org.apache.turbine.util.parser   
 

Classes in org.apache.turbine.om used by org.apache.turbine.om
BaseObject
          This class contains attributes and methods that are used by all business objects within the system.
ComboKey
          This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of multiple entities such a String[] representing a multi-column primary key.
DateKey
          This class can be used as an ObjectKey to uniquely identify an object within an application where the id is a Date.
NumberKey
          This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of a single entity such a GUID or the value of a db row's primary key.
ObjectKey
          This class can be used to uniquely identify an object within an application.
OMTool
          A Pull tool to make om objects available to a template
Persistent
          This interface defines methods related to saving an object
Retriever
          This interface marks a class that has a retrieve(String) method.
RetrieverFactory
           
SimpleKey
          This empty class marks an ObjectKey as being capable of being represented as a single column in a database.
StringKey
          This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of a single entity such a GUID or the value of a db row's primary key.
 

Classes in org.apache.turbine.om used by org.apache.turbine.om.peer
ObjectKey
          This class can be used to uniquely identify an object within an application.
 

Classes in org.apache.turbine.om used by org.apache.turbine.om.security
BaseObject
          This class contains attributes and methods that are used by all business objects within the system.
Persistent
          This interface defines methods related to saving an object
 

Classes in org.apache.turbine.om used by org.apache.turbine.services.intake
OMTool
          A Pull tool to make om objects available to a template
Retrievable
          This interface specifies methods for uniquely identifying an object.
 

Classes in org.apache.turbine.om used by org.apache.turbine.services.intake.model
Retrievable
          This interface specifies methods for uniquely identifying an object.
 

Classes in org.apache.turbine.om used by org.apache.turbine.services.intake.validator
NumberKey
          This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of a single entity such a GUID or the value of a db row's primary key.
 

Classes in org.apache.turbine.om used by org.apache.turbine.services.schedule
BaseObject
          This class contains attributes and methods that are used by all business objects within the system.
ObjectKey
          This class can be used to uniquely identify an object within an application.
Persistent
          This interface defines methods related to saving an object
 

Classes in org.apache.turbine.om used by org.apache.turbine.services.security.ldap
BaseObject
          This class contains attributes and methods that are used by all business objects within the system.
Persistent
          This interface defines methods related to saving an object
 

Classes in org.apache.turbine.om used by org.apache.turbine.util
NumberKey
          This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of a single entity such a GUID or the value of a db row's primary key.
StringKey
          This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of a single entity such a GUID or the value of a db row's primary key.
 

Classes in org.apache.turbine.om used by org.apache.turbine.util.db
ObjectKey
          This class can be used to uniquely identify an object within an application.
 

Classes in org.apache.turbine.om used by org.apache.turbine.util.parser
NumberKey
          This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of a single entity such a GUID or the value of a db row's primary key.
StringKey
          This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of a single entity such a GUID or the value of a db row's primary key.
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.