Package | Description |
---|---|
br.org.scadabr.vo.usersProfiles | |
com.serotonin.mango.db.dao | |
com.serotonin.mango.vo | |
com.serotonin.mango.vo.permission | |
com.serotonin.mango.web.dwr |
Modifier and Type | Field and Description |
---|---|
private java.util.List<WatchList> |
UsersProfileVO.watchlists |
Modifier and Type | Method and Description |
---|---|
java.util.List<WatchList> |
UsersProfileVO.retrieveWatchlists() |
Modifier and Type | Method and Description |
---|---|
void |
UsersProfileVO.defineWatchlists(java.util.List<WatchList> watchlists) |
Modifier and Type | Method and Description |
---|---|
WatchList |
WatchListDao.createNewWatchList(WatchList watchList,
int userId) |
WatchList |
WatchListDao.getWatchList(int watchListId) |
WatchList |
WatchListDao.getWatchList(java.lang.String xid)
Note: this method only returns basic watchlist information.
|
WatchList |
WatchListDao.WatchListRowMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
java.util.List<WatchList> |
WatchListDao.getWatchLists()
Note: this method only returns basic watchlist information.
|
java.util.List<WatchList> |
WatchListDao.getWatchLists(int userId,
int userProfile)
Note: this method only returns basic watchlist information.
|
Modifier and Type | Method and Description |
---|---|
WatchList |
WatchListDao.createNewWatchList(WatchList watchList,
int userId) |
void |
WatchListDao.populateWatchlistData(WatchList watchList) |
void |
WatchListDao.saveWatchList(WatchList watchList) |
(package private) void |
WatchListDao.saveWatchListUsers(WatchList watchList) |
private void |
WatchListDao.setWatchListUsers(WatchList watchList) |
Modifier and Type | Method and Description |
---|---|
void |
WatchListDao.populateWatchlistData(java.util.List<WatchList> watchLists) |
Modifier and Type | Field and Description |
---|---|
private WatchList |
User.watchList |
Modifier and Type | Method and Description |
---|---|
WatchList |
User.getWatchList() |
Modifier and Type | Method and Description |
---|---|
void |
User.setWatchList(WatchList watchList) |
Modifier and Type | Method and Description |
---|---|
static void |
Permissions.ensureWatchListEditPermission(User user,
WatchList watchList) |
static void |
Permissions.ensureWatchListPermission(User user,
WatchList watchList) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<WatchListState> |
WatchListDwr.getPointDataImpl(WatchList watchList) |
private java.util.Map<java.lang.String,java.lang.Object> |
WatchListDwr.getWatchListData(User user,
WatchList watchList) |
private void |
WatchListDwr.prepareWatchList(WatchList watchList,
User user) |