kotkabeans
Class GroupRight

java.lang.Object
  |
  +--kotkabeans.GroupRight

public class GroupRight
extends java.lang.Object

Implements EventGroups types


Field Summary
static int GROUP_ADMIN_ID
           
static int GROUP_MEMBER_ID
           
static int GROUP_PROPOSED_MEMBER_ID
           
 
Constructor Summary
GroupRight()
           
 
Method Summary
static boolean isMemberOfEvent(int personid, int eventid)
          Exceute query to find out if given person is participant of the event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUP_ADMIN_ID

public static final int GROUP_ADMIN_ID
See Also:
Constant Field Values

GROUP_MEMBER_ID

public static final int GROUP_MEMBER_ID
See Also:
Constant Field Values

GROUP_PROPOSED_MEMBER_ID

public static final int GROUP_PROPOSED_MEMBER_ID
See Also:
Constant Field Values
Constructor Detail

GroupRight

public GroupRight()
Method Detail

isMemberOfEvent

public static boolean isMemberOfEvent(int personid,
                                      int eventid)
Exceute query to find out if given person is participant of the event

Parameters:
personid - The person we are interested in
eventid - The event we are interested in