Class AnnotationTypeItemTypesLoader
java.lang.Object
net.sf.basedb.clients.web.plugins.AnnotationTypeItemTypesLoader
- All Implemented Interfaces:
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.
See
AnnotationType.getEnabledItems()
- Since:
- 3.8
- Author:
- Nicklas
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData
(DbControl dc, ExportedProperty exportedProperty, AnnotationType item) Get the value for the specified property.
-
Constructor Details
-
AnnotationTypeItemTypesLoader
public AnnotationTypeItemTypesLoader()
-
-
Method Details
-
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.
-