Uses of Interface
com.hack23.cia.model.api.application.configuration.PortalData

Packages that use PortalData
Package Description
com.hack23.cia.model.api.application.administration Provides... 
com.hack23.cia.model.api.application.configuration Provides... 
com.hack23.cia.model.api.application.factory   
com.hack23.cia.model.impl.application.administration Provides... 
com.hack23.cia.model.impl.application.configuration Provides... 
com.hack23.cia.service.api.configuration Provides... 
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.impl.ui.form.configuration Provides... 
com.hack23.cia.web.impl.ui.viewfactory.api.configuration Provides... 
 

Uses of PortalData in com.hack23.cia.model.api.application.administration
 

Methods in com.hack23.cia.model.api.application.administration that return PortalData
Modifier and Type Method and Description
 PortalData UserSessionData.getPortalData()
          Gets the portal data.
 

Uses of PortalData in com.hack23.cia.model.api.application.configuration
 

Methods in com.hack23.cia.model.api.application.configuration that return PortalData
Modifier and Type Method and Description
 PortalData AgencyData.findMatchingPortal(String serverHost)
          Find matching portal.
 PortalData AgencyData.getPortalById(Long id)
          Gets the portal by id.
 

Methods in com.hack23.cia.model.api.application.configuration that return types with arguments of type PortalData
Modifier and Type Method and Description
 List<PortalData> AgencyData.getPortalsData()
          Gets the portals data.
 

Methods in com.hack23.cia.model.api.application.configuration with parameters of type PortalData
Modifier and Type Method and Description
 void AgencyData.addPortalData(PortalData portal)
          Adds the portal data.
 void AgencyData.removePortalData(PortalData portal)
          Removes the portal data.
 

Uses of PortalData in com.hack23.cia.model.api.application.factory
 

Methods in com.hack23.cia.model.api.application.factory that return PortalData
Modifier and Type Method and Description
 PortalData ApplicationConfigurationModelFactory.createPortalData(AgencyData loadAgency)
          Creates a new ApplicationConfigurationModel object.
 

Methods in com.hack23.cia.model.api.application.factory that return types with arguments of type PortalData
Modifier and Type Method and Description
 Class<? extends PortalData> ApplicationConfigurationModelFactory.getPortalDataSpec()
          Gets the portal data spec.
 

Methods in com.hack23.cia.model.api.application.factory with parameters of type PortalData
Modifier and Type Method and Description
 UserSessionData ApplicationAdministrationModelFactory.createUserSessionData(UserData user, LanguageData language, PortalData portal, String sessionId, String clientHost, String serverHost, Date date, String userAgent)
          Creates a new ApplicationAdministrationModel object.
 

Uses of PortalData in com.hack23.cia.model.impl.application.administration
 

Methods in com.hack23.cia.model.impl.application.administration that return PortalData
Modifier and Type Method and Description
 PortalData UserSession.getPortalData()
           
 

Constructors in com.hack23.cia.model.impl.application.administration with parameters of type PortalData
Constructor and Description
UserSession(UserData user, LanguageData language, PortalData portal, String sessionId, String clientHost, String serverHost, Date createdAt, String userAgent)
          Instantiates a new user session.
 

Uses of PortalData in com.hack23.cia.model.impl.application.configuration
 

Classes in com.hack23.cia.model.impl.application.configuration that implement PortalData
Modifier and Type Class and Description
 class Portal
          The Class Portal.
 

Methods in com.hack23.cia.model.impl.application.configuration that return PortalData
Modifier and Type Method and Description
 PortalData Agency.findMatchingPortal(String headerHost)
           
 PortalData Agency.getPortalById(Long portalId)
           
 

Methods in com.hack23.cia.model.impl.application.configuration that return types with arguments of type PortalData
Modifier and Type Method and Description
 List<PortalData> Agency.getPortalsData()
           
 

Methods in com.hack23.cia.model.impl.application.configuration with parameters of type PortalData
Modifier and Type Method and Description
 void Agency.addPortalData(PortalData portal)
           
 void Agency.removePortalData(PortalData deletePortal)
           
 

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

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

Constructors in com.hack23.cia.service.api.configuration with parameters of type PortalData
Constructor and Description
PortalResponse(UserSessionDto userSessionDTO, AgencyData agency, PortalData portal2)
          Instantiates a new portal response.
 

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

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

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

Methods in com.hack23.cia.service.api.dto.impl.factory with parameters of type PortalData
Modifier and Type Method and Description
 PortalDto ApplicationDtoFactoryImpl.createPortalDto(PortalData portal)
           
 

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

Methods in com.hack23.cia.service.impl.configuration that return PortalData
Modifier and Type Method and Description
 PortalData ConfigurationService.updatePortal(PortalDto portalDto)
          Update portal.
 PortalData ConfigurationServiceImpl.updatePortal(PortalDto portal)
           
 

Uses of PortalData in com.hack23.cia.web.impl.ui.form.configuration
 

Constructors in com.hack23.cia.web.impl.ui.form.configuration with parameters of type PortalData
Constructor and Description
PortalForm(UserSessionDto userSessionDTO, PortalData portal)
          Instantiates a new portal form.
 

Uses of PortalData in com.hack23.cia.web.impl.ui.viewfactory.api.configuration
 

Methods in com.hack23.cia.web.impl.ui.viewfactory.api.configuration that return PortalData
Modifier and Type Method and Description
 PortalData PortalModelAndView.getPortal()
          Gets the portal.
 

Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.configuration with parameters of type PortalData
Constructor and Description
PortalModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, PortalModelAndView.PortalViewSpecification portalViewSpecification, AgencyData agency, PortalData portalData)
          Instantiates a new portal model and view.
 



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