|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
com.hack23.cia.model.api.application.configuration | Provides... |
com.hack23.cia.model.api.application.factory | |
com.hack23.cia.model.impl.application.configuration | Provides... |
com.hack23.cia.service.api.configuration | Provides... |
com.hack23.cia.service.api.control | Provides... |
com.hack23.cia.service.api.dto.api.factory | |
com.hack23.cia.service.api.dto.impl.factory | |
com.hack23.cia.service.impl.common | Common service implementations. |
com.hack23.cia.service.impl.configuration | Provides... |
com.hack23.cia.web.impl.ui.form.configuration | Provides... |
com.hack23.cia.web.impl.ui.viewfactory.api.application | Application viewfactory api, contains application ModelAndView implementations. |
com.hack23.cia.web.impl.ui.viewfactory.api.configuration | Provides... |
Uses of AgencyData in com.hack23.cia.model.api.application.configuration |
---|
Modifier and Type | Method and Description |
---|---|
AgencyData |
PortalData.getAgencyData()
Gets the agency data. |
Uses of AgencyData in com.hack23.cia.model.api.application.factory |
---|
Modifier and Type | Method and Description |
---|---|
AgencyData |
ApplicationConfigurationModelFactory.createAgencyData()
Creates a new ApplicationConfigurationModel object. |
Modifier and Type | Method and Description |
---|---|
Class<? extends AgencyData> |
ApplicationConfigurationModelFactory.getAgencyDataSpec()
Gets the agency data spec. |
Modifier and Type | Method and Description |
---|---|
PortalData |
ApplicationConfigurationModelFactory.createPortalData(AgencyData loadAgency)
Creates a new ApplicationConfigurationModel object. |
Uses of AgencyData in com.hack23.cia.model.impl.application.configuration |
---|
Modifier and Type | Class and Description |
---|---|
class |
Agency
The Class Agency. |
Modifier and Type | Method and Description |
---|---|
AgencyData |
Portal.getAgencyData()
|
Uses of AgencyData in com.hack23.cia.service.api.configuration |
---|
Modifier and Type | Method and Description |
---|---|
AgencyData |
LanguageContentResponse.getAgency()
Gets the agency. |
AgencyData |
LanguageResponse.getAgency()
Gets the agency. |
Constructor and Description |
---|
AgencyResponse(UserSessionDto userSessionDTO,
AgencyData agency)
Instantiates a new agency response. |
LanguageContentResponse(UserSessionDto userSessionDTO,
AgencyData agency,
LanguageContentDto languageContentDto)
Instantiates a new language content response. |
LanguageContentResponse(UserSessionDto userSessionDTO,
AgencyData agency,
LanguageDto languageDto)
Instantiates a new language content response. |
LanguageResponse(UserSessionDto userSessionDTO,
AgencyData agency)
Instantiates a new language response. |
LanguageResponse(UserSessionDto userSessionDTO,
AgencyData agency,
LanguageContentDto languageContent)
Instantiates a new language response. |
LanguageResponse(UserSessionDto userSessionDTO,
AgencyData agency,
LanguageDto language)
Instantiates a new language response. |
PortalResponse(UserSessionDto userSessionDTO,
AgencyData agency)
Instantiates a new portal response. |
PortalResponse(UserSessionDto userSessionDTO,
AgencyData agency,
PortalData portal2)
Instantiates a new portal response. |
Uses of AgencyData in com.hack23.cia.service.api.control |
---|
Modifier and Type | Method and Description |
---|---|
AgencyData |
ApplicationResponse.getAgency()
Gets the agency. |
Constructor and Description |
---|
ApplicationResponse(UserSessionDto userSessionDTO,
AgencyData agencyData,
List<CommitteeReportData> lastDecidedCommiteeReports,
List<PoliticalPartyData> politicalParties)
Instantiates a new application response. |
Uses of AgencyData in com.hack23.cia.service.api.dto.api.factory |
---|
Modifier and Type | Method and Description |
---|---|
AgencyDto |
ApplicationDtoFactory.createAgencyDto(AgencyData agencyData)
Creates a new ApplicationDto object. |
Uses of AgencyData in com.hack23.cia.service.api.dto.impl.factory |
---|
Modifier and Type | Method and Description |
---|---|
AgencyDto |
ApplicationDtoFactoryImpl.createAgencyDto(AgencyData agencyData)
|
Uses of AgencyData in com.hack23.cia.service.impl.common |
---|
Modifier and Type | Method and Description |
---|---|
UserSessionData |
UserSessionServiceImpl.createUserSession(AgencyData agency,
String sessionId,
String clientHost,
String serverHost,
String acceptLanguageKeys,
String userAgent)
|
UserSessionData |
UserSessionService.createUserSession(AgencyData agency,
String sessionId,
String headerHost,
String serverHost,
String acceptLanguageKeys,
String userAgent)
Creates the user session. |
Uses of AgencyData in com.hack23.cia.service.impl.configuration |
---|
Modifier and Type | Method and Description |
---|---|
AgencyData |
ConfigurationService.addAgencyLanguageContent(AgencyData agency,
LanguageData language,
String key,
String content)
Adds the agency language content. |
AgencyData |
ConfigurationServiceImpl.addAgencyLanguageContent(AgencyData agency,
LanguageData language,
String key,
String content)
|
AgencyData |
ConfigurationService.addLanguage(AgencyData agency)
Adds the language. |
AgencyData |
ConfigurationServiceImpl.addLanguage(AgencyData agency)
|
AgencyData |
ConfigurationService.addPortal(AgencyData agency)
Adds the portal. |
AgencyData |
ConfigurationServiceImpl.addPortal(AgencyData agency)
|
AgencyData |
ConfigurationService.deleteLanguage(AgencyDto agencyDto,
LanguageDto languageDto)
Delete language. |
AgencyData |
ConfigurationServiceImpl.deleteLanguage(AgencyDto agency,
LanguageDto language)
|
AgencyData |
ConfigurationService.deleteLanguageContent(AgencyDto agencyDto,
LanguageContentDto languageContentDto)
Delete language content. |
AgencyData |
ConfigurationServiceImpl.deleteLanguageContent(AgencyDto agency,
LanguageContentDto languageContent)
|
AgencyData |
ConfigurationService.deletePortal(PortalDto portalDto)
Delete portal. |
AgencyData |
ConfigurationServiceImpl.deletePortal(PortalDto portal)
|
AgencyData |
ConfigurationService.loadAgency()
Load agency. |
AgencyData |
ConfigurationServiceImpl.loadAgency()
|
AgencyData |
ConfigurationService.loadAgency(Long agencyId)
Load agency. |
AgencyData |
ConfigurationServiceImpl.loadAgency(Long agencyId)
|
AgencyData |
ConfigurationService.updateAgency(AgencyDto agencyDto)
Update agency. |
AgencyData |
ConfigurationServiceImpl.updateAgency(AgencyDto agency)
|
AgencyData |
ConfigurationService.updateLanguage(AgencyDto agencyDto,
LanguageDto languageDto)
Update language. |
AgencyData |
ConfigurationServiceImpl.updateLanguage(AgencyDto agency,
LanguageDto language)
|
AgencyData |
ConfigurationService.updateLanguageContent(AgencyDto agencyDto,
LanguageContentDto languageContentDto)
Update language content. |
AgencyData |
ConfigurationServiceImpl.updateLanguageContent(AgencyDto agency,
LanguageContentDto languageContent)
|
Modifier and Type | Method and Description |
---|---|
AgencyData |
ConfigurationService.addAgencyLanguageContent(AgencyData agency,
LanguageData language,
String key,
String content)
Adds the agency language content. |
AgencyData |
ConfigurationServiceImpl.addAgencyLanguageContent(AgencyData agency,
LanguageData language,
String key,
String content)
|
AgencyData |
ConfigurationService.addLanguage(AgencyData agency)
Adds the language. |
AgencyData |
ConfigurationServiceImpl.addLanguage(AgencyData agency)
|
LanguageContentData |
ConfigurationService.addLanguageContent(AgencyData agency,
LanguageData language)
Adds the language content. |
LanguageContentData |
ConfigurationServiceImpl.addLanguageContent(AgencyData agency,
LanguageData language)
|
AgencyData |
ConfigurationService.addPortal(AgencyData agency)
Adds the portal. |
AgencyData |
ConfigurationServiceImpl.addPortal(AgencyData agency)
|
Uses of AgencyData in com.hack23.cia.web.impl.ui.form.configuration |
---|
Constructor and Description |
---|
AgencyForm(UserSessionDto userSessionDTO,
AgencyData agency)
Instantiates a new agency form. |
Uses of AgencyData in com.hack23.cia.web.impl.ui.viewfactory.api.application |
---|
Modifier and Type | Method and Description |
---|---|
AgencyData |
ApplicationModelAndView.getAgency()
Gets the agency. |
Constructor and Description |
---|
ApplicationModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
ApplicationModelAndView.ApplicationViewSpecification applicationViewSpecification,
AgencyData agencyData,
List<CommitteeReportData> list,
List<PoliticalPartyData> list2)
Instantiates a new application model and view. |
Uses of AgencyData in com.hack23.cia.web.impl.ui.viewfactory.api.configuration |
---|
Constructor and Description |
---|
AgencyModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
AgencyModelAndView.AgencyViewSpecification agencyViewSpecification,
AgencyData agencyData)
Instantiates a new agency model and view. |
LanguageAgencyModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
LanguageAgencyModelAndView.LanguageAgencyViewSpecification languageAgencyViewSpecification,
AgencyData agency,
LanguageDto languageDto)
Instantiates a new language agency model and view. |
LanguageContentModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
LanguageContentModelAndView.LanguageContentViewSpecification languageContentViewSpecification,
AgencyData agency,
LanguageContentDto languageContentDto)
Instantiates a new language content model and view. |
PortalModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
PortalModelAndView.PortalViewSpecification portalViewSpecification,
AgencyData agency,
PortalData portalData)
Instantiates a new portal model and view. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |