Uses of Class
org.bardframework.crud.api.datatable.DataTableCachedStructure
-
Packages that use DataTableCachedStructure Package Description org.bardframework.crud.api.datatable -
-
Uses of DataTableCachedStructure in org.bardframework.crud.api.datatable
Methods in org.bardframework.crud.api.datatable that return types with arguments of type DataTableCachedStructure Modifier and Type Method Description List<DataTableCachedStructure>DataTableCacheService. getStructures(String userId)Method parameters in org.bardframework.crud.api.datatable with type arguments of type DataTableCachedStructure Modifier and Type Method Description voidDataTableCacheService. setStructures(String userId, Collection<DataTableCachedStructure> cachedStructures)
-