Uses of Class
de.rpgframework.genericrpg.data.DataSet
Packages that use DataSet
Package
Description
-
Uses of DataSet in de.rpgframework.genericrpg
Methods in de.rpgframework.genericrpg with parameters of type DataSetModifier and TypeMethodDescriptionstatic booleanLicenseManager.hasLicense(DataSet set, Locale loc) -
Uses of DataSet in de.rpgframework.genericrpg.chargen
Methods in de.rpgframework.genericrpg.chargen that return types with arguments of type DataSetModifier and TypeMethodDescriptionDataSetController.getAvailable()DataSetControllerImpl.getAvailable()DataSetController.getSelected()DataSetControllerImpl.getSelected()Methods in de.rpgframework.genericrpg.chargen with parameters of type DataSetModifier and TypeMethodDescription -
Uses of DataSet in de.rpgframework.genericrpg.data
Fields in de.rpgframework.genericrpg.data with type parameters of type DataSetMethods in de.rpgframework.genericrpg.data that return DataSetModifier and TypeMethodDescriptionDataErrorException.getDataset()DataItem.getFirstParent(Locale locale) CustomDataSetHandle.getName()PageReference.getProduct()Methods in de.rpgframework.genericrpg.data that return types with arguments of type DataSetMethods in de.rpgframework.genericrpg.data with parameters of type DataSetModifier and TypeMethodDescriptionvoidDataItem.assignToDataSet(DataSet set) GenericCore.loadDataItems(Class<? extends List<E>> cls, Class<E> itemCls, DataSet plugin, InputStream in) GenericCore.loadDataItems(Class<? extends List<E>> cls, Class<E> itemCls, DataSet plugin, Class<?> clazz, String resourceName) static voidGenericCore.removeDataSet(DataSet set) voidDataErrorException.setDataset(DataSet dataset) Method parameters in de.rpgframework.genericrpg.data with type arguments of type DataSetConstructors in de.rpgframework.genericrpg.data with parameters of type DataSetModifierConstructorDescriptionCustomDataSetHandle(DataSet set, List<CustomDataSetHandle.DataSetEntry<?>> orderedFileKeys) DataErrorException(DataItem item, DataSet plugin, Exception e) PageReference(DataSet product, int page, String lang)