public class TrackerServiceImpl extends AbstractAgrosystService implements TrackerService
| Modifier and Type | Field and Description |
|---|---|
protected BusinessAuthorizationService |
businessAuthorizationService |
protected TrackedEventTopiaDao |
eventsDao |
protected AgrosystUserTopiaDao |
usersDao |
context__PARANAMER_DATA| Constructor and Description |
|---|
TrackerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
create(TrackedEventType type,
List<String> args) |
protected AgrosystUser |
getCurrentUser() |
ResultList<TrackedEvent> |
list(TrackedEventFilter filter) |
void |
roleAdded(UserRole role) |
void |
roleRemoved(UserRole role) |
protected List<String> |
roleToArgs(UserRole role) |
void |
setBusinessAuthorizationService(BusinessAuthorizationService businessAuthorizationService) |
void |
setEventsDao(TrackedEventTopiaDao eventsDao) |
void |
setUsersDao(AgrosystUserTopiaDao usersDao) |
void |
userActivation(AgrosystUser user,
boolean active) |
void |
userCreated(AgrosystUser user) |
void |
userModified(AgrosystUser user,
boolean passwordChange) |
easyBind, easyBind, easyBindNoDelete, finalize, getConfig, getContext, getPersistenceContext, getSecurityContext, getSecurityContextAsUser, getTransaction, newInstance, setContextprotected BusinessAuthorizationService businessAuthorizationService
protected AgrosystUserTopiaDao usersDao
protected TrackedEventTopiaDao eventsDao
public void setBusinessAuthorizationService(BusinessAuthorizationService businessAuthorizationService)
public void setUsersDao(AgrosystUserTopiaDao usersDao)
public void setEventsDao(TrackedEventTopiaDao eventsDao)
public ResultList<TrackedEvent> list(TrackedEventFilter filter)
list in interface TrackerServiceprotected AgrosystUser getCurrentUser()
protected void create(TrackedEventType type, List<String> args)
public void userCreated(AgrosystUser user)
public void userModified(AgrosystUser user, boolean passwordChange)
public void userActivation(AgrosystUser user, boolean active)
public void roleAdded(UserRole role)
public void roleRemoved(UserRole role)
Copyright © 2013–2015 Inra. All rights reserved.