Uses of Interface
com.hack23.cia.model.api.dto.common.PortalDto

Packages that use PortalDto
Package Description
com.hack23.cia.service.api.configuration Provides... 
com.hack23.cia.service.api.dto.api.common   
com.hack23.cia.service.api.dto.api.factory   
com.hack23.cia.service.api.dto.impl.factory   
com.hack23.cia.service.impl.configuration Provides... 
com.hack23.cia.web.api.configuration Provides... 
 

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

Methods in com.hack23.cia.service.api.configuration that return PortalDto
Modifier and Type Method and Description
 PortalDto PortalRequest.getPortal()
          Gets the portal.
 

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

Uses of PortalDto in com.hack23.cia.service.api.dto.api.common
 

Classes in com.hack23.cia.service.api.dto.api.common that implement PortalDto
Modifier and Type Class and Description
 class PortalDtoImpl
          The Class PortalDtoImpl.
 

Uses of PortalDto in com.hack23.cia.service.api.dto.api.factory
 

Methods in com.hack23.cia.service.api.dto.api.factory that return PortalDto
Modifier and Type Method and Description
 PortalDto ApplicationDtoFactory.createPortalDto(PortalData portal)
          Creates a new ApplicationDto object.
 

Uses of PortalDto in com.hack23.cia.service.api.dto.impl.factory
 

Methods in com.hack23.cia.service.api.dto.impl.factory that return PortalDto
Modifier and Type Method and Description
 PortalDto ApplicationDtoFactoryImpl.createPortalDto(PortalData portal)
           
 

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

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

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

Methods in com.hack23.cia.web.api.configuration that return PortalDto
Modifier and Type Method and Description
 PortalDto PortalAction.getPortal()
          Gets the portal.
 

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



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