|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Modifier and Type | Method and Description |
---|---|
PortalData |
UserSessionData.getPortalData()
Gets the portal data. |
Uses of PortalData in com.hack23.cia.model.api.application.configuration |
---|
Modifier and Type | Method and Description |
---|---|
PortalData |
AgencyData.findMatchingPortal(String serverHost)
Find matching portal. |
PortalData |
AgencyData.getPortalById(Long id)
Gets the portal by id. |
Modifier and Type | Method and Description |
---|---|
List<PortalData> |
AgencyData.getPortalsData()
Gets the portals data. |
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 |
---|
Modifier and Type | Method and Description |
---|---|
PortalData |
ApplicationConfigurationModelFactory.createPortalData(AgencyData loadAgency)
Creates a new ApplicationConfigurationModel object. |
Modifier and Type | Method and Description |
---|---|
Class<? extends PortalData> |
ApplicationConfigurationModelFactory.getPortalDataSpec()
Gets the portal data spec. |
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 |
---|
Modifier and Type | Method and Description |
---|---|
PortalData |
UserSession.getPortalData()
|
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 |
---|
Modifier and Type | Class and Description |
---|---|
class |
Portal
The Class Portal. |
Modifier and Type | Method and Description |
---|---|
PortalData |
Agency.findMatchingPortal(String headerHost)
|
PortalData |
Agency.getPortalById(Long portalId)
|
Modifier and Type | Method and Description |
---|---|
List<PortalData> |
Agency.getPortalsData()
|
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 |
---|
Modifier and Type | Method and Description |
---|---|
PortalData |
PortalResponse.getPortal()
Gets the portal. |
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 |
---|
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 |
---|
Modifier and Type | Method and Description |
---|---|
PortalDto |
ApplicationDtoFactoryImpl.createPortalDto(PortalData portal)
|
Uses of PortalData in com.hack23.cia.service.impl.configuration |
---|
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 |
---|
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 |
---|
Modifier and Type | Method and Description |
---|---|
PortalData |
PortalModelAndView.getPortal()
Gets the portal. |
Constructor and Description |
---|
PortalModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
PortalModelAndView.PortalViewSpecification portalViewSpecification,
AgencyData agency,
PortalData portalData)
Instantiates a new portal model and view. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |