|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.cagrid.adapters.SortAdapter
public class SortAdapter
Constructor Summary | |
---|---|
SortAdapter(SortClient client)
|
Method Summary | ||
---|---|---|
|
getComparatorForSearchClass(java.lang.Class<T> arg0)
Gets the comparator for search class. |
|
java.lang.String |
getDescription()
Return a description of the extension. |
|
java.lang.String |
getName()
Return the name assigned to this service extension. |
|
java.lang.String |
getProvider()
Return an identifier for the extension provider. |
|
java.lang.String |
getVersion()
Return version information about the extension. |
|
boolean |
isSortValidForClass(java.lang.Class<?> arg0)
Checks if this sort is valid for the class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortAdapter(SortClient client) throws java.rmi.RemoteException
java.rmi.RemoteException
Method Detail |
---|
public java.lang.String getDescription()
Extendable
getDescription
in interface Extendable
public java.lang.String getName()
Extendable
getName
in interface Extendable
public java.lang.String getProvider()
Extendable
getProvider
in interface Extendable
public java.lang.String getVersion()
Extendable
getVersion
in interface Extendable
public <T> java.util.Comparator<T> getComparatorForSearchClass(java.lang.Class<T> arg0) throws LBParameterException
Sort
getComparatorForSearchClass
in interface Sort
arg0
- the search class
LBParameterException
- the LB parameter exceptionpublic boolean isSortValidForClass(java.lang.Class<?> arg0)
Sort
isSortValidForClass
in interface Sort
arg0
- the clazz
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |