Package org.cxbox.core.service
Interface ResponsibilitiesService
-
- All Known Implementing Classes:
ResponsibilitiesServiceImpl
public interface ResponsibilitiesServiceService that defines access rights to screens and views
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Map<String,Boolean>getListRespByUser(User user, org.cxbox.api.data.dictionary.LOV userRole)StringgetListScreensByUser(User user, org.cxbox.api.data.dictionary.LOV userRole)Set<String>getViewResponsibilities(Department department)Deprecated.
-
-
-
Method Detail
-
getListRespByUser
Map<String,Boolean> getListRespByUser(User user, org.cxbox.api.data.dictionary.LOV userRole)
-
getListScreensByUser
String getListScreensByUser(User user, org.cxbox.api.data.dictionary.LOV userRole)
-
getViewResponsibilities
@Deprecated Set<String> getViewResponsibilities(Department department)
Deprecated.
-
-