|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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... |
| Uses of PortalDto in com.hack23.cia.service.api.configuration |
|---|
| Modifier and Type | Method and Description |
|---|---|
PortalDto |
PortalRequest.getPortal()
Gets the portal. |
| Constructor and Description |
|---|
PortalRequest(Long userSessionId,
PortalOperationType operation,
PortalDto portalDto)
Instantiates a new portal request. |
| Uses of PortalDto in com.hack23.cia.service.api.dto.api.common |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
PortalDtoImpl
The Class PortalDtoImpl. |
| Uses of PortalDto in com.hack23.cia.service.api.dto.api.factory |
|---|
| Modifier and Type | Method and Description |
|---|---|
PortalDto |
ApplicationDtoFactory.createPortalDto(PortalData portal)
Creates a new ApplicationDto object. |
| Uses of PortalDto in com.hack23.cia.service.api.dto.impl.factory |
|---|
| Modifier and Type | Method and Description |
|---|---|
PortalDto |
ApplicationDtoFactoryImpl.createPortalDto(PortalData portal)
|
| Uses of PortalDto in com.hack23.cia.service.impl.configuration |
|---|
| Modifier and Type | Method and Description |
|---|---|
AgencyData |
ConfigurationService.deletePortal(PortalDto portalDto)
Delete portal. |
AgencyData |
ConfigurationServiceImpl.deletePortal(PortalDto portal)
|
PortalData |
ConfigurationService.updatePortal(PortalDto portalDto)
Update portal. |
PortalData |
ConfigurationServiceImpl.updatePortal(PortalDto portal)
|
| Uses of PortalDto in com.hack23.cia.web.api.configuration |
|---|
| Modifier and Type | Method and Description |
|---|---|
PortalDto |
PortalAction.getPortal()
Gets the portal. |
| Constructor and Description |
|---|
PortalAction(PortalOperationType operation,
PortalDto portal)
Instantiates a new portal action. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||