CopaApp
Change of Plan Application
 All Classes Functions Variables Pages
Public Member Functions | List of all members
unicopa.copa.base.com.request.GetEventsRequest Class Reference

A request for the events that belong to the event group. More...

Inheritance diagram for unicopa.copa.base.com.request.GetEventsRequest:
Inheritance graph
Collaboration diagram for unicopa.copa.base.com.request.GetEventsRequest:
Collaboration graph

Public Member Functions

 GetEventsRequest (int eventGroupID, int categoryNodeID)
 
int getEventGroupID ()
 
int getCategoryNodeID ()
 

Additional Inherited Members

- Static Public Member Functions inherited from unicopa.copa.base.com.request.AbstractRequest
static UserRole getRequiredPermissionLevel ()
 
static AbstractRequest deserialize (String json) throws APIException
 
- Static Protected Attributes inherited from unicopa.copa.base.com.request.AbstractRequest
static UserRole requiredPermissionLevel = UserRole.ADMINISTRATOR
 

Detailed Description

A request for the events that belong to the event group.

The resulting events can be filtered by categories, that is the ID of the node from the class CategoryNode.

Author
Philip Wendland

Constructor & Destructor Documentation

unicopa.copa.base.com.request.GetEventsRequest.GetEventsRequest ( int  eventGroupID,
int  categoryNodeID 
)
Parameters
eventGroupIDthe ID of the EventGroup where to get Events from
categoryNodeIDthe ID of the CategoryNode (returned events must have a category that is a descendant of this category)

The documentation for this class was generated from the following file: