jondo
Class Controller.ForcePremiumIfAccountAvailableAttribute

java.lang.Object
  extended by anon.client.TrustModel.TrustAttribute
      extended by jondo.Controller.ForcePremiumIfAccountAvailableAttribute
All Implemented Interfaces:
anon.util.IXMLEncodable
Enclosing class:
Controller

public static class Controller.ForcePremiumIfAccountAvailableAttribute
extends anon.client.TrustModel.TrustAttribute


Field Summary
 
Fields inherited from class anon.client.TrustModel.TrustAttribute
CATEGORY_DEFAULT, XML_ATTR_CONDITION_VALUE, XML_ATTR_IGNORE_NO_DATA, XML_ATTR_NAME, XML_ATTR_TRUST_CONDITION, XML_ELEMENT_NAME, XML_VALUE_CONTAINER_ELEMENT_NAME, XML_VALUE_ELEMENT_NAME
 
Fields inherited from interface anon.util.IXMLEncodable
FIELD_XML_ELEMENT_CONTAINER_NAME, FIELD_XML_ELEMENT_NAME, XML_ATTR_ID, XML_ATTR_LANGUAGE, XML_ATTR_VERSION
 
Constructor Summary
Controller.ForcePremiumIfAccountAvailableAttribute(int a_trustCondition, java.lang.Object a_conditionValue, boolean a_bIgnoreNoDataAvailable)
           
 
Method Summary
 void checkTrust(anon.infoservice.MixCascade a_cascade)
           
 
Methods inherited from class anon.client.TrustModel.TrustAttribute
fromXmlElement, getCategory, getConditionValue, getDefaultValue, getInstance, getTrustCondition, isNoDataIgnored, isTrusted, toXmlElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Controller.ForcePremiumIfAccountAvailableAttribute

public Controller.ForcePremiumIfAccountAvailableAttribute(int a_trustCondition,
                                                          java.lang.Object a_conditionValue,
                                                          boolean a_bIgnoreNoDataAvailable)
Method Detail

checkTrust

public void checkTrust(anon.infoservice.MixCascade a_cascade)
                throws anon.client.TrustException,
                       anon.error.ServiceSignatureException
Specified by:
checkTrust in class anon.client.TrustModel.TrustAttribute
Throws:
anon.client.TrustException
anon.error.ServiceSignatureException