use of models.datatable.ScheculePoliciesDataTable in project coprhd-controller by CoprHD.
the class FileProtectionPolicies method list.
public static void list() {
ScheculePoliciesDataTable dataTable = new ScheculePoliciesDataTable();
render(dataTable);
}
Aggregations