Groovy Documentation

org.codehaus.groovy.grails.commons
[Java] Interface GrailsServiceClass

org.codehaus.groovy.grails.commons.GrailsClass
  org.codehaus.groovy.grails.commons.InjectableGrailsClass
      org.codehaus.groovy.grails.commons.GrailsServiceClass
All Superinterfaces:
GrailsClass, InjectableGrailsClass

public interface GrailsServiceClass
extends InjectableGrailsClass

Authors:
Steven Devijver


Method Summary
boolean isTransactional()

Service should be configured with transaction demarcation.

 
Methods inherited from interface InjectableGrailsClass
byName, byType, getAvailable
 
Methods inherited from interface GrailsClass
getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getReferenceInstance, getShortName, hasProperty, newInstance
 

Method Detail

isTransactional

public boolean isTransactional()
Service should be configured with transaction demarcation.
Returns:
configure with transaction demarcation


 

Groovy Documentation