:: com :: sun :: star :: setup ::
|
service ProductRegistration |
- Description
- provides a mechanism for registering the product.
Two main functionalities are covered by this service:
Triggering Online Registration
If, by any user interface of your choice, the user tells she wants to register
their product copy, ProductRegistration is the service of your choice.
Executing Registration Requests
ProductRegistration allows to remind your users to register, using a dialog with various
choices.
- Since
- OOo 1.1.2
|
Exported Interfaces - Summary |
::com::sun::star::task::XJob |
allows the registration request to be scheduled automatically.
(details)
|
Included Services - Details |
::com::sun::star::task::JobExecutor
- Description
- allows to trigger certain events.
The string argument of XJobExecutor::trigger is
used to determine the type of the event. Currently supported events are:
- RegistrationRequired
Determines that the registration is required to be executed.
This is usually triggered by some user interaction, for instance upon choosing a menu item
called Registration.
|
|
Exported Interfaces - Details |
::com::sun::star::task::XJob
- Description
- allows the registration request to be scheduled automatically.
There are processes which allow to schedule events and jobs, for instance there
can be configuration settings scheduling which operations are to be executed upon an program
startup. Such processes usually require the jobs to be executed to support the
::com::sun::star::task::XJob interface.
That's why this service supports the ::com::sun::star::task::XJob, too.
Calling the XJob::execute method results in displaying a
dialog which asks the user to register. This is done once per session, means you need to restart the
process which called this.
At the moment, there is no specification about how to use the arguments given in the
XJob::execute method, but this may change in future versions of the service
descriptions, so to keep your implementation compatible, you should not use these arguments.
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.