Uses of Class
com.aquima.web.rest.v1.resource.impl.Shortcut
Packages that use Shortcut
Package
Description
-
Uses of Shortcut in com.aquima.web.rest.v1.controller
Methods in com.aquima.web.rest.v1.controller that return ShortcutModifier and TypeMethodDescriptionShortcutsRestController.getShortcut
(String name) Returns a shortcut by name. -
Uses of Shortcut in com.aquima.web.rest.v1.converter
Methods in com.aquima.web.rest.v1.converter that return ShortcutModifier and TypeMethodDescriptionIShortcutConverter.fromDomainShortcut
(Shortcut shortcut, com.blueriq.component.api.shortcut.IShortcut domainShortcut) Methods in com.aquima.web.rest.v1.converter that return types with arguments of type ShortcutModifier and TypeMethodDescriptionIShortcutConverter.fromListOfDomainShortcuts
(List<com.blueriq.component.api.shortcut.IShortcut> shortcuts) Methods in com.aquima.web.rest.v1.converter with parameters of type ShortcutModifier and TypeMethodDescriptionIShortcutConverter.fromDomainShortcut
(Shortcut shortcut, com.blueriq.component.api.shortcut.IShortcut domainShortcut) -
Uses of Shortcut in com.aquima.web.rest.v1.converter.impl
Methods in com.aquima.web.rest.v1.converter.impl that return ShortcutModifier and TypeMethodDescriptionShortcutConverter.fromDomainShortcut
(Shortcut shortcut, com.blueriq.component.api.shortcut.IShortcut domainShortcut) Methods in com.aquima.web.rest.v1.converter.impl that return types with arguments of type ShortcutModifier and TypeMethodDescriptionShortcutConverter.fromListOfDomainShortcuts
(List<com.blueriq.component.api.shortcut.IShortcut> shortcuts) Methods in com.aquima.web.rest.v1.converter.impl with parameters of type ShortcutModifier and TypeMethodDescriptionShortcutConverter.fromDomainShortcut
(Shortcut shortcut, com.blueriq.component.api.shortcut.IShortcut domainShortcut) Constructor parameters in com.aquima.web.rest.v1.converter.impl with type arguments of type ShortcutModifierConstructorDescriptionShortcutConverter
(IResourceFactory resourceFactory, IResourceLinker<Shortcut> linker) -
Uses of Shortcut in com.aquima.web.rest.v1.linker.impl
Methods in com.aquima.web.rest.v1.linker.impl with parameters of type ShortcutMethod parameters in com.aquima.web.rest.v1.linker.impl with type arguments of type ShortcutModifier and TypeMethodDescriptionvoid
ShortcutLinker.link
(PagedObject<Shortcut> pagedObject, IPaginator<Shortcut> paginator) void
ShortcutLinker.link
(PagedObject<Shortcut> pagedObject, IPaginator<Shortcut> paginator) -
Uses of Shortcut in com.aquima.web.rest.v1.resource
Methods in com.aquima.web.rest.v1.resource that return Shortcut -
Uses of Shortcut in com.aquima.web.rest.v1.resource.impl
Methods in com.aquima.web.rest.v1.resource.impl that return Shortcut -
Uses of Shortcut in com.aquima.web.rest.v1.service
Methods in com.aquima.web.rest.v1.service that return ShortcutModifier and TypeMethodDescriptionShortcutService.getShortcut
(Shortcut shortcut, String name) This method populates the Shortcut resource for REST API response.Methods in com.aquima.web.rest.v1.service that return types with arguments of type ShortcutModifier and TypeMethodDescriptionShortcutService.getShortcuts
(PagedObject<Shortcut> pagedObject, Integer page, Integer pageSize, String sortParameter) This method populates the PagedObject resource for REST API response.Methods in com.aquima.web.rest.v1.service with parameters of type ShortcutModifier and TypeMethodDescriptionShortcutService.getShortcut
(Shortcut shortcut, String name) This method populates the Shortcut resource for REST API response.Method parameters in com.aquima.web.rest.v1.service with type arguments of type ShortcutModifier and TypeMethodDescriptionShortcutService.getShortcuts
(PagedObject<Shortcut> pagedObject, Integer page, Integer pageSize, String sortParameter) This method populates the PagedObject resource for REST API response.Constructor parameters in com.aquima.web.rest.v1.service with type arguments of type ShortcutModifierConstructorDescriptionShortcutService
(com.blueriq.component.api.shortcut.IShortcutManager shortcutManager, IShortcutConverter converter, PaginatorFactory paginatorFactory, IResourceLinker<Shortcut> linker) Creates a new instance.