|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.service.api.dto.impl.factory.AbstractDtoFactoryImpl com.hack23.cia.service.api.dto.impl.factory.ApplicationDtoFactoryImpl
public class ApplicationDtoFactoryImpl extends AbstractDtoFactoryImpl implements ApplicationDtoFactory
The Class ApplicationDtoFactoryImpl.
Constructor and Description |
---|
ApplicationDtoFactoryImpl()
|
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 |
---|
public ApplicationDtoFactoryImpl()
Method Detail |
---|
public final AgencyDto createAgencyDto(AgencyData agencyData)
ApplicationDtoFactory
createAgencyDto
in interface ApplicationDtoFactory
agencyData
- the agency datapublic final LanguageContentDto createLanguageContentDto(LanguageContentData updatedLanguageContent)
ApplicationDtoFactory
createLanguageContentDto
in interface ApplicationDtoFactory
updatedLanguageContent
- the updated language contentpublic final LanguageDto createLanguageDto(LanguageData language)
ApplicationDtoFactory
createLanguageDto
in interface ApplicationDtoFactory
language
- the languagepublic final PortalDto createPortalDto(PortalData portal)
ApplicationDtoFactory
createPortalDto
in interface ApplicationDtoFactory
portal
- the portalpublic final UserSessionDto createUserSessionDto(UserSessionData userSession)
ApplicationDtoFactory
createUserSessionDto
in interface ApplicationDtoFactory
userSession
- the user session
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |