Uses of Class
com.hack23.cia.model.api.dto.application.LanguageDto

Packages that use LanguageDto
com.hack23.cia.model.api.dto.application Data transfer objects, created in service layer used in web layer. 
com.hack23.cia.model.impl.dto.application Provides... 
com.hack23.cia.service.api.configuration Provides... 
com.hack23.cia.service.impl.configuration Provides... 
com.hack23.cia.web.api.content Provides... 
com.hack23.cia.web.impl.ui.viewfactory.api.configuration Provides... 
 

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

Methods in com.hack23.cia.model.api.dto.application that return LanguageDto
 LanguageDto ApplicationModelFactory.createLanguageDto(LanguageData language)
          Creates a new ApplicationModel object.
 LanguageDto LanguageContentDto.getLanguageDto()
          Gets the language dto.
 

Methods in com.hack23.cia.model.api.dto.application that return types with arguments of type LanguageDto
 Set<LanguageDto> AgencyDto.getLanguages()
          Gets the languages.
 

Methods in com.hack23.cia.model.api.dto.application with parameters of type LanguageDto
 void LanguageContentDto.setLanguageDto(LanguageDto languageDto)
          Sets the language dto.
 

Constructors in com.hack23.cia.model.api.dto.application with parameters of type LanguageDto
LanguageContentDto(String content, String contentPropertyName, String description, LanguageDto languageDto, Long id)
          Instantiates a new language content dto.
 

Uses of LanguageDto in com.hack23.cia.model.impl.dto.application
 

Methods in com.hack23.cia.model.impl.dto.application that return LanguageDto
 LanguageDto ApplicationModelFactoryImpl.createLanguageDto(LanguageData language)
           
 

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

Methods in com.hack23.cia.service.api.configuration that return LanguageDto
 LanguageDto LanguageRequest.getLanguage()
          Gets the language.
 LanguageDto LanguageResponse.getLanguage()
          Gets the language.
 LanguageDto LanguageContentResponse.getLanguage()
          Gets the language.
 

Constructors in com.hack23.cia.service.api.configuration with parameters of type LanguageDto
LanguageContentResponse(UserSessionDto userSessionDTO, AgencyData agency, LanguageDto language)
          Instantiates a new language content response.
LanguageRequest(Long userSessionId, LanguageOperationType operation, AgencyDto agencyDto, LanguageDto languageDto)
          Instantiates a new language request.
LanguageResponse(UserSessionDto userSessionDTO, AgencyData agency, LanguageDto language)
          Instantiates a new language response.
 

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

Methods in com.hack23.cia.service.impl.configuration with parameters of type LanguageDto
 AgencyData ConfigurationServiceImpl.deleteLanguage(AgencyDto agency, LanguageDto language)
           
 AgencyData ConfigurationService.deleteLanguage(AgencyDto agencyDto, LanguageDto languageDto)
          Delete language.
 AgencyData ConfigurationServiceImpl.updateLanguage(AgencyDto agency, LanguageDto language)
           
 AgencyData ConfigurationService.updateLanguage(AgencyDto agencyDto, LanguageDto languageDto)
          Update language.
 

Uses of LanguageDto in com.hack23.cia.web.api.content
 

Methods in com.hack23.cia.web.api.content that return LanguageDto
 LanguageDto LanguageAgencyAction.getLanguage()
          Gets the language.
 

Constructors in com.hack23.cia.web.api.content with parameters of type LanguageDto
LanguageAgencyAction(LanguageOperationType operation, AgencyDto agency, LanguageDto lang)
          Instantiates a new language agency action.
 

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

Methods in com.hack23.cia.web.impl.ui.viewfactory.api.configuration that return LanguageDto
 LanguageDto LanguageAgencyModelAndView.getLanguage()
          Gets the language.
 

Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.configuration with parameters of type LanguageDto
LanguageAgencyModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, LanguageAgencyModelAndView.LanguageAgencyViewSpecification languageAgencyViewSpecification, AgencyData agency, LanguageDto languageDto)
          Instantiates a new language agency model and view.
 



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