Uses of Class
org.cxbox.core.dto.data.view.ScreenDTO
-
Packages that use ScreenDTO Package Description org.cxbox.core.dto.data.view org.cxbox.core.service org.cxbox.core.service.impl -
-
Uses of ScreenDTO in org.cxbox.core.dto.data.view
Fields in org.cxbox.core.dto.data.view with type parameters of type ScreenDTO Modifier and Type Field Description static DtoField<ScreenDTO,BusinessObjectDTO>ScreenDTO_. bostatic DtoField<ScreenDTO,String>ScreenDTO_. namestatic DtoField<ScreenDTO,ScreenNavigation>ScreenDTO_. navigationstatic DtoField<ScreenDTO,String>ScreenDTO_. primariesstatic DtoField<ScreenDTO,String>ScreenDTO_. primarystatic DtoField<ScreenDTO,String>ScreenDTO_. titlestatic DtoField<ScreenDTO,List<ViewDTO>>ScreenDTO_. views -
Uses of ScreenDTO in org.cxbox.core.service
Methods in org.cxbox.core.service that return ScreenDTO Modifier and Type Method Description ScreenDTOViewService. getScreen(String name) -
Uses of ScreenDTO in org.cxbox.core.service.impl
Methods in org.cxbox.core.service.impl that return ScreenDTO Modifier and Type Method Description ScreenDTOViewServiceImpl. getScreen(String name)
-