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

Packages that use TransactionalFragmentFieldDefinition
atg.svc.repository.beans   
 

Uses of TransactionalFragmentFieldDefinition in atg.svc.repository.beans
 

Methods in atg.svc.repository.beans that return TransactionalFragmentFieldDefinition
 TransactionalFragmentFieldDefinition TransactionalFragmentFieldDefinitionHome.create()
          Returns a new instance.
 TransactionalFragmentFieldDefinition TransactionalFragmentFieldDefinitionHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 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.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

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