Uses of Class
org.cxbox.core.dto.data.view.ScreenResponsibility
-
Packages that use ScreenResponsibility Package Description org.cxbox.core.controller org.cxbox.core.dto org.cxbox.core.dto.data.view org.cxbox.core.service org.cxbox.core.service.impl -
-
Uses of ScreenResponsibility in org.cxbox.core.controller
Methods in org.cxbox.core.controller that return types with arguments of type ScreenResponsibility Modifier and Type Method Description List<ScreenResponsibility>ScreenController. getScreens()Should be called by authenticated user for a list of available screens -
Uses of ScreenResponsibility in org.cxbox.core.dto
Method parameters in org.cxbox.core.dto with type arguments of type ScreenResponsibility Modifier and Type Method Description LoggedUser.BuilderLoggedUser.Builder. screens(List<ScreenResponsibility> screens) -
Uses of ScreenResponsibility in org.cxbox.core.dto.data.view
Fields in org.cxbox.core.dto.data.view with type parameters of type ScreenResponsibility Modifier and Type Field Description static com.fasterxml.jackson.core.type.TypeReference<List<ScreenResponsibility>>ScreenResponsibility. LIST_TYPE_REFERENCE -
Uses of ScreenResponsibility in org.cxbox.core.service
Methods in org.cxbox.core.service that return types with arguments of type ScreenResponsibility Modifier and Type Method Description List<ScreenResponsibility>UIService. getCommonScreens()List<ScreenResponsibility>ScreenResponsibilityService. getScreens(User user, org.cxbox.api.data.dictionary.LOV userRole) -
Uses of ScreenResponsibility in org.cxbox.core.service.impl
Methods in org.cxbox.core.service.impl that return types with arguments of type ScreenResponsibility Modifier and Type Method Description List<ScreenResponsibility>UIServiceImpl. getCommonScreens()List<ScreenResponsibility>ScreenResponsibilityServiceImpl. getScreens(User user, org.cxbox.api.data.dictionary.LOV userRole)Get all available screens with respect of user role
-