Interface MultiSiteUserSessionService
- All Known Implementing Classes:
DefaultMultiSiteUserSessionService
public interface MultiSiteUserSessionService
Provide the method to modify the multisite related attributes in the current session
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemote the multi site related attributes from current sessionvoidFetch the visible sites bases onSiteEmployeeGroupModelfor the current user, and set the site into current session
-
Method Details
-
setBaseSitesAttributeInSession
void setBaseSitesAttributeInSession()Fetch the visible sites bases onSiteEmployeeGroupModelfor the current user, and set the site into current session -
removeBaseSitesAttributeInSession
void removeBaseSitesAttributeInSession()Remote the multi site related attributes from current session
-