|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Service in com.sdm.quasar.client.core.application |
| Methods in com.sdm.quasar.client.core.application that return Service | |
Service |
Session.getService(java.lang.Class service)
Returns the implementation of a desired service registered at the session. |
| Uses of Service in com.sdm.quasar.client.core.application.dialog.impl |
| Methods in com.sdm.quasar.client.core.application.dialog.impl that return Service | |
Service |
DefaultSessionAdapter.getService(java.lang.Class service)
|
| Uses of Service in com.sdm.quasar.client.core.common.config.services |
| Subinterfaces of Service in com.sdm.quasar.client.core.common.config.services | |
interface |
ConfigProviderService
Provides access to configuration. |
| Classes in com.sdm.quasar.client.core.common.config.services that implement Service | |
class |
DefaultConfigProviderService
|
| Uses of Service in com.sdm.quasar.client.core.common.event |
| Subinterfaces of Service in com.sdm.quasar.client.core.common.event | |
interface |
EventDispatchThreadService
This interface defines methods that are intended to be useful for systems/GUIs, that have a special 'event dispatch thread' - a special thread, that is only allowed to modify the GUI and that is the only thread to handle GUI events from the system. |
| Classes in com.sdm.quasar.client.core.common.event that implement Service | |
class |
DefaultEventDispatchThreadService
|
| Uses of Service in com.sdm.quasar.client.core.common.services |
| Methods in com.sdm.quasar.client.core.common.services that return Service | |
Service |
ServiceProvider.getService(java.lang.Class service)
Returns the service implementation registered with the service manager. |
Service |
DefaultServiceManager.getService(java.lang.Class service)
|
| Methods in com.sdm.quasar.client.core.common.services with parameters of type Service | |
void |
ServiceManager.registerService(java.lang.Class service,
Service implementation)
Registers a service with the manager. |
void |
ServiceManager.replaceService(java.lang.Class service,
Service implementation)
Works like ServiceManager.registerService(Class, Service), but overwrites
any existing service mapping. |
void |
ServiceManager.unregisterService(java.lang.Class service,
Service implementation)
Unregisters a service. |
void |
DefaultServiceManager.registerService(java.lang.Class service,
Service implementation)
|
void |
DefaultServiceManager.replaceService(java.lang.Class service,
Service implementation)
|
void |
DefaultServiceManager.unregisterService(java.lang.Class service,
Service implementation)
|
| Uses of Service in com.sdm.quasar.client.core.common.sysinfo.services |
| Subinterfaces of Service in com.sdm.quasar.client.core.common.sysinfo.services | |
interface |
SystemInfoService
A SystemInfoRegistry accessible as service.
|
| Classes in com.sdm.quasar.client.core.common.sysinfo.services that implement Service | |
class |
DefaultSystemInfoService
|
| Uses of Service in com.sdm.quasar.client.core.dialog |
| Classes in com.sdm.quasar.client.core.dialog that implement Service | |
class |
AbstractPerChildService
Note: The user that instanciates the concrete class has to assure, that the service implementation is installed at the same SubDialogControl
as passed here by the constructor.
|
| Methods in com.sdm.quasar.client.core.dialog that return Service | |
Service |
SubDialogServiceAccess.getService(java.lang.Class service)
Returns the implementation of a desired service registered at the controlled dialog. |
Service |
DialogServiceAccess.getServiceDirect(ID id,
java.lang.Class service)
Returns the implementation of a desired service registered at the node with the given id. |
Service |
DialogServiceAccess.findServiceInHierarchy(java.lang.Class service)
Returns the first implementation of a desired service in the hierarchy of the node. |
Service |
DialogServiceAccess.findServiceInParentHierarchy(java.lang.Class service)
Returns the first implementation of a desired service in the hierarchy of the parent node. |
| Methods in com.sdm.quasar.client.core.dialog with parameters of type Service | |
void |
SubDialogServiceAccess.registerService(java.lang.Class service,
Service implementation,
java.lang.String registrationContext)
Registers a service for this node. |
void |
SubDialogServiceAccess.registerService(java.lang.Class service,
Service implementation)
Registers a service for this node. |
void |
SubDialogServiceAccess.unregisterService(java.lang.Class service,
Service implementation)
Unregisters a service for this node. |
void |
DialogServiceAccess.registerService(java.lang.Class service,
Service implementation)
Registers a service for this node. |
void |
DialogServiceAccess.registerServiceForHierarchy(java.lang.Class service,
Service implementation)
Registers a service for this node for hierarchical use only. |
void |
DialogServiceAccess.unregisterService(java.lang.Class service,
Service implementation)
Unregisters a service for this node. |
| Uses of Service in com.sdm.quasar.client.core.dialog.impl |
| Methods in com.sdm.quasar.client.core.dialog.impl that return Service | |
Service |
DialogServiceProvider.findServiceInHierarchy(ID id,
java.lang.Class service)
Returns the first implementation of a desired service in the hierarchy starting from the node with the given id to the root node. |
Service |
DialogServiceProvider.findServiceInHierarchy(ID id,
ID rootID,
java.lang.Class service)
Returns the first implementation of a desired service in the hierarchy starting from the node with the given id to the specified root node. |
Service |
DialogServiceProvider.getServiceDirect(ID id,
java.lang.Class service)
Returns the implementation of a desired service registered at the node with the given id. |
Service |
DefaultSubDialogControl.getService(java.lang.Class service)
|
Service |
DefaultDialogServiceManager.findServiceInHierarchy(ID id,
java.lang.Class service)
|
Service |
DefaultDialogServiceManager.findServiceInHierarchy(ID id,
ID rootID,
java.lang.Class service)
|
Service |
DefaultDialogServiceManager.getServiceDirect(ID id,
java.lang.Class service)
|
Service |
DefaultDialogServiceAccess.getServiceDirect(ID id,
java.lang.Class service)
|
Service |
DefaultDialogServiceAccess.findServiceInHierarchy(java.lang.Class service)
|
Service |
DefaultDialogServiceAccess.findServiceInParentHierarchy(java.lang.Class service)
|
Service |
DefaultDialogControl.findServiceInHierarchy(java.lang.Class service)
|
Service |
DefaultDialogControl.findServiceInParentHierarchy(java.lang.Class service)
|
Service |
DefaultDialogControl.getServiceDirect(ID id,
java.lang.Class service)
|
| Methods in com.sdm.quasar.client.core.dialog.impl with parameters of type Service | |
void |
DialogServiceManager.registerService(ID providerId,
java.lang.Class service,
Service implementation)
Registers a public service implementation for the node with the given id. |
void |
DialogServiceManager.registerServiceForHierarchy(ID providerId,
java.lang.Class service,
Service implementation)
Registers a service implmentation for the node with the given id for hierarchical use only. |
void |
DialogServiceManager.registerServiceFromParent(ID providerId,
java.lang.Class service,
Service implementation)
Registers a service for the node with the given id for hierarchical use only; in opposite to DialogServiceManager.registerServiceForHierarchy(ID, Class, Service),
the service will be found after the hierarchical service and the
direct service was found.
|
void |
DialogServiceManager.unregisterService(ID providerId,
java.lang.Class service,
Service implementation)
Unregisters a service for a given node. |
void |
DefaultSubDialogControl.registerService(java.lang.Class service,
Service implementation,
java.lang.String registrationContext)
|
void |
DefaultSubDialogControl.registerService(java.lang.Class service,
Service implementation)
|
void |
DefaultSubDialogControl.unregisterService(java.lang.Class service,
Service implementation)
|
void |
DefaultDialogServiceManager.registerService(ID providerId,
java.lang.Class service,
Service implementation)
|
void |
DefaultDialogServiceManager.registerServiceForHierarchy(ID providerId,
java.lang.Class service,
Service implementation)
|
void |
DefaultDialogServiceManager.registerServiceFromParent(ID providerId,
java.lang.Class service,
Service implementation)
|
void |
DefaultDialogServiceManager.unregisterService(ID providerId,
java.lang.Class service,
Service implementation)
|
void |
DefaultDialogServiceAccess.registerService(java.lang.Class service,
Service implementation)
|
void |
DefaultDialogServiceAccess.registerServiceForHierarchy(java.lang.Class service,
Service implementation)
|
void |
DefaultDialogServiceAccess.unregisterService(java.lang.Class service,
Service implementation)
|
void |
DefaultDialogControl.registerService(java.lang.Class service,
Service implementation)
|
void |
DefaultDialogControl.registerServiceForHierarchy(java.lang.Class service,
Service implementation)
|
void |
DefaultDialogControl.unregisterService(java.lang.Class service,
Service implementation)
|
| Uses of Service in com.sdm.quasar.client.core.dialog.services |
| Subinterfaces of Service in com.sdm.quasar.client.core.dialog.services | |
interface |
DialogDefinitionService
This service allows the definition of dialogs. |
interface |
DialogHierarchyService
A service to access the dialog hierarchy (read only). |
interface |
DialogLifeCycleService
A Service that allows listening to the lifecycle-changes of dialogs
of the dialog hierarchy.
|
interface |
DialogPropertyService
Service that provides access to information that has been defined in a dialog's configuration record. |
interface |
ModalBlockHelperService
Workaround for the following problem with modal dialogs. |
interface |
SessionCloseService
A simple Service to allow to ask for closing the
complete session running in. |
| Uses of Service in com.sdm.quasar.client.core.dialog.services.impl |
| Classes in com.sdm.quasar.client.core.dialog.services.impl that implement Service | |
class |
DefaultDialogDefinitionService
A default implementation of DialogDefinitionService |
class |
DefaultDialogHierarchyService
A default implementation of DialogHierarchyService using a HierarchyProvider. |
class |
DefaultDialogLifeCycleService
A simple default implementation of DialogLifeCycleService based upon
DialogManager. |
class |
DefaultDialogPropertyService
|
| Uses of Service in com.sdm.quasar.client.core.dialogbase.features |
| Classes in com.sdm.quasar.client.core.dialogbase.features that implement Service | |
class |
ActivationObjectionFeature
Offers a default implementation of the ActivationObjectionService to
a dialog.
|
class |
CloseObjectionFeature
Offers a default implementation of the CloseObjectionService to
a dialog.
|
class |
DialogCreationFeature
The DialogCreationFeature may be used to create simple main dialogs
i.e. subdialogs of the session, when the session has no own dielog.
|
class |
ReactivationFeature
A Feature implementing the ReactivationService. |
class |
ResourceAccessFeature
|
| Methods in com.sdm.quasar.client.core.dialogbase.features with parameters of type Service | |
void |
AbstractControllerFeature.SubDialogController.registerService(java.lang.Class service,
Service implementation)
Registers a service on the given SubDialogControl;
see SubDialogServiceAccess.registerService(Class, Service). |
| Uses of Service in com.sdm.quasar.client.core.dialogbase.services |
| Subinterfaces of Service in com.sdm.quasar.client.core.dialogbase.services | |
interface |
ActivationObjectionService
Allows a dialog to register itself when it might want to object against deactivation. |
interface |
ActivationService
A service, that allows a child to get activated or deactivated. |
interface |
CloseObjectionService
Allows a dialog to register itself when it might want to object against closing (disposing). |
interface |
CloseService
|
interface |
DialogCreationService
This is a Service that creates new dialogs.
|
interface |
ReactivationService
This Service is for reactivating
i.e. deiconify or bring to front, sub dialogs.
|
interface |
ResourceAccessService
A Service to access resource values. |
| Classes in com.sdm.quasar.client.core.dialogbase.services that implement Service | |
class |
AbstractActivationService
A basic implementation of ActivationService.
|
class |
AbstractCloseService
A basic implementation of CloseService.
|
class |
AbstractResourceAccessService
|
class |
ConfigProviderResourceAccessService
|
| Uses of Service in com.sdm.quasar.client.core.server |
| Subinterfaces of Service in com.sdm.quasar.client.core.server | |
interface |
ServerAccessService
ServerAccessService works like a ServiceProvider that
provides Services of the business logic.
|
| Uses of Service in com.sdm.quasar.client.core.server.impl |
| Classes in com.sdm.quasar.client.core.server.impl that implement Service | |
class |
ServerProxy
An implementation of ServerAccessService, that delegates the
concrete implementation of server access to so-called
ServerProxyPlugins. |
| Uses of Service in com.sdm.quasar.client.jsf.binding.features |
| Classes in com.sdm.quasar.client.jsf.binding.features that implement Service | |
class |
DefaultSessionDataFeature
Feature providing a SessionDataService implementation. |
class |
KeywordResolverFeature
This Feature implements a KeywordResolverService
providing a KeywordResolver. |
| Uses of Service in com.sdm.quasar.client.jsf.binding.services |
| Subinterfaces of Service in com.sdm.quasar.client.jsf.binding.services | |
interface |
KeywordResolverService
This Service provides a KeywordResolver.
|
interface |
SessionDataService
This interfaces defines the session-data access-service. |
| Uses of Service in com.sdm.quasar.client.jsf.dialog.features |
| Classes in com.sdm.quasar.client.jsf.dialog.features that implement Service | |
class |
BrowserWindowFeature
|
class |
DialogContextFeature
|
class |
DoubleSubmitCheckerFeature
|
class |
NavigationFeature
|
| Uses of Service in com.sdm.quasar.client.jsf.dialog.services |
| Subinterfaces of Service in com.sdm.quasar.client.jsf.dialog.services | |
interface |
BrowserWindowManagerService
|
interface |
BrowserWindowService
The Service shows or hides a VisualRepresentation at the
current BrowserWindow. |
interface |
DialogContextService
This Service is used to connect the request to the dialog instance,
defined by the parameters in the request. |
interface |
DoubleSubmitCheckerService
Performs maintenance and checking of dialog-sequence numbers. |
interface |
HttpSessionDataService
This srevice provides the session scope. |
interface |
NavigationService
|
interface |
RequestDataService
This srevice provides the request scope. |
interface |
ResponseParameterService
This Service provides post parameters (ResponseParameterService.getPostParameters())
and get parameters (ResponseParameterService.getGetParameters() for the curent response. |
| Uses of Service in com.sdm.quasar.client.jsf.dialog.services.impl |
| Classes in com.sdm.quasar.client.jsf.dialog.services.impl that implement Service | |
class |
DefaultHttpSessionDataService
|
class |
DefaultRequestDataService
Provides the request scope. |
| Uses of Service in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation |
| Subinterfaces of Service in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation | |
interface |
ShowcaseDialogCreationService
|
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation that implement Service | |
class |
ShowcaseDialogCreationFeature
|
| Uses of Service in com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic |
| Subinterfaces of Service in com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic | |
interface |
EmbeddedDialogService
This Service provides a method to set a filter for filtering
the aricles list of the embedded list dialog. |
interface |
EmbeddedShowArticleService
This Service provides a method to set an article. |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic that implement Service | |
class |
DynamicEmbeddingDialog
This dialog demonstrates dynamic dialog embedding. |
class |
EmbeddedDetailDialog
This dialog shows the details of a selected article. |
class |
EmbeddedListDialog
This dialog demonstrates dynamic dialog embedding. |
| Uses of Service in com.sdm.quasar.client.showcase.swing |
| Subinterfaces of Service in com.sdm.quasar.client.showcase.swing | |
interface |
CompanyService
A service that is normally provided by the server. |
interface |
ShowcasePortalCreationService
The service offered by the ShowcaseSessionFeature
that creates a new showcase portal window. |
| Classes in com.sdm.quasar.client.showcase.swing that implement Service | |
class |
ShowcaseSessionFeature
This feature represents the session in the swing showcase. |
| Uses of Service in com.sdm.quasar.client.showcase.swing.allinone.emplDetail |
| Subinterfaces of Service in com.sdm.quasar.client.showcase.swing.allinone.emplDetail | |
interface |
EmployeeService
|
| Classes in com.sdm.quasar.client.showcase.swing.allinone.emplDetail that implement Service | |
class |
EmplDetailDialog
|
| Uses of Service in com.sdm.quasar.client.showcase.swing.embedding.dependent |
| Subinterfaces of Service in com.sdm.quasar.client.showcase.swing.embedding.dependent | |
interface |
DependentWindowService
Service offered by the DependentWindow
that allows the controlling dialog to access the user input and the committed state. |
| Uses of Service in com.sdm.quasar.client.showcase.swing.embedding.modal |
| Subinterfaces of Service in com.sdm.quasar.client.showcase.swing.embedding.modal | |
interface |
ValueService
Service offered by the ModalDialog
that allows the controlling dialog to access the user input and the committed state. |
| Uses of Service in com.sdm.quasar.client.showcase.swing.portal |
| Subinterfaces of Service in com.sdm.quasar.client.showcase.swing.portal | |
interface |
PortalControlService
Allows the control of the portal content. |
| Uses of Service in com.sdm.quasar.client.swing.common.event |
| Classes in com.sdm.quasar.client.swing.common.event that implement Service | |
class |
SwingEventDispatchThreadService
An implementation of EventDispatchThreadService for Swing. |
| Uses of Service in com.sdm.quasar.client.swing.dialog.services.impl |
| Classes in com.sdm.quasar.client.swing.dialog.services.impl that implement Service | |
class |
SwingModalBlockHelperService
Default implementation for com.sdm.quasar.client.core.common.util.ModalBlockWorkaroundWorker
for Swing's modal dialogs.
|
| Uses of Service in com.sdm.quasar.client.swing.dialogbase.features |
| Classes in com.sdm.quasar.client.swing.dialogbase.features that implement Service | |
class |
ImageProviderFeature
An implementation of ImageProviderService, that uses configuration
entries to load images. |
class |
OptionDialogServiceFeature
Default implementation of the OptionDialogService
that uses a Component as a
parent for the modal dialogs. |
| Uses of Service in com.sdm.quasar.client.swing.dialogbase.services |
| Subinterfaces of Service in com.sdm.quasar.client.swing.dialogbase.services | |
interface |
ImageProviderService
|
interface |
OptionDialogService
Offers access to a message box like the JOptionPane while observing
the dialog hierarchy and using the correct parent argument for the modal
dialog. |
| Uses of Service in com.sdm.quasar.client.swing.embedding.features |
| Classes in com.sdm.quasar.client.swing.embedding.features that implement Service | |
class |
VisualRepresentationFeature
This feature uses a VisualRepresentationService given by the parent to
let a dialog set it's visual representation easily.
|
| Uses of Service in com.sdm.quasar.client.swing.embedding.services |
| Subinterfaces of Service in com.sdm.quasar.client.swing.embedding.services | |
interface |
ParentWindowService
Service that provices the parent window component that is needed for modal dialogs. |
interface |
TitleService
A service for titleing something. |
interface |
VisualRepresentationService
|
interface |
WindowPackService
Request to recalculate the window size and pack the window (see Window.pack()). |
interface |
WindowTitleService
Offers access to the window's title and icon. |
| Classes in com.sdm.quasar.client.swing.embedding.services that implement Service | |
class |
AbstractTitleService
An abstract TitleService implementation. |
class |
AbstractVisualRepresentationService
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||