A B C D E G I L M N O R S T V

A

AbstractDomainObject - Class in org.mod4j.runtime.domain
The first reason to introduce this class is to provide a generic validate() method for all domain objects.
AbstractDomainObject() - Constructor for class org.mod4j.runtime.domain.AbstractDomainObject
 
activateDebug(String) - Method in class org.mod4j.runtime.jmx.Log4j
Set the log level of the specified logging categorie to debug.
activateDebug(String) - Method in interface org.mod4j.runtime.jmx.Log4jMBean
Set the log level of the specified logging categorie to debug.
activateError(String) - Method in class org.mod4j.runtime.jmx.Log4j
Set the log level of the specified logging categorie to error.
activateError(String) - Method in interface org.mod4j.runtime.jmx.Log4jMBean
Set the log level of the specified logging categorie to error.
activateFatal(String) - Method in class org.mod4j.runtime.jmx.Log4j
Set the log level of the specified logging categorie to fatal.
activateFatal(String) - Method in interface org.mod4j.runtime.jmx.Log4jMBean
Set the log level of the specified logging categorie to fatal.
activateInfo(String) - Method in class org.mod4j.runtime.jmx.Log4j
Set the log level of the specified logging categorie to info.
activateInfo(String) - Method in interface org.mod4j.runtime.jmx.Log4jMBean
Set the log level of the specified logging categorie to info.
activateTrace(String) - Method in class org.mod4j.runtime.jmx.Log4j
 
activateTrace(String) - Method in interface org.mod4j.runtime.jmx.Log4jMBean
Set the log level of the specified logging categorie to trace.
activateWarn(String) - Method in class org.mod4j.runtime.jmx.Log4j
Set the log level of the specified logging categorie to warn.
activateWarn(String) - Method in interface org.mod4j.runtime.jmx.Log4jMBean
Set the log level of the specified logging categorie to warn.
addValidator(Validator) - Method in class org.mod4j.runtime.domain.AbstractDomainObject
Add the given validator to the collection of validators that will be executed on this object when the validate() method is called.
addValidator(Validator) - Method in class org.mod4j.runtime.validation.BusinessRuleValidationSupport
Add the given validator to the collection of validators that will be executed on this object when the BusinessRuleValidationSupport.validate() method is called.

B

BusinessRuleException - Exception in org.mod4j.runtime.exception
Thrown when a business rule is violated.
BusinessRuleException() - Constructor for exception org.mod4j.runtime.exception.BusinessRuleException
Constructs a new business rule exception with null as its detail message.
BusinessRuleException(String, Throwable) - Constructor for exception org.mod4j.runtime.exception.BusinessRuleException
Constructs a new business rule exception with the specified detail message and cause.
BusinessRuleException(String) - Constructor for exception org.mod4j.runtime.exception.BusinessRuleException
Constructs a new business rule exception with the specified detail message.
BusinessRuleException(Throwable) - Constructor for exception org.mod4j.runtime.exception.BusinessRuleException
Constructs a new business rule exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
BusinessRuleUtils - Class in org.mod4j.runtime.validation
Deprecated.  
BusinessRuleUtils() - Constructor for class org.mod4j.runtime.validation.BusinessRuleUtils
Deprecated.  
BusinessRuleValidationCallback - Interface in org.mod4j.runtime.validation
 
BusinessRuleValidationSupport - Class in org.mod4j.runtime.validation
 
BusinessRuleValidationSupport(Object) - Constructor for class org.mod4j.runtime.validation.BusinessRuleValidationSupport
 
BusinessRuleValidationTemplate - Class in org.mod4j.runtime.validation
Template class that simplifies business rule validation.
BusinessRuleValidationTemplate(Object) - Constructor for class org.mod4j.runtime.validation.BusinessRuleValidationTemplate
Creates a new BusinessRuleValidationTemplate instance.

C

