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

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

Uses of EnumeratedListValue in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement EnumeratedListValue
 class _EnumeratedListValue_BeanImpl
           
 class _EnumeratedListValue_Impl
           
 class _EnumeratedListValue_ReposImpl
           
 

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

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

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

Methods in atg.svc.repository.beans.methods with parameters of type EnumeratedListValue
 boolean EnumeratedListValueMethods.getIsVisible(EnumeratedListValue pEnumeratedListValue)
          Returns true if the list value is visible for the current user.
 

Uses of EnumeratedListValue in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return EnumeratedListValue
 EnumeratedListValue SolutionMetadataService.createEnumeratedListValue()
          Creates an enumerated list value object in the repository.
 EnumeratedListValue SolutionMetadataService.getEnumeratedListValueById(java.lang.String pId)
          Gets an EnumeratedListValue by repository id.