|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.service.api.common.AbstractServiceResponse com.hack23.cia.service.api.configuration.PortalResponse
public class PortalResponse extends AbstractServiceResponse
The Class PortalResponse.
Modifier and Type | Interface and Description |
---|
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse |
---|
ServiceResponse.ServiceResult |
Constructor and Description |
---|
PortalResponse(UserSessionDto userSessionDTO,
AgencyData agency)
Instantiates a new portal response. |
PortalResponse(UserSessionDto userSessionDTO,
AgencyData agency,
PortalData portal2)
Instantiates a new portal response. |
Modifier and Type | Method and Description |
---|---|
AgencyData |
getAgency()
Gets the agency. |
PortalData |
getPortal()
Gets the portal. |
ServiceResponse.ServiceResult |
getResult()
Gets the result. |
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceResponse |
---|
getUserSessionDTO |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortalResponse(UserSessionDto userSessionDTO, AgencyData agency)
userSessionDTO
- the user session dtoagency
- the agencypublic PortalResponse(UserSessionDto userSessionDTO, AgencyData agency, PortalData portal2)
userSessionDTO
- the user session dtoagency
- the agencyportal2
- the portal2Method Detail |
---|
public final PortalData getPortal()
public final AgencyData getAgency()
public final ServiceResponse.ServiceResult getResult()
ServiceResponse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |