com.hack23.cia.service.api.dto.impl.factory
Class ApplicationDtoFactoryImpl

Package class diagram package ApplicationDtoFactoryImpl
java.lang.Object
  extended by com.hack23.cia.service.api.dto.impl.factory.AbstractDtoFactoryImpl
      extended by com.hack23.cia.service.api.dto.impl.factory.ApplicationDtoFactoryImpl
All Implemented Interfaces:
ApplicationDtoFactory, DtoFactory

public class ApplicationDtoFactoryImpl
extends AbstractDtoFactoryImpl
implements ApplicationDtoFactory

The Class ApplicationDtoFactoryImpl.


Constructor Summary
Constructor and Description
ApplicationDtoFactoryImpl()
           
 
Method Summary
Modifier and Type Method and Description
 AgencyDto createAgencyDto(AgencyData agencyData)
          Creates a new ApplicationDto object.
 LanguageContentDto createLanguageContentDto(LanguageContentData updatedLanguageContent)
          Creates a new ApplicationDto object.
 LanguageDto createLanguageDto(LanguageData language)
          Creates a new ApplicationDto object.
 PortalDto createPortalDto(PortalData portal)
          Creates a new ApplicationDto object.
 UserSessionDto createUserSessionDto(UserSessionData userSession)
          Creates a new ApplicationDto object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationDtoFactoryImpl

public ApplicationDtoFactoryImpl()
Method Detail

createAgencyDto

public final AgencyDto createAgencyDto(AgencyData agencyData)
Description copied from interface: ApplicationDtoFactory
Creates a new ApplicationDto object.

Specified by:
createAgencyDto in interface ApplicationDtoFactory
Parameters:
agencyData - the agency data
Returns:
the agency dto

createLanguageContentDto

public final LanguageContentDto createLanguageContentDto(LanguageContentData updatedLanguageContent)
Description copied from interface: ApplicationDtoFactory
Creates a new ApplicationDto object.

Specified by:
createLanguageContentDto in interface ApplicationDtoFactory
Parameters:
updatedLanguageContent - the updated language content
Returns:
the language content dto

createLanguageDto

public final LanguageDto createLanguageDto(LanguageData language)
Description copied from interface: ApplicationDtoFactory
Creates a new ApplicationDto object.

Specified by:
createLanguageDto in interface ApplicationDtoFactory
Parameters:
language - the language
Returns:
the language dto

createPortalDto

public final PortalDto createPortalDto(PortalData portal)
Description copied from interface: ApplicationDtoFactory
Creates a new ApplicationDto object.

Specified by:
createPortalDto in interface ApplicationDtoFactory
Parameters:
portal - the portal
Returns:
the portal dto

createUserSessionDto

public final UserSessionDto createUserSessionDto(UserSessionData userSession)
Description copied from interface: ApplicationDtoFactory
Creates a new ApplicationDto object.

Specified by:
createUserSessionDto in interface ApplicationDtoFactory
Parameters:
userSession - the user session
Returns:
the user session dto


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