org.springframework.roo.addon.finder
Class FinderOperationsImpl

java.lang.Object
  extended by org.springframework.roo.addon.finder.FinderOperationsImpl
All Implemented Interfaces:
FinderOperations

@Service
public class FinderOperationsImpl
extends Object
implements FinderOperations

Provides Finder addon operations.

Since:
1.0
Author:
Stefan Schmidt

Constructor Summary
FinderOperationsImpl()
           
 
Method Summary
 void installFinder(org.springframework.roo.model.JavaType typeName, org.springframework.roo.model.JavaSymbolName finderName)
           
 boolean isFinderCommandAvailable()
           
 SortedSet<String> listFindersFor(org.springframework.roo.model.JavaType typeName, Integer depth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinderOperationsImpl

public FinderOperationsImpl()
Method Detail

isFinderCommandAvailable

public boolean isFinderCommandAvailable()
Specified by:
isFinderCommandAvailable in interface FinderOperations

listFindersFor

public SortedSet<String> listFindersFor(org.springframework.roo.model.JavaType typeName,
                                        Integer depth)
Specified by:
listFindersFor in interface FinderOperations

installFinder

public void installFinder(org.springframework.roo.model.JavaType typeName,
                          org.springframework.roo.model.JavaSymbolName finderName)
Specified by:
installFinder in interface FinderOperations


Copyright © 2009-2010 VMware, Inc. All Rights Reserved.