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

Packages that use TextFieldDefinition
atg.svc.repository.beans   
 

Uses of TextFieldDefinition in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement TextFieldDefinition
 class _TextFieldDefinition_BeanImpl
           
 class _TextFieldDefinition_Impl
           
 class _TextFieldDefinition_ReposImpl
           
 

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

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