public class MaterializedView extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CACHING_HANDLER |
static String |
DEFAULT_MATERIALIZED_VIEW_SERVICE |
static String |
DEFAULT_MATERIALIZED_VIEW_SERVICE_CODE |
Constructor and Description |
---|
MaterializedView() |
Modifier and Type | Method and Description |
---|---|
static Long |
createView(String tablename,
String query,
XDATUser user,
String code) |
static MaterializedViewI |
createView(UserI user,
String code) |
static void |
delete(MaterializedViewI viewI) |
static void |
deleteByUser(UserI user) |
static MaterializedViewI |
getViewBySearchID(String search_id,
UserI user,
String code) |
static MaterializedViewServiceI |
getViewManagementService(String code) |
static MaterializedViewI |
retrieveView(String tablename,
UserI user) |
static XFTTable |
retrieveView(String tablename,
UserI user,
int offset,
int rowsPerPage) |
static void |
save(MaterializedViewI viewI,
String code) |
public static final String CACHING_HANDLER
public static final String DEFAULT_MATERIALIZED_VIEW_SERVICE
public static final String DEFAULT_MATERIALIZED_VIEW_SERVICE_CODE
public static MaterializedViewServiceI getViewManagementService(String code)
public static MaterializedViewI createView(UserI user, String code) throws Exception
Exception
public static Long createView(String tablename, String query, XDATUser user, String code) throws Exception
Exception
public static void save(MaterializedViewI viewI, String code) throws Exception
Exception
public static void delete(MaterializedViewI viewI) throws Exception
Exception
public static XFTTable retrieveView(String tablename, UserI user, int offset, int rowsPerPage) throws Exception
Exception
public static MaterializedViewI retrieveView(String tablename, UserI user) throws Exception
Exception
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.