Uses of Interface
net.anotheria.anosite.gen.assitedata.data.Site
Packages that use Site
Package
Description
-
Uses of Site in net.anotheria.anosite.gen.assitedata.action
Methods in net.anotheria.anosite.gen.assitedata.action with parameters of type SiteModifier and TypeMethodDescriptionprotected voidBaseSiteAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, Site site) protected voidBaseSiteAction.canUpdateSites(Site site, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseSiteAction.checkSites(Site site, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidExecuting locking.protected SiteListItemBeanShowSitesAction.makeSiteListItemBean(Site site) protected voidBaseSiteAction.unLockSites(Site site, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of Site in net.anotheria.anosite.gen.assitedata.data
Classes in net.anotheria.anosite.gen.assitedata.data that implement SiteMethods in net.anotheria.anosite.gen.assitedata.data that return SiteModifier and TypeMethodDescriptionSiteBuilder.build()static SiteSiteFactory.createSite()static SiteSiteFactory.createSite(String anId) For internal use only!static SiteSiteFactory.createSite(Site template) static SiteSiteFactory.createSiteForImport(String anId) static SiteSiteXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.assitedata.data with parameters of type Site -
Uses of Site in net.anotheria.anosite.gen.assitedata.service
Methods in net.anotheria.anosite.gen.assitedata.service that return SiteModifier and TypeMethodDescriptionASSiteDataServiceImpl.createSite(Site site) IASSiteDataService.createSite(Site site) Creates a new Site object.Returns the Site object with the specified id.ASSiteDataServiceImpl.importSite(Site site) IASSiteDataService.importSite(Site site) Imports a new Site object.ASSiteDataServiceImpl.updateSite(Site site) IASSiteDataService.updateSite(Site site) Updates a Site object.Methods in net.anotheria.anosite.gen.assitedata.service that return types with arguments of type SiteModifier and TypeMethodDescriptionASSiteDataServiceImpl.createSites(List<Site> list) IASSiteDataService.createSites(List<Site> list) Creates multiple new Site objects.ASSiteDataServiceImpl.getSites()Returns the Site objects with the specified ids.Returns the Site objects with the specified ids, sorted by given sorttype.ASSiteDataServiceImpl.getSites(net.anotheria.util.slicer.Segment aSegment) Returns Site objects segment.ASSiteDataServiceImpl.getSites(net.anotheria.util.sorter.SortType sortType) IASSiteDataService.getSites()Returns all Sites objects stored.IASSiteDataService.getSites(net.anotheria.util.slicer.Segment aSegment) Returns Sites objects segment.IASSiteDataService.getSites(net.anotheria.util.sorter.SortType sortType) Returns all Sites objects sorted by given sortType.ASSiteDataServiceImpl.getSitesByProperty(String propertyName, Object value) ASSiteDataServiceImpl.getSitesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASSiteDataServiceImpl.getSitesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Site objects, where property matches.ASSiteDataServiceImpl.getSitesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns Site objects segment, where property matched.ASSiteDataServiceImpl.getSitesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Site objects segment, where property matched, sorted.ASSiteDataServiceImpl.getSitesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Site objects, where property matches, sortedIASSiteDataService.getSitesByProperty(String propertyName, Object value) Returns all Site objects, where property with given name equals object.IASSiteDataService.getSitesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Site objects, where property with given name equals object, sorted.IASSiteDataService.getSitesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Site objects, where property matches.IASSiteDataService.getSitesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Site objects segment, where property matches.IASSiteDataService.getSitesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Site objects segment, where property matches, sorted.IASSiteDataService.getSitesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Site objects, where property matches, sorted.ASSiteDataServiceImpl.importSites(List<Site> list) IASSiteDataService.importSites(List<Site> list) Imports multiple new Site object.ASSiteDataServiceImpl.updateSites(List<Site> list) IASSiteDataService.updateSites(List<Site> list) Updates multiple Site objects.Methods in net.anotheria.anosite.gen.assitedata.service with parameters of type SiteModifier and TypeMethodDescriptionASSiteDataServiceImpl.createSite(Site site) IASSiteDataService.createSite(Site site) Creates a new Site object.voidASSiteDataServiceImpl.deleteSite(Site site) voidIASSiteDataService.deleteSite(Site site) Deletes a Site object.ASSiteDataServiceImpl.importSite(Site site) IASSiteDataService.importSite(Site site) Imports a new Site object.ASSiteDataServiceImpl.updateSite(Site site) IASSiteDataService.updateSite(Site site) Updates a Site object.Method parameters in net.anotheria.anosite.gen.assitedata.service with type arguments of type SiteModifier and TypeMethodDescriptionASSiteDataServiceImpl.createSites(List<Site> list) IASSiteDataService.createSites(List<Site> list) Creates multiple new Site objects.voidASSiteDataServiceImpl.deleteSites(List<Site> list) voidIASSiteDataService.deleteSites(List<Site> list) Deletes multiple Site object.net.anotheria.util.xml.XMLNodeASSiteDataServiceImpl.exportSitesToXML(String[] languages, List<Site> list) net.anotheria.util.xml.XMLNodeASSiteDataServiceImpl.exportSitesToXML(List<Site> list) net.anotheria.util.xml.XMLNodeIASSiteDataService.exportSitesToXML(String[] languages, List<Site> listSites) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASSiteDataService.exportSitesToXML(List<Site> listSites) Creates an xml element with selected contained data.ASSiteDataServiceImpl.importSites(List<Site> list) IASSiteDataService.importSites(List<Site> list) Imports multiple new Site object.ASSiteDataServiceImpl.updateSites(List<Site> list) IASSiteDataService.updateSites(List<Site> list) Updates multiple Site objects.