CopaServer
Change of Plan Application
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Functions
Pages
Class Hierarchy
Go to the graphical class hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level
1
2
3
]
unicopa.copa.server.com.requestHandler.executor.AbstractExecutor
An executor bundles some common tasks RequestHandlers have to do
unicopa.copa.server.com.requestHandler.executor.AddSingleEventUpdateExecutor
Handles the introduction of SingleEventUpdates to the system
unicopa.copa.server.database.data.persistence.CategoryMapper
unicopa.copa.base.event.CategoryNode
Represents a node in the category tree
unicopa.copa.base.event.CategoryNodeImpl
Simple implementation of the
CategoryNode
interface
unicopa.copa.base.event.CategoryNodeImplTest
unicopa.copa.server.ClientSimulationTest
Simulate client requests to the service
unicopa.copa.base.com.CommunicationItem
A data represention of what shall be communicated between service and client
unicopa.copa.base.com.request.AbstractRequest
A request to be created by the client and sent to and received by the server
unicopa.copa.base.com.request.AddRoleToUserRequest
Appoint a role to a user for a specific event
unicopa.copa.base.com.request.AddSingleEventRequest
Add a new SingleEvent to an Event
unicopa.copa.base.com.request.AddSingleEventUpdateRequest
Add a new SingleEventUpdate to a SingleEvent
unicopa.copa.base.com.request.CancelSingleEventRequest
Cancel a SingleEvent
unicopa.copa.base.com.request.DropRoleRequest
Abondon all hight roles that are being holf for an event
unicopa.copa.base.com.request.GetAllDeputiesRequest
Get the names of all deputies of an event
unicopa.copa.base.com.request.GetAllOwnersRequest
A request for the names of the owners of the event specified by the event-ID
unicopa.copa.base.com.request.GetAllRightholdersRequest
Get the names of all rightholders of an event
unicopa.copa.base.com.request.GetCategoriesRequest
A request for the categories (the category tree)
unicopa.copa.base.com.request.GetCurrentSingleEventsRequest
A request for up-to-date single events that belong to the event-ID
unicopa.copa.base.com.request.GetEventGroupRequest
A request for an event group
unicopa.copa.base.com.request.GetEventGroupsRequest
A request for event groups
unicopa.copa.base.com.request.GetEventRequest
A request for the event for a event-ID
unicopa.copa.base.com.request.GetEventsRequest
A request for the events that belong to the event group
unicopa.copa.base.com.request.GetMyAppointedUsersRequest
Get the names and email addresses of all rightholders and deputies the user appointed for an event
unicopa.copa.base.com.request.GetMyEventsRequest
Find out at which event you have higher permissions (role RIGHTHOLDER, DEPUTY or OWNER)
unicopa.copa.base.com.request.GetServerInfoRequest
Get information about the service
unicopa.copa.base.com.request.GetServerStatusNotesRequest
A request for server status notes
unicopa.copa.base.com.request.GetSingleEventRequest
Get a SingleEvent by its ID
unicopa.copa.base.com.request.GetSingleEventUpdatesRequest
A request for SingleEventUpdates
unicopa.copa.base.com.request.GetSubscribedSingleEventUpdatesRequest
A request for all the SingleEventUpdates the user has subscribed for that happened after the given date
unicopa.copa.base.com.request.GetUserDataRequest
Get personal data of the user
unicopa.copa.base.com.request.GetUserSettingsRequest
A request to get the current user settings
unicopa.copa.base.com.request.RemoveRoleFromUserRequest
Remove a role from a user previously given to him
unicopa.copa.base.com.request.SetUserSettingsRequest
A request to change the user settings
unicopa.copa.base.com.request.TestRequest
A request to test the systems handling of the clients requests and the clients handling of the systems responses
unicopa.copa.base.com.request.AbstractResponse
A response to be created by the service and sent to and received by the client
unicopa.copa.base.com.request.AddRoleToUserResponse
unicopa.copa.base.com.request.AddSingleEventResponse
unicopa.copa.base.com.request.AddSingleEventUpdateResponse
unicopa.copa.base.com.request.CancelSingleEventResponse
unicopa.copa.base.com.request.DropRoleResponse
unicopa.copa.base.com.request.GetAllDeputiesResponse
unicopa.copa.base.com.request.GetAllOwnersResponse
Answer to GetAllOwnsersRequest
unicopa.copa.base.com.request.GetAllRightholdersResponse
unicopa.copa.base.com.request.GetCategoriesResponse
Answer to GetFilterRequest
unicopa.copa.base.com.request.GetCurrentSingleEventsResponse
Answer to GerCurrentSingleEventsRequest
unicopa.copa.base.com.request.GetEventGroupResponse
Answer to
GetEventGroupRequest
unicopa.copa.base.com.request.GetEventGroupsResponse
Answer to
GetEventGroupsRequest
unicopa.copa.base.com.request.GetEventResponse
Answer to
GetEventRequest
unicopa.copa.base.com.request.GetEventsResponse
Answer to
GetEventsRequest
unicopa.copa.base.com.request.GetMyAppointedUsersResponse
unicopa.copa.base.com.request.GetMyEventsResponse
unicopa.copa.base.com.request.GetServerInfoResponse
unicopa.copa.base.com.request.GetServerStatusNotesResponse
Answer to
GetServerStatusNotesRequest
unicopa.copa.base.com.request.GetSingleEventResponse
unicopa.copa.base.com.request.GetSingleEventUpdatesResponse
Answer to
GetSingleEventUpdatesRequest
unicopa.copa.base.com.request.GetSubscribedSingleEventUpdatesResponse
Answer to
GetSubscribedSingleEventUpdatesRequest
unicopa.copa.base.com.request.GetUserDataResponse
unicopa.copa.base.com.request.GetUserSettingsResponse
Answer to
GetUserSettingsResponse
unicopa.copa.base.com.request.RemoveRoleFromUserResponse
unicopa.copa.base.com.request.SetUserSettingsResponse
Answer to
SetUserSettingsRequest
unicopa.copa.base.com.request.TestResponse
unicopa.copa.server.CopaSystem
This class represents the core of the system
unicopa.copa.server.CopaSystemContext
Provides access to subsystems and information that is needed by different components of the system
unicopa.copa.server.module.eventimport.impl.tuilmenau.Course
unicopa.copa.server.module.eventimport.impl.tuilmenau.CourseEvent
unicopa.copa.server.database.DatabaseService
The database service provides an interface to the database
unicopa.copa.server.database.DatabaseServiceTest
unicopa.copa.server.database.util.DatabaseUtil
Utility methods for general database operations
unicopa.copa.server.database.data.db.DBCategoryNode
This is a Helperclass to simplefy the work with the categorytable in the database
unicopa.copa.server.database.data.db.DBSingleEventUpdate
This is a Helperclass to simplefy the work with the singleEventUpdate-table in the database
unicopa.copa.server.database.data.db.DBUserData
This is a Helperclass to simplefy the getUsersAppointedUsers Methode
unicopa.copa.server.email.EmailContext
The Context which is passed as a list to the E-Mail service
unicopa.copa.server.email.EmailService
With the E-Mail Service it is possible to send E-Mails for notifications of updates
unicopa.copa.base.event.Event
An event that can have multiple fixed dates (SingleEvents)
unicopa.copa.base.event.EventGroup
A group of Events
unicopa.copa.server.module.eventimport.model.EventGroupImport
Holds import data to build an EventGroup
unicopa.copa.server.database.data.persistence.EventGroupMapper
unicopa.copa.server.module.eventimport.model.EventImport
Holds import data to build an Event
unicopa.copa.server.module.eventimport.model.EventImportContainer
Contains the complete data imported to be integrated into the system
unicopa.copa.server.module.eventimport.EventImportService
unicopa.copa.server.module.eventimport.impl.tuilmenau.TUIlmenauEventImportService
The
EventImportService
for the TU Ilmenau
unicopa.copa.server.database.data.persistence.EventMapper
Exception
unicopa.copa.base.com.exception.APIException
Indicates an error caused by inappropriate API usage
unicopa.copa.base.com.exception.InternalErrorException
Indicates an internal error at the service
unicopa.copa.base.com.exception.PermissionException
Indicates a rejection of a request by the service because of insufficient permission
unicopa.copa.base.com.exception.RequestNotPracticableException
Indicates that a request could not be executed because of its parameterization
unicopa.copa.server.database.IncorrectObjectException
Indicated that an object queried does already exist
unicopa.copa.server.database.ObjectAlreadyExsistsException
Indicated that an object queried does already exist
unicopa.copa.server.database.ObjectNotFoundException
Indicated that an object queried does not exist
unicopa.copa.server.GeneralUserPermission
Represents special permissions for users
unicopa.copa.server.gcm.GoogleCloudMessagingService
With the GoogleCloudMessagingSerive it is possible to send push messages to Android devices
unicopa.copa.server.module.eventimport.impl.tuilmenau.Group
unicopa.copa.server.module.eventimport.model.Group
unicopa.copa.server.util.IOutils
A collection of IO utility methods
unicopa.copa.server.module.eventimport.LimitedDatabaseAccess
unicopa.copa.server.notification.NotificationService.NotificationEvent
Events clients can be notified about
unicopa.copa.server.notification.NotificationService
A service which notifies clients about an update on a SingleEvent
unicopa.copa.server.notification.EmailNotificationService
This
NotificationService
informs users about updates by sending E-Mails
unicopa.copa.server.notification.GoogleCloudNotificationService
This
NotificationService
informs Android devices about updates by sending Google Cloud Messages
unicopa.copa.server.notification.Notifier
This class holds all notification services available to the system
unicopa.copa.server.database.data.persistence.PersonMapper
unicopa.copa.server.database.data.persistence.PrivilegeMapper
unicopa.copa.server.Registration
This class handles the registration of users to the system
unicopa.copa.server.com.requestHandler.RequestHandler
A
RequestHandler
handles a specific Request (subclass of AbstractRequest)
unicopa.copa.server.com.requestHandler.AddRoleToUserRequestHandler
unicopa.copa.server.com.requestHandler.AddSingleEventRequestHandler
unicopa.copa.server.com.requestHandler.AddSingleEventUpdateRequestHandler
unicopa.copa.server.com.requestHandler.CancelSingleEventRequestHandler
unicopa.copa.server.com.requestHandler.DropRoleRequestHandler
unicopa.copa.server.com.requestHandler.GetAllDeputiesRequestHandler
unicopa.copa.server.com.requestHandler.GetAllOwnersRequestHandler
unicopa.copa.server.com.requestHandler.GetAllRightholdersRequestHandler
unicopa.copa.server.com.requestHandler.GetCategoriesRequestHandler
unicopa.copa.server.com.requestHandler.GetCurrentSingleEventsRequestHandler
unicopa.copa.server.com.requestHandler.GetEventGroupRequestHandler
unicopa.copa.server.com.requestHandler.GetEventGroupsRequestHandler
unicopa.copa.server.com.requestHandler.GetEventRequestHandler
unicopa.copa.server.com.requestHandler.GetEventsRequestHandler
unicopa.copa.server.com.requestHandler.GetMyAppointedUsersRequestHandler
unicopa.copa.server.com.requestHandler.GetMyEventsRequestHandler
unicopa.copa.server.com.requestHandler.GetServerInfoRequestHandler
unicopa.copa.server.com.requestHandler.GetServerStatusNotesRequestHandler
unicopa.copa.server.com.requestHandler.GetSingleEventRequestHandler
unicopa.copa.server.com.requestHandler.GetSingleEventUpdatesRequestHandler
unicopa.copa.server.com.requestHandler.GetSubscribedSingleEventUpdatesRequestHandler
unicopa.copa.server.com.requestHandler.GetUserDataRequestHandler
unicopa.copa.server.com.requestHandler.GetUserSettingsRequestHandler
unicopa.copa.server.com.requestHandler.RemoveRoleFromUserRequestHandler
unicopa.copa.server.com.requestHandler.SetUserSettingsRequestHandler
unicopa.copa.server.com.requestHandler.TestRequestHandler
unicopa.copa.base.com.serialization.Serializer
A serializer to serialize/deserialize objects in a way used by the system using GSON
unicopa.copa.base.com.serialization.ClientSerializer
The serializer to be used by the client
unicopa.copa.base.com.serialization.ServerSerializer
The serializer to be used by the server
unicopa.copa.server.module.eventimport.impl.tuilmenau.serialization.Serializer
unicopa.copa.base.ServerInfo
Contains information about the service running
unicopa.copa.server.database.data.persistence.ServerStatusMapper
unicopa.copa.base.ServerStatusNote
Holds information about the servers status
unicopa.copa.base.com.serialization.SimpleExceptionDeserializer
unicopa.copa.base.com.serialization.APIExceptionDeserializer
unicopa.copa.base.com.serialization.InternalErrorExceptionDeserializer
unicopa.copa.base.com.serialization.PermissionExceptionDeserializer
unicopa.copa.base.com.serialization.RequestNotPracticableExceptionDeserializer
unicopa.copa.server.util.SimpleHttpsClient
A simple HTTPS client based on Jetty
unicopa.copa.base.event.SingleEvent
A single occurence (fixed date) of an
Event
unicopa.copa.server.database.data.persistence.SingleEventMapper
unicopa.copa.base.event.SingleEventUpdate
An update on a fixed date of an event (
SingleEvent
)
unicopa.copa.server.database.data.persistence.SingleEventUpdateMapper
unicopa.copa.server.email.TextPatterns
The Text-Patterns of the Template for E-Mail message bodies that should be replaced by actual data
unicopa.copa.server.module.eventimport.impl.TUIlmenauEventImportServiceTest
unicopa.copa.server.email.UpdateInformation
The update information that is passed to the E-Mail service
unicopa.copa.base.UserData
unicopa.copa.base.UserEventSettings
Settings of one user for an event
unicopa.copa.base.UserRole
Roles for users of the system which grant access to different functions
unicopa.copa.server.module.eventimport.impl.UserRoleMatcher
unicopa.copa.server.database.data.persistence.UserSettingMapper
unicopa.copa.base.UserSettings
Represents the personal settings of a user
unicopa.copa.base.UserSettingsTest
unicopa.copa.base.util.Util
A collection of utility methods related to the base classes
unicopa.copa.base.util.UtilTest
Filter
unicopa.copa.server.servlet.CopaServlet
This servlet receives all requests (AbstractRequest) from the clients, passes them to the
CopaSystem
and sends the reponses back
HttpServlet
unicopa.copa.server.servlet.CopaServlet
This servlet receives all requests (AbstractRequest) from the clients, passes them to the
CopaSystem
and sends the reponses back
JsonDeserializer
unicopa.copa.base.com.serialization.APIExceptionDeserializer
unicopa.copa.base.com.serialization.DateDeserializer
unicopa.copa.base.com.serialization.InternalErrorExceptionDeserializer
unicopa.copa.base.com.serialization.PermissionExceptionDeserializer
unicopa.copa.base.com.serialization.RequestNotPracticableExceptionDeserializer
unicopa.copa.server.module.eventimport.impl.tuilmenau.serialization.CourseEventDeserializer
unicopa.copa.server.module.eventimport.impl.tuilmenau.serialization.DateDeserializer
JsonSerializer
unicopa.copa.base.com.serialization.DateSerializer
unicopa.copa.base.com.serialization.SimpleExceptionSerializer
Serializes Exceptions in a very simple way, only using their message
unicopa.copa.server.module.eventimport.impl.tuilmenau.serialization.DateSerializer
Generated on Wed Jul 3 2013 00:00:06 for CopaServer by
1.8.4