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

Packages that use ListFieldDefinition
atg.svc.repository.beans   
atg.svc.repository.beans.methods   
atg.svc.repository.service   
 

Uses of ListFieldDefinition in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement ListFieldDefinition
 class _ListFieldDefinition_BeanImpl
           
 class _ListFieldDefinition_Impl
           
 class _ListFieldDefinition_ReposImpl
           
 

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

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

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

Methods in atg.svc.repository.beans.methods with parameters of type ListFieldDefinition
 java.util.List ListFieldDefinitionMethods.getVisibleListValues(ListFieldDefinition pFieldDefinition)
          Gets all list values (sorted by name) on the given field definition that are visible to the current user.
 

Uses of ListFieldDefinition in atg.svc.repository.service
 

Methods in atg.svc.repository.service with parameters of type ListFieldDefinition
 java.util.List SolutionMetadataService.getVisibleListValues(ListFieldDefinition pFieldDefinition)
          Gets the list values that are visible for the current user.