ConfigurationException - Exception in org.mod4j.runtime.exception
Exception thrown if a configuration error occures.
ConfigurationException() - Constructor for exception org.mod4j.runtime.exception.ConfigurationException
Constructs a new configuration exception with null as its detail message.
ConfigurationException(String, Throwable) - Constructor for exception org.mod4j.runtime.exception.ConfigurationException
Constructs a new configuration exception with the specified detail message and cause.
ConfigurationException(String) - Constructor for exception org.mod4j.runtime.exception.ConfigurationException
Constructs a new configuration exception with the specified detail message.
ConfigurationException(Throwable) - Constructor for exception org.mod4j.runtime.exception.ConfigurationException
Constructs a new configuration exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).

D

doValidate(Object, Errors) - Method in interface org.mod4j.runtime.validation.BusinessRuleValidationCallback
 

E

execute(BusinessRuleValidationCallback) - Method in class org.mod4j.runtime.validation.BusinessRuleValidationTemplate
Execute the BusinessRuleValidationCallback.doValidate(Object, Errors) method of the given action on the current object.

G

getOrder() - Method in class org.mod4j.runtime.aspects.LoggingAspect
 
getOrder() - Method in class org.mod4j.runtime.aspects.TimingAspect

I

invokeValidator(Validator) - Method in class org.mod4j.runtime.validation.BusinessRuleValidationTemplate
Invoke the given validator on the current object.
invokeValidators(List<Validator>) - Method in class org.mod4j.runtime.validation.BusinessRuleValidationTemplate
Invoke the given validators on the current object.
isActive() - Method in class org.mod4j.runtime.validation.BusinessRuleValidationSupport
 

L

log(ProceedingJoinPoint) - Method in class org.mod4j.runtime.aspects.LoggingAspect
 
Log4j - Class in org.mod4j.runtime.jmx
Log4jMBean implementation class.
Log4j() - Constructor for class org.mod4j.runtime.jmx.Log4j
 
Log4jMBean - Interface in org.mod4j.runtime.jmx
Log4JMBean interface.
LoggingAspect - Class in org.mod4j.runtime.aspects
Interceptor class to inject logging / tracing.
LoggingAspect() - Constructor for class org.mod4j.runtime.aspects.LoggingAspect
 

M

MaxLengthValidator - Class in org.mod4j.runtime.validation
 
MaxLengthValidator(Class, String, int) - Constructor for class org.mod4j.runtime.validation.MaxLengthValidator
 
MaxValueValidator - Class in org.mod4j.runtime.validation
 
MaxValueValidator(Class, String, long) - Constructor for class org.mod4j.runtime.validation.MaxValueValidator
 
MinLengthValidator - Class in org.mod4j.runtime.validation
 
MinLengthValidator(Class, String, int) - Constructor for class org.mod4j.runtime.validation.MinLengthValidator
 
MinValueValidator - Class in org.mod4j.runtime.validation
 
MinValueValidator(Class, String, long) - Constructor for class org.mod4j.runtime.validation.MinValueValidator
 

N

NotEmptyOrWhitespaceValidator - Class in org.mod4j.runtime.validation
 
NotEmptyOrWhitespaceValidator(Class, String) - Constructor for class org.mod4j.runtime.validation.NotEmptyOrWhitespaceValidator
 
NotNullValidator - Class in org.mod4j.runtime.validation
 
NotNullValidator(Class, String) - Constructor for class org.mod4j.runtime.validation.NotNullValidator
 

O

org.mod4j.runtime.aspects - package org.mod4j.runtime.aspects
 
org.mod4j.runtime.domain - package org.mod4j.runtime.domain
 
org.mod4j.runtime.exception - package org.mod4j.runtime.exception
 
org.mod4j.runtime.jmx - package org.mod4j.runtime.jmx
 
org.mod4j.runtime.validation - package org.mod4j.runtime.validation
 

R

RegExpValidator - Class in org.mod4j.runtime.validation
 
RegExpValidator(Class, String, String) - Constructor for class org.mod4j.runtime.validation.RegExpValidator
Validator for regular expressions

S

