com.mycompany.service.impl
Class AbstractService

java.lang.Object
  extended by com.mycompany.service.impl.AbstractService
Direct Known Subclasses:
ChartServiceImpl, ContentServiceImpl, CountryServiceImpl, EventServiceImpl, IdeaServiceImpl, UserServiceImpl, VenueServiceImpl

public abstract class AbstractService
extends java.lang.Object

Base class for service implementations.

Author:
Ian Hlavats (ian@tarantulaconsulting.com)

Constructor Summary
AbstractService()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractService

public AbstractService()