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

Packages that use AgencyDto
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.configuration Provides... 
com.hack23.cia.web.api.content Provides... 
 

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

Methods in com.hack23.cia.service.api.configuration that return AgencyDto
Modifier and Type Method and Description
 AgencyDto LanguageRequest.getAgencyDto()
          Gets the agency dto.
 AgencyDto LanguageContentRequest.getAgencyDto()
          Gets the agency dto.
 

Constructors in com.hack23.cia.service.api.configuration with parameters of type AgencyDto
Constructor and Description
AgencyRequest(Long userSessionId, ConfigurationOperationType operation, Long agencyId, AgencyDto agencyDto)
          Instantiates a new agency request.
LanguageContentRequest(Long userSessionId, LanguageContentOperationType operation, AgencyDto agencyDto, LanguageContentDto languageContentDto)
          Instantiates a new language content request.
LanguageRequest(Long userSessionId, LanguageOperationType operation, AgencyDto agencyDto, LanguageDto languageDto)
          Instantiates a new language request.
 

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

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

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

Methods in com.hack23.cia.service.api.dto.api.factory that return AgencyDto
Modifier and Type Method and Description
 AgencyDto ApplicationDtoFactory.createAgencyDto(AgencyData agencyData)
          Creates a new ApplicationDto object.
 

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

Methods in com.hack23.cia.service.api.dto.impl.factory that return AgencyDto
Modifier and Type Method and Description
 AgencyDto ApplicationDtoFactoryImpl.createAgencyDto(AgencyData agencyData)
           
 

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

Methods in com.hack23.cia.service.impl.configuration with parameters of type AgencyDto
Modifier and Type Method and Description
 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.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)
           
 

Uses of AgencyDto in com.hack23.cia.web.api.configuration
 

Methods in com.hack23.cia.web.api.configuration that return AgencyDto
Modifier and Type Method and Description
 AgencyDto AgencyAction.getAgencyDto()
          Gets the agency dto.
 

Constructors in com.hack23.cia.web.api.configuration with parameters of type AgencyDto
Constructor and Description
AgencyAction(ConfigurationOperationType updateagency, Long id, AgencyDto agencyDto2)
          Instantiates a new agency action.
 

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

Methods in com.hack23.cia.web.api.content that return AgencyDto
Modifier and Type Method and Description
 AgencyDto LanguageContentAction.getAgency()
          Gets the agency.
 AgencyDto LanguageAgencyAction.getAgency()
          Gets the agency.
 

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



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