Uses of Interface
com.rapidtransform.core.service.Service

Packages that use Service
com.rapidtransform.core.search   
com.rapidtransform.core.search.lucene   
com.rapidtransform.core.service   
com.rapidtransform.core.service.impl   
com.rapidtransform.doc.service   
com.rapidtransform.doc.service.impl   
com.rapidtransform.part.service   
com.rapidtransform.part.service.impl   
com.rapidtransform.product.service   
com.rapidtransform.product.service.impl   
com.rapidtransform.spec.service   
com.rapidtransform.spec.service.impl   
 

Uses of Service in com.rapidtransform.core.search
 

Subinterfaces of Service in com.rapidtransform.core.search
 interface SearchService
           
 

Uses of Service in com.rapidtransform.core.search.lucene
 

Classes in com.rapidtransform.core.search.lucene that implement Service
 class CompassSearchService
           
 

Uses of Service in com.rapidtransform.core.service
 

Subinterfaces of Service in com.rapidtransform.core.service
 interface CRUDService<Type>
          This service defines methods for creating, reading, updating and deleting generic objects.
 interface MetaCRUDService<Type extends Model>
           
 interface SecurityService
          provides convenience methods for security functionality, such as retrieving the currently logged in user.
 interface ValidValueService
           
 

Uses of Service in com.rapidtransform.core.service.impl
 

Classes in com.rapidtransform.core.service.impl that implement Service
 class CRUDServiceImpl<Type>
           
 class MetaCRUDServiceImpl<Type extends Model>
          Service abstraction for M1 classes that implement the Model interface - ie.
 class SecurityServiceAcegi
          Implementation of the SecurityService interface that is specific to the Acegi Security framework for Spring.
 class ValidValueServiceImpl
           
 

Uses of Service in com.rapidtransform.doc.service
 

Subinterfaces of Service in com.rapidtransform.doc.service
 interface DocumentService
           
 

Uses of Service in com.rapidtransform.doc.service.impl
 

Classes in com.rapidtransform.doc.service.impl that implement Service
 class DocumentServiceImpl
           
 

Uses of Service in com.rapidtransform.part.service
 

Subinterfaces of Service in com.rapidtransform.part.service
 interface ItemService
          This service provides methods for finding Items and Item subcomponents as well as CRUD services for these objects.
 

Uses of Service in com.rapidtransform.part.service.impl
 

Classes in com.rapidtransform.part.service.impl that implement Service
 class ItemServiceImpl
          This service implementation provides find and CRUD methods for Items, ItemVersions, ItemViews, and ItemInstances.
 

Uses of Service in com.rapidtransform.product.service
 

Subinterfaces of Service in com.rapidtransform.product.service
 interface ProductDesignService
           
 interface ProductService
           
 

Uses of Service in com.rapidtransform.product.service.impl
 

Classes in com.rapidtransform.product.service.impl that implement Service
 class ProductDesignServiceImpl
           
 class ProductServiceImpl
           
 

Uses of Service in com.rapidtransform.spec.service
 

Subinterfaces of Service in com.rapidtransform.spec.service
 interface SpecService
           
 

Uses of Service in com.rapidtransform.spec.service.impl
 

Classes in com.rapidtransform.spec.service.impl that implement Service
 class SpecServiceImpl