Interface TeamSpaceUIService
- All Known Implementing Classes:
TeamSpaceUIServiceImpl
public interface TeamSpaceUIService
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoid<any>LoadableListStore<ListLoadConfig, TeamSpaceDto, <any>> TeamSpaceRoleDtogetRole(TeamSpaceDto teamSpace) <any>LoadableListStore<ListLoadConfig, TeamSpaceDto, <any>> voidgotoTeamSpace(TeamSpaceDto selectedItem) booleanbooleanbooleanisAdmin(TeamSpaceDto teamSpace) booleanTells if the current user is an adminbooleanisGuest(TeamSpaceDto teamSpace) booleanisManager(TeamSpaceDto teamSpace) booleanisUser(TeamSpaceDto teamSpace) voidnotifyOfAddition(TeamSpaceDto added) voidnotifyOfDeletion(TeamSpaceDto deleted) voidnotifyOfUpdate(TeamSpaceDto updated)
-
Method Details
-
isGlobalTsAdmin
boolean isGlobalTsAdmin()Tells if the current user is an admin -
hasTeamSpaceCreateRight
boolean hasTeamSpaceCreateRight() -
isAdmin
boolean isAdmin(TeamSpaceDto teamSpace) -
isManager
boolean isManager(TeamSpaceDto teamSpace) -
isUser
boolean isUser(TeamSpaceDto teamSpace) -
isGuest
boolean isGuest(TeamSpaceDto teamSpace) -
getRole
TeamSpaceRoleDto getRole(TeamSpaceDto teamSpace) -
getAllTeamSpacesStore
LoadableListStore<ListLoadConfig,TeamSpaceDto, getAllTeamSpacesStore()<any>> -
getTeamSpacesStore
LoadableListStore<ListLoadConfig,TeamSpaceDto, getTeamSpacesStore()<any>> -
getTeamSpacesLoader
<any> getTeamSpacesLoader() -
getAllTeamSpacesLoader
<any> getAllTeamSpacesLoader() -
hasTeamSpaceRemoveRight
boolean hasTeamSpaceRemoveRight() -
gotoTeamSpace
void gotoTeamSpace(TeamSpaceDto selectedItem) -
displayAddSpaceDialog
-
notifyOfDeletion
void notifyOfDeletion(TeamSpaceDto deleted) -
notifyOfAddition
void notifyOfAddition(TeamSpaceDto added) -
notifyOfUpdate
void notifyOfUpdate(TeamSpaceDto updated)
-