Package | Description |
---|---|
br.org.scadabr.db.dao | |
br.org.scadabr.vo.importer | |
br.org.scadabr.vo.userCache | |
br.org.scadabr.web.dwr | |
com.serotonin.mango.vo |
Modifier and Type | Field and Description |
---|---|
private static java.util.List<UsersProfileVO> |
UsersProfileDao.currentProfileList |
Modifier and Type | Method and Description |
---|---|
UsersProfileVO |
UsersProfileDao.getUserProfileById(int id) |
UsersProfileVO |
UsersProfileDao.getUserProfileByName(java.lang.String name) |
UsersProfileVO |
UsersProfileDao.getUserProfileByUserId(int userid) |
UsersProfileVO |
UsersProfileDao.getUserProfileByXid(java.lang.String xid) |
UsersProfileVO |
UsersProfileDao.UsersProfilesRowMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
java.util.List<UsersProfileVO> |
UsersProfileDao.getUsersProfiles() |
Modifier and Type | Method and Description |
---|---|
private void |
UsersProfileDao.insertProfile(UsersProfileVO profile) |
private void |
UsersProfileDao.populateDatapoints(UsersProfileVO profile) |
private void |
UsersProfileDao.populateDataSources(UsersProfileVO profile) |
private void |
UsersProfileDao.populateUserProfilePermissions(UsersProfileVO profile) |
private void |
UsersProfileDao.populateUsers(UsersProfileVO profile) |
private void |
UsersProfileDao.populateViews(UsersProfileVO profile) |
private void |
UsersProfileDao.populateWatchlists(UsersProfileVO profile) |
private boolean |
UsersProfileDao.profileExistsWithThatName(UsersProfileVO profile) |
private void |
UsersProfileDao.saveRelationalData(UsersProfileVO usersProfile) |
void |
UsersProfileDao.saveUsersProfile(UsersProfileVO profile) |
void |
UsersProfileDao.saveUsersProfileWithoutNameConstraint(UsersProfileVO profile) |
private void |
UsersProfileDao.updateProfile(UsersProfileVO profile) |
void |
UsersProfileDao.updateUsersProfile(UsersProfileVO profile) |
Modifier and Type | Method and Description |
---|---|
private void |
UsersProfileDao.populateUserProfilePermissions(java.util.List<UsersProfileVO> profiles) |
Modifier and Type | Method and Description |
---|---|
private void |
UsersProfileImporter.copyDatapointPermissions(User user,
UsersProfileVO profile) |
private void |
UsersProfileImporter.copyDatasourcePermissions(User user,
UsersProfileVO profile) |
private void |
UsersProfileImporter.copyUsersOldAdditionalPermissions(User user,
UsersProfileVO profile) |
private void |
UsersProfileImporter.copyViewPermissions(User user,
UsersProfileVO profile) |
private void |
UsersProfileImporter.copyWatchlistPermissions(User user,
UsersProfileVO profile) |
private void |
UsersProfileImporter.createOrUpdateProfile(UsersProfileVO profile) |
private void |
UsersProfileImporter.restoreOldDatapointPermissions(UsersProfileVO profile,
User user) |
private void |
UsersProfileImporter.restoreOldDatasourcePermissions(UsersProfileVO profile,
User user) |
private void |
UsersProfileImporter.restoreOldViewPermissions(UsersProfileVO profile) |
private void |
UsersProfileImporter.restoreOldWatchlistPermissions(UsersProfileVO profile) |
private void |
UsersProfileImporter.restoreUsersOldAdditionalPermissions(User user,
UsersProfileVO profile) |
Modifier and Type | Method and Description |
---|---|
void |
UserCache.saveProfile(UsersProfileVO profile) |
Modifier and Type | Method and Description |
---|---|
UsersProfileVO |
UsersProfilesDwr.getUserProfile(int id) |
Modifier and Type | Method and Description |
---|---|
void |
User.setUserProfile(UsersProfileVO profile) |