com.mindoo.remote.api.license
Interface ILicenseWarnings


public interface ILicenseWarnings

Interface to trigger the display of license warning and error dialogs


Method Summary
 void showDeveloperLicenseExpirationWarning(java.lang.String module, java.lang.String abbrSigner, java.util.Date expirationDate, boolean silentEvaluation)
          Displays a dialog that a developer license is about to expire
 void showNoDeveloperLicenseError(java.lang.String module, java.lang.String abbrSigner)
          Displays a dialog that a required developer license is missing
 void showNoUserLicenseError(java.lang.String module, java.lang.String abbrSigner)
          Displays a dialog that a required user license is missing
 void showUserLicenseExpirationWarning(java.lang.String module, java.lang.String abbrSigner, java.util.Date expirationDate, boolean silentEvaluation)
          Displays a dialog that a user license is about to expire
 

Method Detail

showNoDeveloperLicenseError

void showNoDeveloperLicenseError(java.lang.String module,
                                 java.lang.String abbrSigner)
Displays a dialog that a required developer license is missing

Parameters:
module - API module
abbrSigner - username

showNoUserLicenseError

void showNoUserLicenseError(java.lang.String module,
                            java.lang.String abbrSigner)
Displays a dialog that a required user license is missing

Parameters:
module - API module
abbrSigner - username

showDeveloperLicenseExpirationWarning

void showDeveloperLicenseExpirationWarning(java.lang.String module,
                                           java.lang.String abbrSigner,
                                           java.util.Date expirationDate,
                                           boolean silentEvaluation)
Displays a dialog that a developer license is about to expire

Parameters:
module - API module
abbrSigner - username
expirationDate - expiration date
silentEvaluation - true if there should be no popups during the evaluation phase

showUserLicenseExpirationWarning

void showUserLicenseExpirationWarning(java.lang.String module,
                                      java.lang.String abbrSigner,
                                      java.util.Date expirationDate,
                                      boolean silentEvaluation)
Displays a dialog that a user license is about to expire

Parameters:
module - API module
abbrSigner - username
expirationDate - expiration date
silentEvaluation - true if there should be no popups during the evaluation phase