Uses of Interface
atg.svc.repository.beans.StatementFieldDefinition

Packages that use StatementFieldDefinition
atg.svc.repository.beans   
 

Uses of StatementFieldDefinition in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement StatementFieldDefinition
 class _StatementFieldDefinition_BeanImpl
           
 class _StatementFieldDefinition_Impl
           
 class _StatementFieldDefinition_ReposImpl
           
 

Methods in atg.svc.repository.beans that return StatementFieldDefinition
 StatementFieldDefinition _StatementFieldDefinitionHome_BeanImpl.create()
           
 StatementFieldDefinition _StatementFieldDefinitionHome_ReposImpl.create()
           
 StatementFieldDefinition StatementFieldDefinitionHome.create()
          Returns a new instance.
 StatementFieldDefinition _StatementFieldDefinitionHome_BeanImpl.create(java.lang.String pId)
           
 StatementFieldDefinition _StatementFieldDefinitionHome_ReposImpl.create(java.lang.String pId)
           
 StatementFieldDefinition StatementFieldDefinitionHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 StatementFieldDefinition _StatementFieldDefinitionHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 StatementFieldDefinition _StatementFieldDefinitionHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 StatementFieldDefinition StatementFieldDefinitionHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 StatementFieldDefinition _StatementFieldDefinitionHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 StatementFieldDefinition StatementFieldDefinitionHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

Methods in atg.svc.repository.beans with parameters of type StatementFieldDefinition
 void _StatementFieldDefinition_Impl.copyTo(StatementFieldDefinition destination)
           
 void StatementFieldDefinition.copyTo(StatementFieldDefinition destination)
          Copies the property values of this instance to another instance of the same data type.