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

Packages that use PortalData
com.hack23.cia.model.api.application Application interfaces for objects in the model. 
com.hack23.cia.model.api.dto.application Data transfer objects, created in service layer used in web layer. 
com.hack23.cia.model.impl.application.common Common application entity model. 
com.hack23.cia.model.impl.dto.application   
com.hack23.cia.service.impl.admin Admin service implementations. 
com.hack23.cia.web.impl.ui.form.admin.configuration Admin Forms for objects in the model. 
com.hack23.cia.web.impl.ui.navigationview.admin.configuration Admin navigation views. 
 

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

Methods in com.hack23.cia.model.api.application that return PortalData
 PortalData AgencyData.findMatchingPortal(String serverHost)
          Find matching portal.
 PortalData AgencyData.getPortalById(Long id)
          Gets the portal by id.
 PortalData UserSessionData.getPortalData()
          Gets the portal data.
 

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

Methods in com.hack23.cia.model.api.application with parameters of type PortalData
 void AgencyData.addPortalData(PortalData portal)
          Adds the portal data.
 void AgencyData.removePortalData(PortalData deletePortal)
          Removes the portal data.
 

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

Methods in com.hack23.cia.model.api.dto.application that return PortalData
 PortalData ApplicationModelFactory.createPortalData(AgencyData loadAgency)
          Creates a new ApplicationModel object.
 

Methods in com.hack23.cia.model.api.dto.application that return types with arguments of type PortalData
 Class<? extends PortalData> ApplicationModelFactory.getPortalDataSpec()
          Gets the portal data spec.
 

Methods in com.hack23.cia.model.api.dto.application with parameters of type PortalData
 PortalDto ApplicationModelFactory.createPortalDto(PortalData portal)
          Creates a new ApplicationModel object.
 UserSessionData ApplicationModelFactory.createUserSessionData(UserData user, LanguageData language, PortalData portal, String sessionId, String clientHost, String serverHost, Date date, String userAgent)
          Creates a new ApplicationModel object.
 

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

Classes in com.hack23.cia.model.impl.application.common that implement PortalData
 class Portal
          The Class Portal.
 

Methods in com.hack23.cia.model.impl.application.common that return PortalData
 PortalData Agency.findMatchingPortal(String headerHost)
           
 PortalData Agency.getPortalById(Long portalId)
           
 PortalData UserSession.getPortalData()
           
 

Methods in com.hack23.cia.model.impl.application.common that return types with arguments of type PortalData
 List<PortalData> Agency.getPortalsData()
           
 

Methods in com.hack23.cia.model.impl.application.common with parameters of type PortalData
 void Agency.addPortalData(PortalData portal)
           
 void Agency.removePortalData(PortalData deletePortal)
           
 

Constructors in com.hack23.cia.model.impl.application.common with parameters of type PortalData
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.dto.application
 

Methods in com.hack23.cia.model.impl.dto.application that return PortalData
 PortalData ApplicationModelFactoryImpl.createPortalData(AgencyData loadAgency)
           
 

Methods in com.hack23.cia.model.impl.dto.application that return types with arguments of type PortalData
 Class<? extends PortalData> ApplicationModelFactoryImpl.getPortalDataSpec()
           
 

Methods in com.hack23.cia.model.impl.dto.application with parameters of type PortalData
 PortalDto ApplicationModelFactoryImpl.createPortalDto(PortalData portal)
           
 UserSessionData ApplicationModelFactoryImpl.createUserSessionData(UserData user, LanguageData language, PortalData portal, String sessionId, String clientHost, String serverHost, Date date, String userAgent)
           
 

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

Methods in com.hack23.cia.service.impl.admin that return PortalData
 PortalData AdminServiceImpl.updatePortal(PortalDto portal)
           
 PortalData AdminService.updatePortal(PortalDto portalDto)
          Update portal.
 

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

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

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

Methods in com.hack23.cia.web.impl.ui.navigationview.admin.configuration that return types with arguments of type PortalData
protected  GenericUserInterfaceLoaderService<PortalData> AbstractAdminConfigurationNavigationView.getPortalLoaderService()
          Gets the portal loader service.
 



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