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

Packages that use DefaultFieldValue
atg.svc.repository.beans   
atg.svc.repository.beans.methods   
 

Uses of DefaultFieldValue in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement DefaultFieldValue
 class _DefaultFieldValue_BeanImpl
           
 class _DefaultFieldValue_Impl
           
 class _DefaultFieldValue_ReposImpl
           
 

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

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

Uses of DefaultFieldValue in atg.svc.repository.beans.methods
 

Methods in atg.svc.repository.beans.methods with parameters of type DefaultFieldValue
 java.lang.Object DefaultFieldValueMethods.getValue(DefaultFieldValue pDefaultFieldValue)
          Gets the primitive value of the DefaultFieldValue object.
 void DefaultFieldValueMethods.setValue(java.lang.Object pValue, DefaultFieldValue pDefaultFieldValue)
          Sets the primitive value of the DefaultFieldValue object.