|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpellingDictionary | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.service |
Uses of SpellingDictionary in atg.svc.repository.beans |
---|
Methods in atg.svc.repository.beans that return SpellingDictionary | |
---|---|
SpellingDictionary |
SpellingDictionaryHome.create()
Returns a new instance. |
SpellingDictionary |
SpellingDictionaryHome.create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
SpellingDictionary |
SpellingDictionaryHome.findByLanguage(java.lang.String language)
Find the dictionary for a language |
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.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Methods in atg.svc.repository.beans with parameters of type SpellingDictionary | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |