planetj.dataengine
Class IFeature.OperationCountFeature

java.lang.Object
  |
  +--planetj.dataengine.Feature
        |
        +--planetj.dataengine.IFeature.OperationCountFeature
All Implemented Interfaces:
IFeature
Enclosing class:
IFeature

public static final class IFeature.OperationCountFeature
extends Feature

A feature for the number of allowed operations per application


Nested Class Summary
 
Nested classes inherited from class planetj.dataengine.IFeature
IFeature.OperationCountFeature
 
Field Summary
 
Fields inherited from interface planetj.dataengine.IFeature
DEFAULT_MESSAGE_FEATURE, FEATURE_DELETE, FEATURE_INSERT, FEATURE_LEVEL_ENTERPRISE, FEATURE_LEVEL_ENTRY, FEATURE_LEVEL_PROFESSIONAL, FEATURE_LEVEL_STANDARD, FEATURE_UPDATE, MESSAGE_END, MESSAGE_START
 
Constructor Summary
IFeature.OperationCountFeature(Application app)
           
 
Method Summary
 StringBuffer appendUnsupportedHTMLMessage(StringBuffer sb)
          Gets the HTML to display when this feature is used but not supported
 int getFeatureLevel()
          Gets the feature level of this feature
 boolean isApplicable()
          Tests if this feature is applicable
 
Methods inherited from class planetj.dataengine.Feature
getDisplayName, setApplicable, setDisplayName, setFeatureLevel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IFeature.OperationCountFeature

public IFeature.OperationCountFeature(Application app)
Method Detail

getFeatureLevel

public int getFeatureLevel()
Description copied from class: Feature
Gets the feature level of this feature

Specified by:
getFeatureLevel in interface IFeature
Overrides:
getFeatureLevel in class Feature

appendUnsupportedHTMLMessage

public StringBuffer appendUnsupportedHTMLMessage(StringBuffer sb)
Description copied from class: Feature
Gets the HTML to display when this feature is used but not supported

Specified by:
appendUnsupportedHTMLMessage in interface IFeature
Overrides:
appendUnsupportedHTMLMessage in class Feature

isApplicable

public boolean isApplicable()
                     throws CMException
Description copied from class: Feature
Tests if this feature is applicable

Specified by:
isApplicable in interface IFeature
Overrides:
isApplicable in class Feature
CMException