Uses of Interface
com.hack23.cia.model.api.dto.common.LanguageDto

Packages that use LanguageDto
Package Description
com.hack23.cia.model.api.dto.common   
com.hack23.cia.service.api.configuration Provides... 
com.hack23.cia.service.api.dto.api.common   
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.api.content Provides... 
com.hack23.cia.web.impl.ui.viewfactory.api.configuration Provides... 
 

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

Methods in com.hack23.cia.model.api.dto.common that return LanguageDto
Modifier and Type Method and Description
 LanguageDto LanguageContentDto.getLanguageDto()
          Gets the language dto.
 

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

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

Constructors in com.hack23.cia.service.api.configuration with parameters of type LanguageDto
Constructor and Description
LanguageContentResponse(UserSessionDto userSessionDTO, AgencyData agency, LanguageDto languageDto)
          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.api.dto.api.common
 

Classes in com.hack23.cia.service.api.dto.api.common that implement LanguageDto
Modifier and Type Class and Description
 class LanguageDtoImpl
          The Class LanguageDtoImpl.
 

Methods in com.hack23.cia.service.api.dto.api.common that return LanguageDto
Modifier and Type Method and Description
 LanguageDto LanguageContentDtoImpl.getLanguageDto()
           
 

Constructors in com.hack23.cia.service.api.dto.api.common with parameters of type LanguageDto
Constructor and Description
LanguageContentDtoImpl(String content, String contentPropertyName, String description, LanguageDto languageDto2, Long id)
          Instantiates a new language content dto impl.
 

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

Methods in com.hack23.cia.service.api.dto.api.factory that return LanguageDto
Modifier and Type Method and Description
 LanguageDto ApplicationDtoFactory.createLanguageDto(LanguageData language)
          Creates a new ApplicationDto object.
 

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

Methods in com.hack23.cia.service.api.dto.impl.factory that return LanguageDto
Modifier and Type Method and Description
 LanguageDto ApplicationDtoFactoryImpl.createLanguageDto(LanguageData language)
           
 

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

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

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

Methods in com.hack23.cia.web.api.content that return LanguageDto
Modifier and Type Method and Description
 LanguageDto LanguageAgencyAction.getLanguage()
          Gets the language.
 

Constructors in com.hack23.cia.web.api.content with parameters of type LanguageDto
Constructor and Description
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
Modifier and Type Method and Description
 LanguageDto LanguageAgencyModelAndView.getLanguage()
          Gets the language.
 

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



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