Class SetRepositoryHelper
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.data.internal.SetRepositoryHelper
-
public class SetRepositoryHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description SetRepositoryHelper(SetRepository setRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexists(XOAIContext context, String set)ListSetsResultgetSets(XOAIContext context, int offset, int length)booleansupportSets()
-
-
-
Constructor Detail
-
SetRepositoryHelper
public SetRepositoryHelper(SetRepository setRepository)
-
-
Method Detail
-
getSets
public ListSetsResult getSets(XOAIContext context, int offset, int length)
-
exists
public boolean exists(XOAIContext context, String set)
-
supportSets
public boolean supportSets()
-
-