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

Packages that use TransactionalFragmentParameterValue
atg.svc.repository.beans   
 

Uses of TransactionalFragmentParameterValue in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement TransactionalFragmentParameterValue
 class _TransactionalFragmentParameterValue_BeanImpl
           
 class _TransactionalFragmentParameterValue_Impl
           
 class _TransactionalFragmentParameterValue_ReposImpl
           
 

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

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