Uses of Interface
net.anotheria.anosite.gen.asresourcedata.data.LocalizationBundle
Packages that use LocalizationBundle
Package
Description
-
Uses of LocalizationBundle in net.anotheria.anosite.gen.asresourcedata.action
Methods in net.anotheria.anosite.gen.asresourcedata.action with parameters of type LocalizationBundleModifier and TypeMethodDescriptionprotected voidBaseLocalizationBundleAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, LocalizationBundle localizationbundle) protected voidBaseLocalizationBundleAction.canUpdateLocalizationBundles(LocalizationBundle localizationbundle, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseLocalizationBundleAction.checkLocalizationBundles(LocalizationBundle localizationbundle, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseLocalizationBundleAction.lockLocalizationBundles(LocalizationBundle localizationbundle, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected LocalizationBundleListItemBeanShowLocalizationBundlesAction.makeLocalizationBundleListItemBean(LocalizationBundle localizationbundle) protected voidBaseLocalizationBundleAction.unLockLocalizationBundles(LocalizationBundle localizationbundle, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of LocalizationBundle in net.anotheria.anosite.gen.asresourcedata.data
Classes in net.anotheria.anosite.gen.asresourcedata.data that implement LocalizationBundleMethods in net.anotheria.anosite.gen.asresourcedata.data that return LocalizationBundleModifier and TypeMethodDescriptionLocalizationBundleBuilder.build()static LocalizationBundleLocalizationBundleFactory.createLocalizationBundle()static LocalizationBundleLocalizationBundleFactory.createLocalizationBundle(String anId) For internal use only!static LocalizationBundleLocalizationBundleFactory.createLocalizationBundle(LocalizationBundle template) static LocalizationBundleLocalizationBundleFactory.createLocalizationBundleForImport(String anId) static LocalizationBundleLocalizationBundleXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.asresourcedata.data with parameters of type LocalizationBundleModifier and TypeMethodDescriptionintLocalizationBundleDocument.compareTo(LocalizationBundle comparable) static LocalizationBundleLocalizationBundleFactory.createLocalizationBundle(LocalizationBundle template) static net.anotheria.util.xml.XMLNodeLocalizationBundleXMLHelper.toXML(LocalizationBundle object) static net.anotheria.util.xml.XMLNodeLocalizationBundleXMLHelper.toXML(LocalizationBundle object, String... languages) -
Uses of LocalizationBundle in net.anotheria.anosite.gen.asresourcedata.service
Methods in net.anotheria.anosite.gen.asresourcedata.service that return LocalizationBundleModifier and TypeMethodDescriptionASResourceDataServiceImpl.createLocalizationBundle(LocalizationBundle localizationbundle) IASResourceDataService.createLocalizationBundle(LocalizationBundle localizationbundle) Creates a new LocalizationBundle object.ASResourceDataServiceImpl.getLocalizationBundle(String id) IASResourceDataService.getLocalizationBundle(String id) Returns the LocalizationBundle object with the specified id.ASResourceDataServiceImpl.importLocalizationBundle(LocalizationBundle localizationbundle) IASResourceDataService.importLocalizationBundle(LocalizationBundle localizationbundle) Imports a new LocalizationBundle object.ASResourceDataServiceImpl.updateLocalizationBundle(LocalizationBundle localizationbundle) IASResourceDataService.updateLocalizationBundle(LocalizationBundle localizationbundle) Updates a LocalizationBundle object.Methods in net.anotheria.anosite.gen.asresourcedata.service that return types with arguments of type LocalizationBundleModifier and TypeMethodDescriptionASResourceDataServiceImpl.createLocalizationBundles(List<LocalizationBundle> list) IASResourceDataService.createLocalizationBundles(List<LocalizationBundle> list) Creates multiple new LocalizationBundle objects.ASResourceDataServiceImpl.getLocalizationBundles()ASResourceDataServiceImpl.getLocalizationBundles(List<String> ids) Returns the LocalizationBundle objects with the specified ids.ASResourceDataServiceImpl.getLocalizationBundles(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the LocalizationBundle objects with the specified ids, sorted by given sorttype.ASResourceDataServiceImpl.getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment) Returns LocalizationBundle objects segment.ASResourceDataServiceImpl.getLocalizationBundles(net.anotheria.util.sorter.SortType sortType) IASResourceDataService.getLocalizationBundles()Returns all LocalizationBundles objects stored.IASResourceDataService.getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment) Returns LocalizationBundles objects segment.IASResourceDataService.getLocalizationBundles(net.anotheria.util.sorter.SortType sortType) Returns all LocalizationBundles objects sorted by given sortType.ASResourceDataServiceImpl.getLocalizationBundlesByProperty(String propertyName, Object value) ASResourceDataServiceImpl.getLocalizationBundlesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceImpl.getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all LocalizationBundle objects, where property matches.ASResourceDataServiceImpl.getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns LocalizationBundle objects segment, where property matched.ASResourceDataServiceImpl.getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns LocalizationBundle objects segment, where property matched, sorted.ASResourceDataServiceImpl.getLocalizationBundlesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all LocalizationBundle objects, where property matches, sortedIASResourceDataService.getLocalizationBundlesByProperty(String propertyName, Object value) Returns all LocalizationBundle objects, where property with given name equals object.IASResourceDataService.getLocalizationBundlesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all LocalizationBundle objects, where property with given name equals object, sorted.IASResourceDataService.getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all LocalizationBundle objects, where property matches.IASResourceDataService.getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns LocalizationBundle objects segment, where property matches.IASResourceDataService.getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns LocalizationBundle objects segment, where property matches, sorted.IASResourceDataService.getLocalizationBundlesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all LocalizationBundle objects, where property matches, sorted.ASResourceDataServiceImpl.importLocalizationBundles(List<LocalizationBundle> list) IASResourceDataService.importLocalizationBundles(List<LocalizationBundle> list) Imports multiple new LocalizationBundle object.ASResourceDataServiceImpl.updateLocalizationBundles(List<LocalizationBundle> list) IASResourceDataService.updateLocalizationBundles(List<LocalizationBundle> list) Updates multiple LocalizationBundle objects.Methods in net.anotheria.anosite.gen.asresourcedata.service with parameters of type LocalizationBundleModifier and TypeMethodDescriptionASResourceDataServiceImpl.createLocalizationBundle(LocalizationBundle localizationbundle) IASResourceDataService.createLocalizationBundle(LocalizationBundle localizationbundle) Creates a new LocalizationBundle object.voidASResourceDataServiceImpl.deleteLocalizationBundle(LocalizationBundle localizationbundle) voidIASResourceDataService.deleteLocalizationBundle(LocalizationBundle localizationbundle) Deletes a LocalizationBundle object.ASResourceDataServiceImpl.importLocalizationBundle(LocalizationBundle localizationbundle) IASResourceDataService.importLocalizationBundle(LocalizationBundle localizationbundle) Imports a new LocalizationBundle object.ASResourceDataServiceImpl.updateLocalizationBundle(LocalizationBundle localizationbundle) IASResourceDataService.updateLocalizationBundle(LocalizationBundle localizationbundle) Updates a LocalizationBundle object.Method parameters in net.anotheria.anosite.gen.asresourcedata.service with type arguments of type LocalizationBundleModifier and TypeMethodDescriptionASResourceDataServiceImpl.createLocalizationBundles(List<LocalizationBundle> list) IASResourceDataService.createLocalizationBundles(List<LocalizationBundle> list) Creates multiple new LocalizationBundle objects.voidASResourceDataServiceImpl.deleteLocalizationBundles(List<LocalizationBundle> list) voidIASResourceDataService.deleteLocalizationBundles(List<LocalizationBundle> list) Deletes multiple LocalizationBundle object.net.anotheria.util.xml.XMLNodeASResourceDataServiceImpl.exportLocalizationBundlesToXML(String[] languages, List<LocalizationBundle> list) net.anotheria.util.xml.XMLNodeASResourceDataServiceImpl.exportLocalizationBundlesToXML(List<LocalizationBundle> list) net.anotheria.util.xml.XMLNodeIASResourceDataService.exportLocalizationBundlesToXML(String[] languages, List<LocalizationBundle> listLocalizationBundles) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASResourceDataService.exportLocalizationBundlesToXML(List<LocalizationBundle> listLocalizationBundles) Creates an xml element with selected contained data.ASResourceDataServiceImpl.importLocalizationBundles(List<LocalizationBundle> list) IASResourceDataService.importLocalizationBundles(List<LocalizationBundle> list) Imports multiple new LocalizationBundle object.ASResourceDataServiceImpl.updateLocalizationBundles(List<LocalizationBundle> list) IASResourceDataService.updateLocalizationBundles(List<LocalizationBundle> list) Updates multiple LocalizationBundle objects. -
Uses of LocalizationBundle in net.anotheria.anosite.gen.asresourcedata.service.fixture
Methods in net.anotheria.anosite.gen.asresourcedata.service.fixture that return LocalizationBundleModifier and TypeMethodDescriptionASResourceDataServiceFixtureImpl.createLocalizationBundle(LocalizationBundle localizationbundle) ASResourceDataServiceFixtureImpl.getLocalizationBundle(String id) ASResourceDataServiceFixtureImpl.importLocalizationBundle(LocalizationBundle localizationbundle) ASResourceDataServiceFixtureImpl.updateLocalizationBundle(LocalizationBundle localizationbundle) Methods in net.anotheria.anosite.gen.asresourcedata.service.fixture that return types with arguments of type LocalizationBundleModifier and TypeMethodDescriptionASResourceDataServiceFixtureImpl.createLocalizationBundles(List<LocalizationBundle> list) Creates multiple new LocalizationBundle objects.ASResourceDataServiceFixtureImpl.getLocalizationBundles()ASResourceDataServiceFixtureImpl.getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment) Returns LocalizationBundle objects segment.ASResourceDataServiceFixtureImpl.getLocalizationBundles(net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getLocalizationBundlesByProperty(String propertyName, Object value) ASResourceDataServiceFixtureImpl.getLocalizationBundlesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all LocalizationBundle objects, where property matches.ASResourceDataServiceFixtureImpl.getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns LocalizationBundle objects segment, where property matched.ASResourceDataServiceFixtureImpl.getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns LocalizationBundle objects segment, where property matched, sorted.ASResourceDataServiceFixtureImpl.getLocalizationBundlesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all LocalizationBundle objects, where property matches, sortedASResourceDataServiceFixtureImpl.importLocalizationBundles(List<LocalizationBundle> list) ASResourceDataServiceFixtureImpl.updateLocalizationBundles(List<LocalizationBundle> list) Updates multiple new LocalizationBundle objects.Methods in net.anotheria.anosite.gen.asresourcedata.service.fixture with parameters of type LocalizationBundleModifier and TypeMethodDescriptionASResourceDataServiceFixtureImpl.createLocalizationBundle(LocalizationBundle localizationbundle) voidASResourceDataServiceFixtureImpl.deleteLocalizationBundle(LocalizationBundle localizationbundle) ASResourceDataServiceFixtureImpl.importLocalizationBundle(LocalizationBundle localizationbundle) ASResourceDataServiceFixtureImpl.updateLocalizationBundle(LocalizationBundle localizationbundle) Method parameters in net.anotheria.anosite.gen.asresourcedata.service.fixture with type arguments of type LocalizationBundleModifier and TypeMethodDescriptionASResourceDataServiceFixtureImpl.createLocalizationBundles(List<LocalizationBundle> list) Creates multiple new LocalizationBundle objects.voidASResourceDataServiceFixtureImpl.deleteLocalizationBundles(List<LocalizationBundle> list) Deletes multiple LocalizationBundle objects.net.anotheria.util.xml.XMLNodeASResourceDataServiceFixtureImpl.exportLocalizationBundlesToXML(String[] languages, List<LocalizationBundle> list) net.anotheria.util.xml.XMLNodeASResourceDataServiceFixtureImpl.exportLocalizationBundlesToXML(List<LocalizationBundle> list) ASResourceDataServiceFixtureImpl.importLocalizationBundles(List<LocalizationBundle> list) ASResourceDataServiceFixtureImpl.updateLocalizationBundles(List<LocalizationBundle> list) Updates multiple new LocalizationBundle objects.