|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LicenseService
Service for accessing license features and modules
Method Summary | |
---|---|
boolean |
isFeatureLicensed(String featureCode)
Returns true if a feature code is licensed, false otherwise. |
boolean |
isModuleLicensed(String moduleName)
Returns true if a module is licensed, false otherwise. |
Method Detail |
---|
boolean isModuleLicensed(String moduleName)
true
if a module is licensed, false
otherwise.
moduleName
- The name of the module
boolean isFeatureLicensed(String featureCode)
true
if a feature code is licensed, false
otherwise.
featureCode
- The feature code
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |