Uses of Interface
net.anotheria.anosite.gen.asresourcedata.data.TextResource
Packages that use TextResource
Package
Description
-
Uses of TextResource in net.anotheria.anosite.gen.asresourcedata.action
Methods in net.anotheria.anosite.gen.asresourcedata.action with parameters of type TextResourceModifier and TypeMethodDescriptionprotected voidBaseTextResourceAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, TextResource textresource) protected voidBaseTextResourceAction.canUpdateTextResources(TextResource textresource, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseTextResourceAction.checkTextResources(TextResource textresource, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseTextResourceAction.lockTextResources(TextResource textresource, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected TextResourceListItemBeanShowTextResourcesAction.makeTextResourceListItemBean(TextResource textresource) protected voidBaseTextResourceAction.unLockTextResources(TextResource textresource, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of TextResource in net.anotheria.anosite.gen.asresourcedata.data
Classes in net.anotheria.anosite.gen.asresourcedata.data that implement TextResourceMethods in net.anotheria.anosite.gen.asresourcedata.data that return TextResourceModifier and TypeMethodDescriptionTextResourceBuilder.build()static TextResourceTextResourceFactory.createTextResource()static TextResourceTextResourceFactory.createTextResource(String anId) For internal use only!static TextResourceTextResourceFactory.createTextResource(TextResource template) static TextResourceTextResourceFactory.createTextResourceForImport(String anId) static TextResourceTextResourceXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.asresourcedata.data with parameters of type TextResourceModifier and TypeMethodDescriptionintTextResourceDocument.compareTo(TextResource comparable) static TextResourceTextResourceFactory.createTextResource(TextResource template) static net.anotheria.util.xml.XMLNodeTextResourceXMLHelper.toXML(TextResource object) static net.anotheria.util.xml.XMLNodeTextResourceXMLHelper.toXML(TextResource object, String... languages) -
Uses of TextResource in net.anotheria.anosite.gen.asresourcedata.service
Methods in net.anotheria.anosite.gen.asresourcedata.service that return TextResourceModifier and TypeMethodDescriptionASResourceDataServiceImpl.createTextResource(TextResource textresource) IASResourceDataService.createTextResource(TextResource textresource) Creates a new TextResource object.ASResourceDataServiceImpl.getTextResource(String id) IASResourceDataService.getTextResource(String id) Returns the TextResource object with the specified id.ASResourceDataServiceImpl.importTextResource(TextResource textresource) IASResourceDataService.importTextResource(TextResource textresource) Imports a new TextResource object.ASResourceDataServiceImpl.updateTextResource(TextResource textresource) IASResourceDataService.updateTextResource(TextResource textresource) Updates a TextResource object.Methods in net.anotheria.anosite.gen.asresourcedata.service that return types with arguments of type TextResourceModifier and TypeMethodDescriptionASResourceDataServiceImpl.createTextResources(List<TextResource> list) IASResourceDataService.createTextResources(List<TextResource> list) Creates multiple new TextResource objects.ASResourceDataServiceImpl.getTextResources()ASResourceDataServiceImpl.getTextResources(List<String> ids) Returns the TextResource objects with the specified ids.ASResourceDataServiceImpl.getTextResources(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the TextResource objects with the specified ids, sorted by given sorttype.ASResourceDataServiceImpl.getTextResources(net.anotheria.util.slicer.Segment aSegment) Returns TextResource objects segment.ASResourceDataServiceImpl.getTextResources(net.anotheria.util.sorter.SortType sortType) IASResourceDataService.getTextResources()Returns all TextResources objects stored.IASResourceDataService.getTextResources(net.anotheria.util.slicer.Segment aSegment) Returns TextResources objects segment.IASResourceDataService.getTextResources(net.anotheria.util.sorter.SortType sortType) Returns all TextResources objects sorted by given sortType.ASResourceDataServiceImpl.getTextResourcesByProperty(String propertyName, Object value) ASResourceDataServiceImpl.getTextResourcesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceImpl.getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all TextResource objects, where property matches.ASResourceDataServiceImpl.getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns TextResource objects segment, where property matched.ASResourceDataServiceImpl.getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns TextResource objects segment, where property matched, sorted.ASResourceDataServiceImpl.getTextResourcesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all TextResource objects, where property matches, sortedIASResourceDataService.getTextResourcesByProperty(String propertyName, Object value) Returns all TextResource objects, where property with given name equals object.IASResourceDataService.getTextResourcesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all TextResource objects, where property with given name equals object, sorted.IASResourceDataService.getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all TextResource objects, where property matches.IASResourceDataService.getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns TextResource objects segment, where property matches.IASResourceDataService.getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns TextResource objects segment, where property matches, sorted.IASResourceDataService.getTextResourcesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all TextResource objects, where property matches, sorted.ASResourceDataServiceImpl.importTextResources(List<TextResource> list) IASResourceDataService.importTextResources(List<TextResource> list) Imports multiple new TextResource object.ASResourceDataServiceImpl.updateTextResources(List<TextResource> list) IASResourceDataService.updateTextResources(List<TextResource> list) Updates multiple TextResource objects.Methods in net.anotheria.anosite.gen.asresourcedata.service with parameters of type TextResourceModifier and TypeMethodDescriptionASResourceDataServiceImpl.createTextResource(TextResource textresource) IASResourceDataService.createTextResource(TextResource textresource) Creates a new TextResource object.voidASResourceDataServiceImpl.deleteTextResource(TextResource textresource) voidIASResourceDataService.deleteTextResource(TextResource textresource) Deletes a TextResource object.ASResourceDataServiceImpl.importTextResource(TextResource textresource) IASResourceDataService.importTextResource(TextResource textresource) Imports a new TextResource object.ASResourceDataServiceImpl.updateTextResource(TextResource textresource) IASResourceDataService.updateTextResource(TextResource textresource) Updates a TextResource object.Method parameters in net.anotheria.anosite.gen.asresourcedata.service with type arguments of type TextResourceModifier and TypeMethodDescriptionASResourceDataServiceImpl.createTextResources(List<TextResource> list) IASResourceDataService.createTextResources(List<TextResource> list) Creates multiple new TextResource objects.voidASResourceDataServiceImpl.deleteTextResources(List<TextResource> list) voidIASResourceDataService.deleteTextResources(List<TextResource> list) Deletes multiple TextResource object.net.anotheria.util.xml.XMLNodeASResourceDataServiceImpl.exportTextResourcesToXML(String[] languages, List<TextResource> list) net.anotheria.util.xml.XMLNodeASResourceDataServiceImpl.exportTextResourcesToXML(List<TextResource> list) net.anotheria.util.xml.XMLNodeIASResourceDataService.exportTextResourcesToXML(String[] languages, List<TextResource> listTextResources) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASResourceDataService.exportTextResourcesToXML(List<TextResource> listTextResources) Creates an xml element with selected contained data.ASResourceDataServiceImpl.importTextResources(List<TextResource> list) IASResourceDataService.importTextResources(List<TextResource> list) Imports multiple new TextResource object.ASResourceDataServiceImpl.updateTextResources(List<TextResource> list) IASResourceDataService.updateTextResources(List<TextResource> list) Updates multiple TextResource objects. -
Uses of TextResource in net.anotheria.anosite.gen.asresourcedata.service.fixture
Methods in net.anotheria.anosite.gen.asresourcedata.service.fixture that return TextResourceModifier and TypeMethodDescriptionASResourceDataServiceFixtureImpl.createTextResource(TextResource textresource) ASResourceDataServiceFixtureImpl.getTextResource(String id) ASResourceDataServiceFixtureImpl.importTextResource(TextResource textresource) ASResourceDataServiceFixtureImpl.updateTextResource(TextResource textresource) Methods in net.anotheria.anosite.gen.asresourcedata.service.fixture that return types with arguments of type TextResourceModifier and TypeMethodDescriptionASResourceDataServiceFixtureImpl.createTextResources(List<TextResource> list) Creates multiple new TextResource objects.ASResourceDataServiceFixtureImpl.getTextResources()ASResourceDataServiceFixtureImpl.getTextResources(net.anotheria.util.slicer.Segment aSegment) Returns TextResource objects segment.ASResourceDataServiceFixtureImpl.getTextResources(net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getTextResourcesByProperty(String propertyName, Object value) ASResourceDataServiceFixtureImpl.getTextResourcesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all TextResource objects, where property matches.ASResourceDataServiceFixtureImpl.getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns TextResource objects segment, where property matched.ASResourceDataServiceFixtureImpl.getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns TextResource objects segment, where property matched, sorted.ASResourceDataServiceFixtureImpl.getTextResourcesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all TextResource objects, where property matches, sortedASResourceDataServiceFixtureImpl.importTextResources(List<TextResource> list) ASResourceDataServiceFixtureImpl.updateTextResources(List<TextResource> list) Updates multiple new TextResource objects.Methods in net.anotheria.anosite.gen.asresourcedata.service.fixture with parameters of type TextResourceModifier and TypeMethodDescriptionASResourceDataServiceFixtureImpl.createTextResource(TextResource textresource) voidASResourceDataServiceFixtureImpl.deleteTextResource(TextResource textresource) ASResourceDataServiceFixtureImpl.importTextResource(TextResource textresource) ASResourceDataServiceFixtureImpl.updateTextResource(TextResource textresource) Method parameters in net.anotheria.anosite.gen.asresourcedata.service.fixture with type arguments of type TextResourceModifier and TypeMethodDescriptionASResourceDataServiceFixtureImpl.createTextResources(List<TextResource> list) Creates multiple new TextResource objects.voidASResourceDataServiceFixtureImpl.deleteTextResources(List<TextResource> list) Deletes multiple TextResource objects.net.anotheria.util.xml.XMLNodeASResourceDataServiceFixtureImpl.exportTextResourcesToXML(String[] languages, List<TextResource> list) net.anotheria.util.xml.XMLNodeASResourceDataServiceFixtureImpl.exportTextResourcesToXML(List<TextResource> list) ASResourceDataServiceFixtureImpl.importTextResources(List<TextResource> list) ASResourceDataServiceFixtureImpl.updateTextResources(List<TextResource> list) Updates multiple new TextResource objects.