Groovy Documentation

grails-app.services.pl.burningice.plugins.image.ast
Class ImageService

java.lang.Object
  grails-app.services.pl.burningice.plugins.image.ast.ImageService

class ImageService

Service for accessing images stored in database

author:
pawel.gdula@burningice.pl


Property Summary
boolean transactional

 
Constructor Summary
ImageService()

 
Method Summary
def get(def imageId)

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

Property Detail

transactional

boolean transactional


 
Constructor Detail

ImageService

ImageService()


 
Method Detail

get

public def get(def imageId)


 

Groovy Documentation