public class FavEntries extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TABLE_NAME |
Constructor and Description |
---|
FavEntries() |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
String |
getDataType() |
static FavEntries |
GetFavoriteEntries(String dataType,
String id,
XDATUser user) |
static XFTTable |
GetFavoriteEntries(String dataType,
XDATUser user) |
String |
getId() |
XDATUser |
getUser() |
Integer |
getXdat_user_id() |
void |
save() |
void |
setDataType(String dataType) |
void |
setId(String id) |
void |
setUser(XDATUser user) |
void |
setXdat_user_id(Integer xdat_user_id) |
static void |
VerifyTableExistence(XDATUser user) |
public static final String TABLE_NAME
public String getDataType()
public void setDataType(String dataType)
public String getId()
public void setId(String id)
public XDATUser getUser()
public void setUser(XDATUser user)
public Integer getXdat_user_id()
public void setXdat_user_id(Integer xdat_user_id)
public void save() throws SQLException, Exception
SQLException
Exception
public void delete() throws SQLException, Exception
SQLException
Exception
public static XFTTable GetFavoriteEntries(String dataType, XDATUser user) throws DBPoolException, SQLException
DBPoolException
SQLException
public static FavEntries GetFavoriteEntries(String dataType, String id, XDATUser user) throws DBPoolException, SQLException
DBPoolException
SQLException
public static void VerifyTableExistence(XDATUser user)
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.