com.hack23.cia.service.api.admin
Class PortalRequest
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceMessage
com.hack23.cia.service.api.common.AbstractServiceRequest
com.hack23.cia.service.api.admin.AbstractAdminRequest
com.hack23.cia.service.api.admin.AbstractConfigurationRequest
com.hack23.cia.service.api.admin.PortalRequest
- All Implemented Interfaces:
- ServiceMessage, ServiceRequest, Serializable
public class PortalRequest
- extends AbstractConfigurationRequest
The Class PortalRequest.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalRequest
public PortalRequest(Long userSessionId,
PortalOperationType operation,
PortalDto portalDto)
- Instantiates a new portal request.
- Parameters:
userSessionId
- the user session idoperation
- the operationportalDto
- the portal dto
getOperation
public final PortalOperationType getOperation()
- Gets the operation.
- Returns:
- the operation
getPortal
public final PortalDto getPortal()
- Gets the portal.
- Returns:
- the portal
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.