|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.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 ApplicationDtoFactoryagencyData - the agency datapublic final LanguageContentDto createLanguageContentDto(LanguageContentData updatedLanguageContent)
ApplicationDtoFactory
createLanguageContentDto in interface ApplicationDtoFactoryupdatedLanguageContent - the updated language contentpublic final LanguageDto createLanguageDto(LanguageData language)
ApplicationDtoFactory
createLanguageDto in interface ApplicationDtoFactorylanguage - the languagepublic final PortalDto createPortalDto(PortalData portal)
ApplicationDtoFactory
createPortalDto in interface ApplicationDtoFactoryportal - the portalpublic final UserSessionDto createUserSessionDto(UserSessionData userSession)
ApplicationDtoFactory
createUserSessionDto in interface ApplicationDtoFactoryuserSession - the user session
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||