eu.etaxonomy.cdm.remote.controller
Class ClassificationListController

java.lang.Object
  extended by eu.etaxonomy.cdm.remote.controller.AbstractController<T,SERVICE>
      extended by eu.etaxonomy.cdm.remote.controller.AbstractListController<T,SERVICE>
          extended by eu.etaxonomy.cdm.remote.controller.BaseListController<T,SERVICE>
              extended by eu.etaxonomy.cdm.remote.controller.IdentifiableListController<Classification,IClassificationService>
                  extended by eu.etaxonomy.cdm.remote.controller.ClassificationListController

@Controller
@RequestMapping(value="/classification")
public class ClassificationListController
extends IdentifiableListController<Classification,IClassificationService>

Version:
1.0
Author:
n.hoffmann

Field Summary
protected static List<String> DEFAULT_INIT_STRATEGY
           
 
Fields inherited from class eu.etaxonomy.cdm.remote.controller.AbstractController
DEFAULT_PAGE_SIZE, initializationStrategy, service
 
Constructor Summary
ClassificationListController()
           
 
Method Summary
 void setService(IClassificationService service)
           
 
Methods inherited from class eu.etaxonomy.cdm.remote.controller.IdentifiableListController
doFindByTitle
 
Methods inherited from class eu.etaxonomy.cdm.remote.controller.BaseListController
doList, doPage, initBinder
 
Methods inherited from class eu.etaxonomy.cdm.remote.controller.AbstractController
requestPathAndQuery, setInitializationStrategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_INIT_STRATEGY

protected static final List<String> DEFAULT_INIT_STRATEGY
Constructor Detail

ClassificationListController

public ClassificationListController()
Method Detail

setService

@Autowired
public void setService(IClassificationService service)
Specified by:
setService in class AbstractController<Classification,IClassificationService>


Copyright © 2007-2013 EDIT. All Rights Reserved.