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. See AnnotationType.getEnabledItems()
Since:
3.8
Author:
Nicklas
  • Constructor Details

    • AnnotationTypeItemTypesLoader

      public AnnotationTypeItemTypesLoader()
  • Method Details