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

Packages that use TransactionalFragmentFieldDefinition
atg.svc.repository.beans   
 

Uses of TransactionalFragmentFieldDefinition in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement TransactionalFragmentFieldDefinition
 class _TransactionalFragmentFieldDefinition_BeanImpl
           
 class _TransactionalFragmentFieldDefinition_Impl
           
 class _TransactionalFragmentFieldDefinition_ReposImpl
           
 

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

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