ServiceException - Exception in org.mod4j.runtime.exception
Thrown when during the call of a service method a violation occurred.
ServiceException() - Constructor for exception org.mod4j.runtime.exception.ServiceException
Constructs a new servic exception with null as its detail message.
ServiceException(String, Throwable) - Constructor for exception org.mod4j.runtime.exception.ServiceException
Constructs a new service exception with the specified detail message and cause.
ServiceException(String) - Constructor for exception org.mod4j.runtime.exception.ServiceException
Constructs a new sercice exception with the specified detail message.
ServiceException(Throwable) - Constructor for exception org.mod4j.runtime.exception.ServiceException
Constructs a new service exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
setActive(boolean) - Method in class org.mod4j.runtime.validation.BusinessRuleValidationSupport
 
setOrder(int) - Method in class org.mod4j.runtime.aspects.LoggingAspect
 
setOrder(int) - Method in class org.mod4j.runtime.aspects.TimingAspect
 
supports(Class) - Method in class org.mod4j.runtime.validation.MaxLengthValidator
supports(Class) - Method in class org.mod4j.runtime.validation.MaxValueValidator
 
supports(Class) - Method in class org.mod4j.runtime.validation.MinLengthValidator
supports(Class) - Method in class org.mod4j.runtime.validation.MinValueValidator
 
supports(Class) - Method in class org.mod4j.runtime.validation.NotEmptyOrWhitespaceValidator
supports(Class) - Method in class org.mod4j.runtime.validation.NotNullValidator
supports(Class) - Method in class org.mod4j.runtime.validation.RegExpValidator

T

time(ProceedingJoinPoint) - Method in class org.mod4j.runtime.aspects.TimingAspect
 
TimingAspect - Class in org.mod4j.runtime.aspects
Aspect to trace the time a method call has taken to complete.
TimingAspect() - Constructor for class org.mod4j.runtime.aspects.TimingAspect
 
TranslatorException - Exception in org.mod4j.runtime.exception
Thrown when a dto could not be translated to- or from a business class.
TranslatorException(String) - Constructor for exception org.mod4j.runtime.exception.TranslatorException
 

V

validate() - Method in class org.mod4j.runtime.domain.AbstractDomainObject
Validate this object.
validate() - Method in class org.mod4j.runtime.validation.BusinessRuleValidationSupport
Validate this object.
validate(Object, Errors) - Method in class org.mod4j.runtime.validation.MaxLengthValidator
validate(Object, Errors) - Method in class org.mod4j.runtime.validation.MaxValueValidator
 
validate(Object, Errors) - Method in class org.mod4j.runtime.validation.MinLengthValidator
validate(Object, Errors) - Method in class org.mod4j.runtime.validation.MinValueValidator
 
validate(Object, Errors) - Method in class org.mod4j.runtime.validation.NotEmptyOrWhitespaceValidator
validate(Object, Errors) - Method in class org.mod4j.runtime.validation.NotNullValidator
validate(Object, Errors) - Method in class org.mod4j.runtime.validation.RegExpValidator
validateEmptyOrWhitespace(Errors, String) - Static method in class org.mod4j.runtime.validation.BusinessRuleUtils
Deprecated.  
validateMaxLength(Errors, String, int) - Static method in class org.mod4j.runtime.validation.BusinessRuleUtils
Deprecated.  
validateMaxValue(Errors, String, long) - Static method in class org.mod4j.runtime.validation.BusinessRuleUtils
Deprecated.  
validateMinLength(Errors, String, int) - Static method in class org.mod4j.runtime.validation.BusinessRuleUtils
Deprecated.  
validateMinValue(Errors, String, long) - Static method in class org.mod4j.runtime.validation.BusinessRuleUtils
Deprecated.  
validationTemplate - Variable in class org.mod4j.runtime.domain.AbstractDomainObject
 
validationTemplate - Variable in class org.mod4j.runtime.validation.BusinessRuleValidationSupport
 
validators - Variable in class org.mod4j.runtime.domain.AbstractDomainObject
 
validators - Variable in class org.mod4j.runtime.validation.BusinessRuleValidationSupport
 

A B C D E G I L M N O R S T V

Copyright © 2009. All Rights Reserved.