Uses of Class
com.hack23.cia.model.api.dto.application.PortalDto

Packages that use PortalDto
com.hack23.cia.model.api.dto.application Data transfer objects, created in service layer used in web layer. 
com.hack23.cia.model.impl.dto.application Provides... 
com.hack23.cia.service.api.configuration Provides... 
com.hack23.cia.service.impl.configuration Provides... 
com.hack23.cia.web.api.configuration Provides... 
 

Uses of PortalDto in com.hack23.cia.model.api.dto.application
 

Methods in com.hack23.cia.model.api.dto.application that return PortalDto
 PortalDto ApplicationModelFactory.createPortalDto(PortalData portal)
          Creates a new ApplicationModel object.
 

Methods in com.hack23.cia.model.api.dto.application that return types with arguments of type PortalDto
 Set<PortalDto> AgencyDto.getPortals()
          Gets the portals.
 

Uses of PortalDto in com.hack23.cia.model.impl.dto.application
 

Methods in com.hack23.cia.model.impl.dto.application that return PortalDto
 PortalDto ApplicationModelFactoryImpl.createPortalDto(PortalData portal)
           
 

Uses of PortalDto in com.hack23.cia.service.api.configuration
 

Methods in com.hack23.cia.service.api.configuration that return PortalDto
 PortalDto PortalRequest.getPortal()
          Gets the portal.
 

Constructors in com.hack23.cia.service.api.configuration with parameters of type PortalDto
PortalRequest(Long userSessionId, PortalOperationType operation, PortalDto portalDto)
          Instantiates a new portal request.
 

Uses of PortalDto in com.hack23.cia.service.impl.configuration
 

Methods in com.hack23.cia.service.impl.configuration with parameters of type PortalDto
 AgencyData ConfigurationServiceImpl.deletePortal(PortalDto portal)
           
 AgencyData ConfigurationService.deletePortal(PortalDto portalDto)
          Delete portal.
 PortalData ConfigurationServiceImpl.updatePortal(PortalDto portal)
           
 PortalData ConfigurationService.updatePortal(PortalDto portalDto)
          Update portal.
 

Uses of PortalDto in com.hack23.cia.web.api.configuration
 

Methods in com.hack23.cia.web.api.configuration that return PortalDto
 PortalDto PortalAction.getPortal()
          Gets the portal.
 

Constructors in com.hack23.cia.web.api.configuration with parameters of type PortalDto
PortalAction(PortalOperationType operation, PortalDto portal)
          Instantiates a new portal action.
 



Copyright © 2008-2009 www.hack23.com. All Rights Reserved.