Groovy Documentation

unzipped.grails-app.services
Class CallService

java.lang.Object
  unzipped.grails-app.services.CallService

class CallService

Property Summary
def grailsApplication

boolean transactional

 
Constructor Summary
CallService()

 
Method Summary
def placeCall(java.lang.String caller, java.lang.String callee)

def sayHello(java.lang.String caller, java.lang.String callee)

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Property Detail

grailsApplication

def grailsApplication


transactional

boolean transactional


 
Constructor Detail

CallService

CallService()


 
Method Detail

placeCall

public def placeCall(java.lang.String caller, java.lang.String callee)


sayHello

public def sayHello(java.lang.String caller, java.lang.String callee)


 

Groovy Documentation