See: Description
Class | Description |
---|---|
Constants |
Basic constants used all-over the platform
TODO: should actually be made configurable in the settings later on
|
CustomCategoryServiceHandler |
Custom utility methods for all tasks regarding categories and category entries
|
CustomLockServiceHandler |
Custom utility methods for locking mechanism
Acts as a wrapper for Liferays locking mechanism.
|
CustomOfferServiceHandler |
Custom utility methods for all tasks regarding offers
|
CustomOrgServiceHandler |
Custom utility methods for all tasks regarding organisations
|
CustomPersistanceServiceHandler |
Custom utility methods for various tasks on portlet-related data structures that do not require for a separate handler class
|
CustomPortalServiceHandler |
Custom utility methods for tasks related to portal datastructures
|
CustomSearchServiceHandler |
Custom utility methods that handle search requests
|
CustomServiceUtils |
Custom utility methods used by services and JSPs
|
Enum | Description |
---|---|
E_CategoryType |
An enum describing data-lists available to forms
|
E_ConfigCategory |
A config category bundles several E_ConfigKey together and is itself
grouped by a parent E_ConfigDomain
|
E_ConfigDomain |
A config domain bundles several E_ConfigCategory and should be used in the view to group those categories together
|
E_ConfigKey |
An enum describing available configuration keys, their default value and (if available) their link/id to global portal settings
|
E_ConfigRole |
An enum describing supported roles along with their default locations to redirect to after login.
|
E_ConfigType |
An enum describing input types of configuration settings, to allow dynamic forms for settings configuration
|
E_OfferStatus |
An enum describing different offer status
|
E_OfferType |
An enum describing the basic different types of offers
TODO: Use dynamic data-lists instead
|
E_OfferWorkType |
An enum describing the work-type of an offer
TODO : Make configurable as data-list
|
E_OrderType |
An enumeration that describes an ordering type on a database table column.
|
E_OrgStatus |
An enum describing the current moderation state of an organisation
|
E_Role |
An enum describing supported roles along with their default locations to redirect to after login.
|
E_SocialMediaPlugins |
An enum describing supported social media plugins
Uses bit-wise identifiers to address multiple plugins at once.
|
E_SubscriptionStatus |
An enum describing status values available for subscriptions
|
E_TableColumn |
An enum describing columns of tables, actually implemented for sorting
|
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.