MCPcopy Create free account

hub / github.com/OrienteerBAP/OPoster / types & classes

Types & classes50 in github.com/OrienteerBAP/OPoster

ClassAbstractCalendarContentWidget
Abstract class for all calendars widgets @param <T> the type of main data object linked to this widget
oposter/src/main/java/org/orienteer/oposter/component/widget/AbstractCalendarContentWidget.java:39
ClassAbstractEventPayload
EventPayload to be used as basis for all events
oposter/src/main/java/org/orienteer/oposter/component/AbstractEventPayload.java:13
ClassAttachmentsEditPanel
Component for editing attachments
oposter/src/main/java/org/orienteer/oposter/component/attachment/AttachmentsEditPanel.java:42
ClassAttachmentsViewPanel
Component for displaying attachments
oposter/src/main/java/org/orienteer/oposter/component/attachment/AttachmentsViewPanel.java:32
ClassAttachmentsVisualizer
{@link IVisualizer} for attachments
oposter/src/main/java/org/orienteer/oposter/component/attachment/AttachmentsVisualizer.java:19
ClassCalendarAllContentWidget
Calendar widget for page with all content
oposter/src/main/java/org/orienteer/oposter/component/widget/CalendarAllContentWidget.java:17
ClassCalendarChannelContentWidget
Calendar widget for content on particular channel
oposter/src/main/java/org/orienteer/oposter/component/widget/CalendarChannelContentWidget.java:17
ClassCalendarContentPlanWidget
Calendar window for content within particular content plan
oposter/src/main/java/org/orienteer/oposter/component/widget/CalendarContentPlanWidget.java:17
ClassCalendarPlatformAppWidget
Calendar widget for content to be sent to particular platform app
oposter/src/main/java/org/orienteer/oposter/component/widget/CalendarPlatformAppWidget.java:18
ClassDeleteAttachmentEventPayload
Payload for events about deletion of some attachment
oposter/src/main/java/org/orienteer/oposter/component/attachment/DeleteAttachmentEventPayload.java:13
ClassEvent
Container for events data
oposter/src/main/java/org/orienteer/oposter/component/FullCalendar.java:53
ClassEventsRequestInfo
Class for passing infor about events requests
oposter/src/main/java/org/orienteer/oposter/component/FullCalendar.java:41
ClassFixedOdnoklassnikiApi
Temporal solution while https://github.com/scribejava/scribejava/pull/998 is awaiting to be merged
oposter/src/main/java/org/orienteer/oposter/ok/FixedOdnoklassnikiApi.java:11
ClassFixedOdnoklassnikiOAuthService
Temporal solution while https://github.com/scribejava/scribejava/pull/998 is awaiting to be merged
oposter/src/main/java/org/orienteer/oposter/ok/FixedOdnoklassnikiOAuthService.java:19
ClassFullCalendar
Vuecket component for FullCalendar js library
oposter/src/main/java/org/orienteer/oposter/component/FullCalendar.java:34
InterfaceIChannel
Channel to send content to
oposter/src/main/java/org/orienteer/oposter/model/IChannel.java:31
InterfaceIContent
Content to be distributed to channels
oposter/src/main/java/org/orienteer/oposter/model/IContent.java:34
InterfaceIContentPlan
Content Plan - way to organize content
oposter/src/main/java/org/orienteer/oposter/model/IContentPlan.java:17
InterfaceIFacebookApp
{@link IPlatformApp} for Facebook
oposter/src/main/java/org/orienteer/oposter/facebook/IFacebookApp.java:35
InterfaceIFacebookConnection
{@link IChannel} for Facebook
oposter/src/main/java/org/orienteer/oposter/facebook/IFacebookConnection.java:35
InterfaceIIGAccount
{@link IChannel} which represents Account in Instagram
oposter/src/main/java/org/orienteer/oposter/instagram/IIGAccount.java:28
InterfaceIIGApp
{@link IPlatformApp} for Instagram: no configuration - can be single for all IG Accounts
oposter/src/main/java/org/orienteer/oposter/instagram/IIGApp.java:31
InterfaceIImageAttachment
OClass for image attachments to a content
oposter/src/main/java/org/orienteer/oposter/model/IImageAttachment.java:21
InterfaceIOAuthReciever
Interface (non-DAO) for classes which can receive code as part of OAuth
oposter/src/main/java/org/orienteer/oposter/model/IOAuthReciever.java:12
InterfaceIOPosterDAO
DAO for OPoster
oposter/src/main/java/org/orienteer/oposter/model/IOPosterDAO.java:17
InterfaceIOkApp
{@link IPlatformApp} for Odnoklassniki
oposter/src/main/java/org/orienteer/oposter/ok/IOkApp.java:49
InterfaceIOkChannel
{@link IChannel} which user, group or page in Odnoklassniki
oposter/src/main/java/org/orienteer/oposter/ok/IOkChannel.java:36
InterfaceIPlatformApp
Class which holds configuration about connectivity to some social media
oposter/src/main/java/org/orienteer/oposter/model/IPlatformApp.java:23
InterfaceIPosting
{@link IPosting} is an DAO class for storing of facts of postings to a social networks
oposter/src/main/java/org/orienteer/oposter/model/IPosting.java:21
InterfaceITelegramBot
{@link IPlatformApp} for Telegram
oposter/src/main/java/org/orienteer/oposter/telegram/ITelegramBot.java:40
InterfaceITelegramChannel
{@link IChannel} for Telegram
oposter/src/main/java/org/orienteer/oposter/telegram/ITelegramChannel.java:15
InterfaceITwitterAccount
{@link IChannel} which represents twitter account
oposter/src/main/java/org/orienteer/oposter/twitter/ITwitterAccount.java:40
InterfaceITwitterApp
{@link IPlatformApp} for Twitter. Corresponding application should be created and than key and secret key configured on app document
oposter/src/main/java/org/orienteer/oposter/twitter/ITwitterApp.java:42
InterfaceIVkApp
{@link IPlatformApp} for VKontakte
oposter/src/main/java/org/orienteer/oposter/vk/IVkApp.java:55
InterfaceIVkWall
{@link IChannel} for VKontakte
oposter/src/main/java/org/orienteer/oposter/vk/IVkWall.java:38
ClassInitializer
{@link IInitializer} for 'oposter' module
oposter/src/main/java/org/orienteer/oposter/Initializer.java:10
ClassInstanceHolder
oposter/src/main/java/org/orienteer/oposter/ok/FixedOdnoklassnikiApi.java:13
ClassOAuthCallbackResource
Resource for recieving OAuth callbacks
oposter/src/main/java/org/orienteer/oposter/web/OAuthCallbackResource.java:29
ClassOImageValidator
Image validator for files which are being uploaded
oposter/src/main/java/org/orienteer/oposter/component/attachment/OImageValidator.java:17
ClassOPScheduler
Class for handling invokations from scheduler
oposter/src/main/java/org/orienteer/oposter/OPScheduler.java:26
ClassOPUtils
Collection of useful functions
oposter/src/main/java/org/orienteer/oposter/OPUtils.java:21
ClassOPosterAppModule
Module to customize standalone OPoster installation
oposter-war/src/main/java/org/orienteer/oposter/web/OPosterAppModule.java:21
ClassOPosterModule
{@link IOrienteerModule} for 'oposter' module
oposter/src/main/java/org/orienteer/oposter/OPosterModule.java:41
ClassOPosterWebApplication
OPoster dummy application to gather everything together. It's dummy because everything is on Orienteer modules
oposter-war/src/main/java/org/orienteer/oposter/web/OPosterWebApplication.java:10
ClassOptions
Options for FullCalendar
oposter/src/main/java/org/orienteer/oposter/component/FullCalendar.java:68
ClassSerializableCookie
Serializable representation of a cookie
oposter/src/main/java/org/orienteer/oposter/instagram/SerializableCookieJar.java:47
ClassSerializableCookieJar
OkHttp {@link CookieJar} which can be serialized and stored for subsequent reuse
oposter/src/main/java/org/orienteer/oposter/instagram/SerializableCookieJar.java:21
ClassSingleAttachmentEditPanel
Component for editing single attachment
oposter/src/main/java/org/orienteer/oposter/component/attachment/SingleAttachmentEditPanel.java:19
ClassTestModule
oposter/src/test/java/org/orienteer/oposter/TestModule.java:17
ClassTestMyWebApplication
oposter-war/src/test/java/org/orienteer/oposter/web/TestMyWebApplication.java:15