Uses of Class
net.anotheria.anosite.gen.asresourcedata.data.LocalizationBundleDocument
-
Packages that use LocalizationBundleDocument Package Description net.anotheria.anosite.gen.asresourcedata.data -
-
Uses of LocalizationBundleDocument in net.anotheria.anosite.gen.asresourcedata.data
Methods in net.anotheria.anosite.gen.asresourcedata.data that return LocalizationBundleDocument Modifier and Type Method Description LocalizationBundleDocumentModuleASResourceData. createLocalizationBundle(LocalizationBundleDocument localizationbundle)LocalizationBundleDocumentModuleASResourceData. getLocalizationBundle(java.lang.String id)LocalizationBundleDocumentModuleASResourceData. importLocalizationBundle(LocalizationBundleDocument localizationbundle)Methods in net.anotheria.anosite.gen.asresourcedata.data that return types with arguments of type LocalizationBundleDocument Modifier and Type Method Description java.util.List<LocalizationBundleDocument>ModuleASResourceData. getLocalizationBundles()Methods in net.anotheria.anosite.gen.asresourcedata.data with parameters of type LocalizationBundleDocument Modifier and Type Method Description LocalizationBundleDocumentModuleASResourceData. createLocalizationBundle(LocalizationBundleDocument localizationbundle)LocalizationBundleDocumentModuleASResourceData. importLocalizationBundle(LocalizationBundleDocument localizationbundle)voidModuleASResourceData. updateLocalizationBundle(LocalizationBundleDocument localizationbundle)Constructors in net.anotheria.anosite.gen.asresourcedata.data with parameters of type LocalizationBundleDocument Constructor Description LocalizationBundleDocument(LocalizationBundleDocument toClone)
-