Uses of Class
net.anotheria.anosite.gen.assiteconfig.service.ASSiteConfigServiceException
Packages that use ASSiteConfigServiceException
-
Uses of ASSiteConfigServiceException in net.anotheria.anosite.gen.assiteconfig.service
Modifier and TypeClassDescriptionclassException for gets over non existing id in IASSiteConfigService, document: FilteredIPMethods in net.anotheria.anosite.gen.assiteconfig.service that throw ASSiteConfigServiceExceptionModifier and TypeMethodDescriptionIASSiteConfigService.createFilteredIP(FilteredIP filteredip) Creates a new FilteredIP object.IASSiteConfigService.createFilteredIPs(List<FilteredIP> list) Creates multiple new FilteredIP objects.voidIASSiteConfigService.deleteFilteredIP(String id) Deletes a FilteredIP object by id.voidIASSiteConfigService.deleteFilteredIP(FilteredIP filteredip) Deletes a FilteredIP object.voidIASSiteConfigService.deleteFilteredIPs(List<FilteredIP> list) Deletes multiple FilteredIP object.voidASSiteConfigServiceImpl.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) voidIASSiteConfigService.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultIASSiteConfigService.executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on all data objects (documents, vo) which are part of this module and managed by this service.net.anotheria.anodoc.query2.QueryResultIASSiteConfigService.executeQueryOnFilteredIPs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.util.xml.XMLNodeIASSiteConfigService.exportFilteredIPsToXML(List<FilteredIP> listFilteredIPs) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASSiteConfigService.exportToXML()creates an xml element with all contained data.voidASSiteConfigServiceImpl.fetchFilteredIP(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASSiteConfigService.fetchFilteredIP(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this FilteredIP document.IASSiteConfigService.getFilteredIP(String id) Returns the FilteredIP object with the specified id.IASSiteConfigService.getFilteredIPs()Returns all FilteredIPs objects stored.IASSiteConfigService.getFilteredIPs(net.anotheria.util.slicer.Segment aSegment) Returns FilteredIPs objects segment.IASSiteConfigService.getFilteredIPs(net.anotheria.util.sorter.SortType sortType) Returns all FilteredIPs objects sorted by given sortType.IASSiteConfigService.getFilteredIPsByProperty(String propertyName, Object value) Returns all FilteredIP objects, where property with given name equals object.IASSiteConfigService.getFilteredIPsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all FilteredIP objects, where property with given name equals object, sorted.IASSiteConfigService.getFilteredIPsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all FilteredIP objects, where property matches.IASSiteConfigService.getFilteredIPsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns FilteredIP objects segment, where property matches.IASSiteConfigService.getFilteredIPsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns FilteredIP objects segment, where property matches, sorted.IASSiteConfigService.getFilteredIPsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all FilteredIP objects, where property matches, sorted.intIASSiteConfigService.getFilteredIPsCount()Returns all FilteredIPs count.IASSiteConfigService.importFilteredIP(FilteredIP filteredip) Imports a new FilteredIP object.IASSiteConfigService.importFilteredIPs(List<FilteredIP> list) Imports multiple new FilteredIP object.IASSiteConfigService.updateFilteredIP(FilteredIP filteredip) Updates a FilteredIP object.IASSiteConfigService.updateFilteredIPs(List<FilteredIP> list) Updates multiple FilteredIP objects.