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

Packages that use SpellingDictionary
atg.svc.repository.beans   
atg.svc.repository.service   
 

Uses of SpellingDictionary in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement SpellingDictionary
 class _SpellingDictionary_BeanImpl
           
 class _SpellingDictionary_Impl
           
 class _SpellingDictionary_ReposImpl
           
 

Methods in atg.svc.repository.beans that return SpellingDictionary
 SpellingDictionary _SpellingDictionaryHome_BeanImpl.create()
           
 SpellingDictionary _SpellingDictionaryHome_ReposImpl.create()
           
 SpellingDictionary SpellingDictionaryHome.create()
          Returns a new instance.
 SpellingDictionary _SpellingDictionaryHome_BeanImpl.create(java.lang.String pId)
           
 SpellingDictionary _SpellingDictionaryHome_ReposImpl.create(java.lang.String pId)
           
 SpellingDictionary SpellingDictionaryHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 SpellingDictionary _SpellingDictionaryHome_BeanImpl.findByLanguage(java.lang.String language)
           
 SpellingDictionary _SpellingDictionaryHome_ReposImpl.findByLanguage(java.lang.String language)
           
 SpellingDictionary SpellingDictionaryHome.findByLanguage(java.lang.String language)
          Find the dictionary for a language
 SpellingDictionary _SpellingDictionaryHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 SpellingDictionary _SpellingDictionaryHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 SpellingDictionary SpellingDictionaryHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 SpellingDictionary _SpellingDictionaryHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 SpellingDictionary SpellingDictionaryHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

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

Uses of SpellingDictionary in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return SpellingDictionary
 SpellingDictionary SpellingDictionaryService.createDictionary(java.lang.String pLanguage)
          Creates a new bean for a SpellingDictionary
 SpellingDictionary SpellingDictionaryService.edit(java.lang.String pLanguage)
          Start editing a SpellingDictionary for a language
 SpellingDictionary SpellingDictionaryService.getDictionary(java.lang.String pLanguage)
          Gets the current SpellingDictionary item for that language, or creates a new one if necessary
 

Methods in atg.svc.repository.service with parameters of type SpellingDictionary
 void SpellingDictionaryService.saveDictionary(SpellingDictionary pDictionary)
          Saves the spelling dictionary