Class AnnotationTypeItemTypesLoader
- java.lang.Object
-
- net.sf.basedb.clients.web.plugins.AnnotationTypeItemTypesLoader
-
- All Implemented Interfaces:
DataLoader<AnnotationType>
public class AnnotationTypeItemTypesLoader extends Object implements DataLoader<AnnotationType>
Data loader implementation for loading the item types collection of an annotation type. It return the item types as a set of Item:s. SeeAnnotationType.getEnabledItems()
- Since:
- 3.8
- Author:
- Nicklas
-
-
Constructor Summary
Constructors Constructor Description AnnotationTypeItemTypesLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getData(DbControl dc, ExportedProperty exportedProperty, AnnotationType item)
Get the value for the specified property.
-
-
-
Method Detail
-
getData
public Object getData(DbControl dc, ExportedProperty exportedProperty, AnnotationType item) throws Exception
Description copied from interface:DataLoader
Get the value for the specified property.- Specified by:
getData
in interfaceDataLoader<AnnotationType>
exportedProperty
- The property to get the value foritem
- The item that holds the value- Throws:
Exception
- If failing to get the data.
-
-