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

Packages that use LanguageContentDto
Package Description
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 LanguageContentDto in com.hack23.cia.service.api.configuration
 

Methods in com.hack23.cia.service.api.configuration that return LanguageContentDto
Modifier and Type Method and Description
 LanguageContentDto LanguageContentResponse.getLanguageContent()
          Gets the language content.
 LanguageContentDto LanguageContentRequest.getLanguageContent()
          Gets the language content.
 LanguageContentDto LanguageResponse.getLanguageContent()
          Gets the language content.
 

Constructors in com.hack23.cia.service.api.configuration with parameters of type LanguageContentDto
Constructor and Description
LanguageContentRequest(Long userSessionId, LanguageContentOperationType operation, AgencyDto agencyDto, LanguageContentDto languageContentDto)
          Instantiates a new language content request.
LanguageContentResponse(UserSessionDto userSessionDTO, AgencyData agency, LanguageContentDto languageContentDto)
          Instantiates a new language content response.
LanguageResponse(UserSessionDto userSessionDTO, AgencyData agency, LanguageContentDto languageContent)
          Instantiates a new language response.
 

Uses of LanguageContentDto in com.hack23.cia.service.api.dto.api.common
 

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

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

Methods in com.hack23.cia.service.api.dto.api.factory that return LanguageContentDto
Modifier and Type Method and Description
 LanguageContentDto ApplicationDtoFactory.createLanguageContentDto(LanguageContentData updatedLanguageContent)
          Creates a new ApplicationDto object.
 

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

Methods in com.hack23.cia.service.api.dto.impl.factory that return LanguageContentDto
Modifier and Type Method and Description
 LanguageContentDto ApplicationDtoFactoryImpl.createLanguageContentDto(LanguageContentData updatedLanguageContent)
           
 

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

Methods in com.hack23.cia.service.impl.configuration with parameters of type LanguageContentDto
Modifier and Type Method and Description
 AgencyData ConfigurationService.deleteLanguageContent(AgencyDto agencyDto, LanguageContentDto languageContentDto)
          Delete language content.
 AgencyData ConfigurationServiceImpl.deleteLanguageContent(AgencyDto agency, LanguageContentDto languageContent)
           
 AgencyData ConfigurationService.updateLanguageContent(AgencyDto agencyDto, LanguageContentDto languageContentDto)
          Update language content.
 AgencyData ConfigurationServiceImpl.updateLanguageContent(AgencyDto agency, LanguageContentDto languageContent)
           
 

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

Methods in com.hack23.cia.web.api.content that return LanguageContentDto
Modifier and Type Method and Description
 LanguageContentDto LanguageContentAction.getLanguageContent()
          Gets the language content.
 

Constructors in com.hack23.cia.web.api.content with parameters of type LanguageContentDto
Constructor and Description
LanguageContentAction(LanguageContentOperationType operation, AgencyDto agency, LanguageContentDto languageContent)
          Instantiates a new language content action.
 

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

Methods in com.hack23.cia.web.impl.ui.viewfactory.api.configuration that return LanguageContentDto
Modifier and Type Method and Description
 LanguageContentDto LanguageContentModelAndView.getLanguageContent()
          Gets the language content.
 

Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.configuration with parameters of type LanguageContentDto
Constructor and Description
LanguageContentModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, LanguageContentModelAndView.LanguageContentViewSpecification languageContentViewSpecification, AgencyData agency, LanguageContentDto languageContentDto)
          Instantiates a new language content model and view.
 



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