A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractCommandController - Class in magoffin.matt.ma2.web
Abstract base class for command controllers.
AbstractCommandController() - Constructor for class magoffin.matt.ma2.web.AbstractCommandController
Default constructor.
AbstractController - Class in magoffin.matt.ma2.web
Abstract base class for command controllers.
AbstractController() - Constructor for class magoffin.matt.ma2.web.AbstractController
 
AbstractDomainObject - Class in magoffin.matt.ma2.support
Helper class for domain objects to extend to also make them implement useful Matte interfaces.
AbstractDomainObject() - Constructor for class magoffin.matt.ma2.support.AbstractDomainObject
 
AbstractForm - Class in magoffin.matt.ma2.web
Abstract base class for form controllers.
AbstractForm() - Constructor for class magoffin.matt.ma2.web.AbstractForm
 
AbstractIndexInterceptor - Class in magoffin.matt.ma2.aop
Base aspect for providing distributed index services.
AbstractIndexInterceptor() - Constructor for class magoffin.matt.ma2.aop.AbstractIndexInterceptor
 
AbstractIndexResultCallback<T,PK extends java.io.Serializable> - Class in magoffin.matt.ma2.lucene
Abstract implementation that combines IndexResults and BatchableDao.BatchCallback.
AbstractIndexResultCallback(MessageSource) - Constructor for class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
Construct.
AbstractJdbcBrowseModePlugin - Class in magoffin.matt.ma2.dao.support
Base class for JDBC based implementations of BrowseModePlugin.
AbstractJdbcBrowseModePlugin() - Constructor for class magoffin.matt.ma2.dao.support.AbstractJdbcBrowseModePlugin
 
AbstractLucenePlugin - Class in magoffin.matt.ma2.lucene
Base implementation for LucenePlugin implementations.
AbstractLucenePlugin() - Constructor for class magoffin.matt.ma2.lucene.AbstractLucenePlugin
 
AbstractMailTemplateInterceptor - Class in magoffin.matt.ma2.aop
Base class for mail merge interceptors.
AbstractMailTemplateInterceptor() - Constructor for class magoffin.matt.ma2.aop.AbstractMailTemplateInterceptor
 
AbstractMediaHandler - Class in magoffin.matt.ma2.support
Base class for MediaHandler implementations.
AbstractMediaHandler(String) - Constructor for class magoffin.matt.ma2.support.AbstractMediaHandler
Construct with MIME type.
AbstractMediaMetadata - Class in magoffin.matt.ma2.support
Basic implementation of MediaMetadata.
AbstractMediaMetadata() - Constructor for class magoffin.matt.ma2.support.AbstractMediaMetadata
 
AbstractPlugin - Class in magoffin.matt.ma2.support
Abstract base Plugin implementation that provides a standardized Spring initialization method.
AbstractPlugin() - Constructor for class magoffin.matt.ma2.support.AbstractPlugin
 
AbstractSearchBiz - Class in magoffin.matt.ma2.biz.impl
Base implementation of SearchBiz that builds on DAO searching.
AbstractSearchBiz() - Constructor for class magoffin.matt.ma2.biz.impl.AbstractSearchBiz
 
AbstractSecurityInterceptor - Class in magoffin.matt.ma2.aop
Base AOP interceptor to validate security.
AbstractSecurityInterceptor() - Constructor for class magoffin.matt.ma2.aop.AbstractSecurityInterceptor
 
AbstractWizardForm - Class in magoffin.matt.ma2.web
Base class for Media Album wizard form controllers.
AbstractWizardForm() - Constructor for class magoffin.matt.ma2.web.AbstractWizardForm
 
ACCESS_ADMIN - Static variable in interface magoffin.matt.ma2.biz.UserBiz
Bit flag for Admin user access level.
AddCommentForm - Class in magoffin.matt.ma2.web
Form controller for adding user comments to media items.
AddCommentForm() - Constructor for class magoffin.matt.ma2.web.AddCommentForm
 
AddMediaCommand - Class in magoffin.matt.ma2.support
Command object for adding new media.
AddMediaCommand() - Constructor for class magoffin.matt.ma2.support.AddMediaCommand
 
AddMediaContentHandler - Class in magoffin.matt.ma2.web.service
ContentHandler implementation that splits the XML document into one XML document and one Base64-decoded zip archive from the element.
AddMediaContentHandler(File, File, XMLOutputFactory) - Constructor for class magoffin.matt.ma2.web.service.AddMediaContentHandler
Constructor.
AddMediaEndpoint - Class in magoffin.matt.ma2.web.service
Web service endpoint for adding media.
AddMediaEndpoint() - Constructor for class magoffin.matt.ma2.web.service.AddMediaEndpoint
 
addMediaItemsToAlbum(Album, Long[], BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
addMediaItemsToAlbum(Album, Long[], BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Add a set of media items to an album.
AddMediaMessageEndpoint - Class in magoffin.matt.ma2.web.service
Implementation of AddMediaRequest web service that uses SOAP attachments for the media data.
AddMediaMessageEndpoint() - Constructor for class magoffin.matt.ma2.web.service.AddMediaMessageEndpoint
 
AddMediaRequest - Interface in magoffin.matt.ma2.domain
Java content class for AddMediaRequest element declaration.
AddMediaRequestType - Interface in magoffin.matt.ma2.domain
Java content class for add-media-request-type complex type.
AddMediaResponse - Interface in magoffin.matt.ma2.domain
Java content class for AddMediaResponse element declaration.
AddMediaResponseType - Interface in magoffin.matt.ma2.domain
Java content class for add-media-response-type complex type.
AddMediaValidator - Class in magoffin.matt.ma2.validation
Validator for AddMediaCommand objects.
AddMediaValidator() - Constructor for class magoffin.matt.ma2.validation.AddMediaValidator
 
AddThemeCommand - Class in magoffin.matt.ma2.support
Command object for adding (or modifying) Theme resources.
AddThemeCommand() - Constructor for class magoffin.matt.ma2.support.AddThemeCommand
 
AddToAlbumController - Class in magoffin.matt.ma2.web.service
Add items to an album.
AddToAlbumController() - Constructor for class magoffin.matt.ma2.web.service.AddToAlbumController
 
AddToAlbumController.Command - Class in magoffin.matt.ma2.web.service
Command class.
AddToAlbumController.Command() - Constructor for class magoffin.matt.ma2.web.service.AddToAlbumController.Command
 
addToMap(Object, String) - Method in class magoffin.matt.ma2.support.AbstractMediaMetadata
Add a non-null value to the metadata Map.
afterPropertiesSet() - Method in class magoffin.matt.ma2.web.service.AxiomSoapMessageFactory
 
afterReturning(Object, Method, Object[], Object) - Method in class magoffin.matt.ma2.aop.MediaItemDeleteIndexInterceptor
 
afterReturning(Object, Method, Object[], Object) - Method in class magoffin.matt.ma2.aop.MediaItemIndexInterceptor
 
afterReturning(Object, Method, Object[], Object) - Method in class magoffin.matt.ma2.aop.UserDeleteIndexInterceptor
 
afterReturning(Object, Method, Object[], Object) - Method in class magoffin.matt.ma2.aop.UserIndexInterceptor
 
Album - Interface in magoffin.matt.ma2.domain
Java content class for album complex type.
AlbumDao - Interface in magoffin.matt.ma2.dao
DAO for Album objects.
AlbumFeedCommand - Class in magoffin.matt.ma2.support
Command object for user album feed.
AlbumFeedCommand() - Constructor for class magoffin.matt.ma2.support.AlbumFeedCommand
 
AlbumFeedController - Class in magoffin.matt.ma2.web.service
Controller for generating a user's album feed.
AlbumFeedController() - Constructor for class magoffin.matt.ma2.web.service.AlbumFeedController
 
AlbumForm - Class in magoffin.matt.ma2.web
Form controller for administering album details.
AlbumForm() - Constructor for class magoffin.matt.ma2.web.AlbumForm
 
AlbumForm.Command - Class in magoffin.matt.ma2.web
The command class.
AlbumForm.Command() - Constructor for class magoffin.matt.ma2.web.AlbumForm.Command
 
AlbumImportType - Interface in magoffin.matt.ma2.domain
An import album.
AlbumsByDateBrowseModePlugin - Class in magoffin.matt.ma2.dao.support
Implementation of BrowseModePlugin for a "browse user albums by date".
AlbumsByDateBrowseModePlugin() - Constructor for class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
 
AlbumSearchResult - Interface in magoffin.matt.ma2.domain
Java content class for album-search-result complex type.
AlbumSecurityInterceptor - Class in magoffin.matt.ma2.aop
AOP security interceptor for Album instances.
AlbumSecurityInterceptor() - Constructor for class magoffin.matt.ma2.aop.AlbumSecurityInterceptor
 
AlbumSorter - Class in magoffin.matt.ma2.util
Comparator for Album objects.
AlbumSorter(AlbumSorter.SortMode, boolean) - Constructor for class magoffin.matt.ma2.util.AlbumSorter
Construct from a SortMode and reverse flag.
AlbumSorter.SortMode - Enum in magoffin.matt.ma2.util
Sort mode.
AppContextInitializer - Class in magoffin.matt.ma2.web.util
Initialzie the application AppContextSupport instance.
AppContextInitializer() - Constructor for class magoffin.matt.ma2.web.util.AppContextInitializer
 
ApplicationNotConfiguredException - Exception in magoffin.matt.ma2
Exception thrown when the application has not been configured yet.
ApplicationNotConfiguredException() - Constructor for exception magoffin.matt.ma2.ApplicationNotConfiguredException
Constructor.
apply(MediaItem, MediaRequest, MediaResponse) - Method in class magoffin.matt.ma2.image.awt.BaseAwtMediaEffect
 
apply(MediaItem, MediaRequest, MediaResponse) - Method in class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaEffect
 
apply(MediaItem, MediaRequest, MediaResponse) - Method in interface magoffin.matt.ma2.MediaEffect
Apply the effect.
applyEffect(MediaItem, MediaRequest, BufferedImage) - Method in interface magoffin.matt.ma2.image.awt.AwtMediaEffect
Apply an effect on a BufferedImage and return the result as a new BufferedImage.
applyEffect(MediaItem, MediaRequest, BufferedImage) - Method in class magoffin.matt.ma2.image.awt.BumpMapEffect
 
applyEffect(MediaItem, MediaRequest, BufferedImage) - Method in class magoffin.matt.ma2.image.awt.CompositeEffect
 
applyEffect(MediaItem, MediaRequest, BufferedImage) - Method in class magoffin.matt.ma2.image.awt.RotateEffect
 
applyEffect(MediaItem, MediaRequest, BufferedImage) - Method in class magoffin.matt.ma2.image.awt.ScaleEffect
 
applyEffect(MediaItem, MediaRequest, ImageInfo, MagickImage) - Method in class magoffin.matt.ma2.image.jmagick.BumpMapEffect
 
applyEffect(MediaItem, MediaRequest, ImageInfo, MagickImage) - Method in interface magoffin.matt.ma2.image.jmagick.JMagickMediaEffect
Apply effect with ImageMagick.
applyEffect(MediaItem, MediaRequest, ImageInfo, MagickImage) - Method in class magoffin.matt.ma2.image.jmagick.RotateEffect
 
applyEffect(MediaItem, MediaRequest, ImageInfo, MagickImage) - Method in class magoffin.matt.ma2.image.jmagick.ScaleEffect
 
applyEffects(MediaItem, MediaRequest, MediaResponse) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
Apply the effects for a request.
attachBizContext(BizContext) - Static method in class magoffin.matt.ma2.util.BizContextUtil
Set a BizContext for the current thread.
AudioConstants - Class in magoffin.matt.ma2.audio
Audio related constants.
AudioConstants() - Constructor for class magoffin.matt.ma2.audio.AudioConstants
 
AuthorizationException - Exception in magoffin.matt.ma2
Exception thrown when authorization fails.
AuthorizationException(String, AuthorizationException.Reason) - Constructor for exception magoffin.matt.ma2.AuthorizationException
Construct authorization exception.
AuthorizationException.Reason - Enum in magoffin.matt.ma2
Authorization exception reason.
AVI_MIME - Static variable in class magoffin.matt.ma2.video.VideoConstants
The AVI video MIME type: video/x_msvideo.
AwtMediaEffect - Interface in magoffin.matt.ma2.image.awt
An API for AWT-based implementations of MediaEffect.
AxiomSoapMessageFactory - Class in magoffin.matt.ma2.web.service
This is a tweak of Spring-WS 1.0.2 to allow for setting the Axiom Attachment file cache settings.
AxiomSoapMessageFactory() - Constructor for class magoffin.matt.ma2.web.service.AxiomSoapMessageFactory
Default constructor.

B

BaseAwtImageMediaHandler - Class in magoffin.matt.ma2.image.awt
Base implementation of MediaHandler that uses the AWT for image processing.
BaseAwtImageMediaHandler(String) - Constructor for class magoffin.matt.ma2.image.awt.BaseAwtImageMediaHandler
Construct with MIME type.
BaseAwtMediaEffect - Class in magoffin.matt.ma2.image.awt
Base implementation of AwtMediaEffect.
BaseAwtMediaEffect() - Constructor for class magoffin.matt.ma2.image.awt.BaseAwtMediaEffect
 
BaseImageIOMediaHandler - Class in magoffin.matt.ma2.image.iio
Base implemenation of MediaHandler using the Java ImageIO library for image operations.
BaseImageIOMediaHandler(String) - Constructor for class magoffin.matt.ma2.image.iio.BaseImageIOMediaHandler
Construct with MIME type.
BaseImageMediaHandler - Class in magoffin.matt.ma2.image
Base implementation of MediaMetadata for image media types.
BaseImageMediaHandler(String) - Constructor for class magoffin.matt.ma2.image.BaseImageMediaHandler
Construct with a MIME type.
BaseImportType - Interface in magoffin.matt.ma2.domain
A base type for both albums and items.
BaseJMagickMediaEffect - Class in magoffin.matt.ma2.image.jmagick
Base implementation of JMagickMediaEffect.
BaseJMagickMediaEffect() - Constructor for class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaEffect
 
BaseJMagickMediaHandler - Class in magoffin.matt.ma2.image.jmagick
Base implementation of MediaHandler that uses the JMagick for image processing.
BaseJMagickMediaHandler(String) - Constructor for class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaHandler
Construct with a MIME type.
BasicAlbumSearchCriteria - Class in magoffin.matt.ma2.support
Basic implementation of SearchBiz.AlbumSearchCriteria.
BasicAlbumSearchCriteria() - Constructor for class magoffin.matt.ma2.support.BasicAlbumSearchCriteria
Default constructor.
BasicAlbumSearchCriteria(Long) - Constructor for class magoffin.matt.ma2.support.BasicAlbumSearchCriteria
Construct with an album ID.
BasicAudioMediaHandler - Class in magoffin.matt.ma2.audio
MediaHandler implementation for audio files.
BasicAudioMediaHandler(String, String) - Constructor for class magoffin.matt.ma2.audio.BasicAudioMediaHandler
Constructor.
BasicBizContext - Class in magoffin.matt.ma2.support
Basic implementation of BizContext interface.
BasicBizContext(AppContextSupport) - Constructor for class magoffin.matt.ma2.support.BasicBizContext
Constructor.
BasicBizContext() - Constructor for class magoffin.matt.ma2.support.BasicBizContext
Default constructor.
BasicIconBasedMediaHandler - Class in magoffin.matt.ma2.support
Base handler for media types that are icon-based.
BasicIconBasedMediaHandler(String, String) - Constructor for class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
Construct with a MIME type.
BasicMediaItemSearchCriteria - Class in magoffin.matt.ma2.support
Basic implementation of SearchBiz.MediaItemSearchCriteria.
BasicMediaItemSearchCriteria() - Constructor for class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
Default constructor.
BasicMediaItemSearchCriteria(String) - Constructor for class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
Construct with a quick search.
BasicMediaRequest - Class in magoffin.matt.ma2.support
Basic implementation of MediaRequest.
BasicMediaRequest() - Constructor for class magoffin.matt.ma2.support.BasicMediaRequest
Default constructor.
BasicMediaRequest(MediaRequest) - Constructor for class magoffin.matt.ma2.support.BasicMediaRequest
Copy constructor.
BasicMediaRequest(Long) - Constructor for class magoffin.matt.ma2.support.BasicMediaRequest
Construct with some parameters.
BasicMediaRequest(Long, MediaSize, MediaQuality) - Constructor for class magoffin.matt.ma2.support.BasicMediaRequest
Construct with some parameters.
BasicMediaResponse - Class in magoffin.matt.ma2.support
Basic implementation of MediaResponse.
BasicMediaResponse() - Constructor for class magoffin.matt.ma2.support.BasicMediaResponse
Default constructor.
BasicMediaResponse(OutputStream) - Constructor for class magoffin.matt.ma2.support.BasicMediaResponse
Construct with some parameters.
BATCH_NAME_INDEX - Static variable in interface magoffin.matt.ma2.dao.MediaItemDao
The batch processing name to index MediaItem objects.
BATCH_NAME_INDEX - Static variable in interface magoffin.matt.ma2.dao.UserDao
The batch processing name to index MediaItem objects.
BATCH_NAME_PROCESS_MEDIA_IDS - Static variable in interface magoffin.matt.ma2.dao.MediaItemDao
The batch processing name to process a list of MediaItem objects by ID.
BATCH_PROCESS_PARAM_MEDIA_IDS_LIST - Static variable in interface magoffin.matt.ma2.dao.MediaItemDao
The batch processing parameter key for a List of MediaItem IDs to process.
batchProcess(BatchableDao.BatchCallback<MediaItem>, BatchableDao.BatchOptions) - Method in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
 
batchProcess(BatchableDao.BatchCallback<User>, BatchableDao.BatchOptions) - Method in class magoffin.matt.ma2.dao.hbm.HibernateUserDao
 
bitwiseAnd(int, int) - Static method in class magoffin.matt.ma2.dao.hbm.DerbyBitwiseAndSQLFunction
Derby function to perform the bitwise AND operation.
BitwiseAndFunctionSQLFunction - Class in magoffin.matt.ma2.dao.hbm
Hibernate bitwise AND operation using a custom SQL function.
BitwiseAndFunctionSQLFunction() - Constructor for class magoffin.matt.ma2.dao.hbm.BitwiseAndFunctionSQLFunction
 
BitwiseAndSQLFunction - Class in magoffin.matt.ma2.dao.hbm
SQLFunction for bitwise and operation.
BitwiseAndSQLFunction() - Constructor for class magoffin.matt.ma2.dao.hbm.BitwiseAndSQLFunction
Constructor using defaults.
BitwiseAndSQLFunction(String, Type) - Constructor for class magoffin.matt.ma2.dao.hbm.BitwiseAndSQLFunction
Constructor.
BizContext - Interface in magoffin.matt.ma2.biz
Interface for application input data.
BizContext.Feature - Enum in magoffin.matt.ma2.biz
An enumeration of features supported by the application.
BizContextSimpleThreadSafeDateFormat - Class in magoffin.matt.ma2.util
Extension of SimpleThreadSafeDateFormat which uses BizContext instances to determine which TimeZone to format dates as.
BizContextSimpleThreadSafeDateFormat(String) - Constructor for class magoffin.matt.ma2.util.BizContextSimpleThreadSafeDateFormat
 
BizContextUtil - Class in magoffin.matt.ma2.util
Utility API for dealing with BizContext instances.
BizContextUtil() - Constructor for class magoffin.matt.ma2.util.BizContextUtil
 
BrowseAlbumsCommand - Class in magoffin.matt.ma2.support
Command object for supporing browsing of media items.
BrowseAlbumsCommand() - Constructor for class magoffin.matt.ma2.support.BrowseAlbumsCommand
 
BrowseAlbumsController - Class in magoffin.matt.ma2.web
Controller for browsing albums.
BrowseAlbumsController() - Constructor for class magoffin.matt.ma2.web.BrowseAlbumsController
 
BrowseModePlugin - Interface in magoffin.matt.ma2.plugin
Plugin API for browse-mode types.
build(Document) - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
build(Document) - Method in class magoffin.matt.ma2.lucene.UserLucenePlugin
 
BUMP_MAP_KEY - Static variable in class magoffin.matt.ma2.image.awt.BumpMapEffect
The key for this effect.
BUMP_MAP_KEY - Static variable in class magoffin.matt.ma2.image.jmagick.BumpMapEffect
The key for this effect.
BumpMapEffect - Class in magoffin.matt.ma2.image.awt
A watermark effect for AWT based processing, that creates a 3D bump map from the watermark image.
BumpMapEffect() - Constructor for class magoffin.matt.ma2.image.awt.BumpMapEffect
 
BumpMapEffect - Class in magoffin.matt.ma2.image.jmagick
A watermark effect for JMagick based processing, that creates a 3D bump map from the watermark image.
BumpMapEffect() - Constructor for class magoffin.matt.ma2.image.jmagick.BumpMapEffect
 

C

canStart() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkRequest
Return boolean indicator if this work is ready to be started.
characters(char[], int, int) - Method in class magoffin.matt.ma2.web.service.AddMediaContentHandler
 
clearCacheFiles(User, Set<MediaSize>) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
clearCacheFiles(User, Set<MediaSize>) - Method in interface magoffin.matt.ma2.biz.IOBiz
Clear all cache files for a particular user, optionally of a particular size only.
clearSavedRequestURL(HttpServletRequest) - Method in class magoffin.matt.ma2.web.util.WebHelper
Remove the saved session URL.
clearSaveRequestURLFlag(HttpServletRequest) - Static method in class magoffin.matt.ma2.web.util.WebHelper
Clear the flag indicating the saved session URL should not be cleared on this request.
clearUserSessionData(HttpServletRequest) - Method in class magoffin.matt.ma2.web.util.WebHelper
Remove all user session data.
clone(Object) - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Clone a domain object.
clone(Object) - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
Collection - Interface in magoffin.matt.ma2.domain
Java content class for collection complex type.
CollectionDao - Interface in magoffin.matt.ma2.dao
DAO for Collection objects.
CollectionForm - Class in magoffin.matt.ma2.web
Form controller for administering collection details.
CollectionForm() - Constructor for class magoffin.matt.ma2.web.CollectionForm
 
CollectionForm.Command - Class in magoffin.matt.ma2.web
The command class.
CollectionForm.Command() - Constructor for class magoffin.matt.ma2.web.CollectionForm.Command
 
CollectionImport - Interface in magoffin.matt.ma2.domain
Java content class for collection-import element declaration.
CollectionImportType - Interface in magoffin.matt.ma2.domain
Top-level import structure.
CollectionListItemType - Interface in magoffin.matt.ma2.domain
Java content class for collection-list-item-type complex type.
compare(Album, Album) - Method in class magoffin.matt.ma2.util.AlbumSorter
 
compare(MediaItem, MediaItem) - Method in class magoffin.matt.ma2.util.MediaItemSorter
 
COMPOSITE_KEY - Static variable in class magoffin.matt.ma2.image.awt.CompositeEffect
The key for this effect.
CompositeEffect - Class in magoffin.matt.ma2.image.awt
A watermark effect for AWT based processing, that composites the watermark image on top of the media image.
CompositeEffect() - Constructor for class magoffin.matt.ma2.image.awt.CompositeEffect
 
ConfigurationException - Exception in magoffin.matt.ma2
Exception thrown during application initialization.
ConfigurationException(String) - Constructor for exception magoffin.matt.ma2.ConfigurationException
Construct with a message.
ConfigurationException(String, Throwable) - Constructor for exception magoffin.matt.ma2.ConfigurationException
Construct with a message and Throwable.
ConfigurationException(Object, String) - Constructor for exception magoffin.matt.ma2.ConfigurationException
Construct with a mis-configured property.
CONFIRM_URL_KEY - Static variable in class magoffin.matt.ma2.aop.UserEmailInterceptor
The model key for the confirmation URL.
confirmForgotPassword(String, String, String, BizContext) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
confirmForgotPassword(String, String, String, BizContext) - Method in interface magoffin.matt.ma2.biz.UserBiz
Confirm a forgotten password.
confirmRegisteredUser(String, String, BizContext) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
confirmRegisteredUser(String, String, BizContext) - Method in interface magoffin.matt.ma2.biz.UserBiz
Confirm a registered user.
createAddMediaRequest() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of AddMediaRequest
createAddMediaRequestType() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of AddMediaRequestType
createAddMediaResponse() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of AddMediaResponse
createAddMediaResponseType() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of AddMediaResponseType
createAlbum() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of Album
createAlbumImportType() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of AlbumImportType
createAlbumSearchResult() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of AlbumSearchResult
createBaseImportType() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of BaseImportType
createBinder(HttpServletRequest, Object) - Method in class magoffin.matt.ma2.web.AbstractForm
 
createCollection() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of Collection
createCollectionImport() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of CollectionImport
createCollectionImportType() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of CollectionImportType
createCollectionListItemType() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of CollectionListItemType
createContentHandler() - Method in class magoffin.matt.ma2.web.service.AddMediaEndpoint
 
createEdit() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of Edit
createGetCollectionListRequest() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of GetCollectionListRequest
createGetCollectionListRequestType() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of GetCollectionListRequestType
createGetCollectionListResponse() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of GetCollectionListResponse
createGetCollectionListResponseType() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of GetCollectionListResponseType
createInitParamConfig() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of InitParamConfig
createItemImportType() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of ItemImportType
createJobInfo() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of JobInfo
createJobInfo(BizContext, Long) - Method in class magoffin.matt.ma2.web.util.WebHelper
Create a JobInfo instance from a WorkInfo instance.
createKeyNameType() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of KeyNameType
createLocale() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of Locale
createMediaDataType() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of MediaDataType
createMediaItem() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of MediaItem
createMediaItemRating() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of MediaItemRating
createMediaItemSearchResult() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of MediaItemSearchResult
createMediaItemType() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of MediaItemType
createMediaSizeDefinition() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of MediaSizeDefinition
createMediaSpec() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of MediaSpec
createMetadata() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of Metadata
createMetadataImportType() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of MetadataImportType
createMetadataList(Map<String, String>) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
Create a new List of Metadata instances from a Map.
createModel() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of Model
createNewMediaItem(File) - Method in class magoffin.matt.ma2.image.iio.JpegMediaHandler
 
createNewMediaItem(File) - Method in class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaHandler
Basic JMagick implementation of createNewMediaItem.
createNewMediaItem(File) - Method in class magoffin.matt.ma2.image.SvgMediaHandler
 
createNewMediaItem(File) - Method in interface magoffin.matt.ma2.MediaHandler
Create a new instance of MediaItem from a File.
createNewMediaItem(File) - Method in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
 
createPaginationCriteria() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of PaginationCriteria
createPaginationIndex() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of PaginationIndex
createPaginationIndexSection() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of PaginationIndexSection
createPosterSearchResult() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of PosterSearchResult
createSearchResults() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of SearchResults
createSession() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of Session
createSharedAlbumSearchResult() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of SharedAlbumSearchResult
createTheme() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of Theme
createTimeZone() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of TimeZone
createUiBase() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of UiBase
createUiEdit() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of UiEdit
createUiModel() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of UiModel
createUiSession() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of UiSession
createUser() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of User
createUserComment() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of UserComment
createUserSearchResult() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of UserSearchResult
createUserTag() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of UserTag
createWebServiceMessage() - Method in class magoffin.matt.ma2.web.service.AxiomSoapMessageFactory
 
createWebServiceMessage(InputStream) - Method in class magoffin.matt.ma2.web.service.AxiomSoapMessageFactory
 
createWorkInfo() - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of WorkInfo

D

debugJaxbObject(String, Object, Logger) - Method in class magoffin.matt.ma2.util.XmlHelper
Marshal a JAXB object as XML to the specifiec Logger.
debugXml(String, Source, Logger) - Method in class magoffin.matt.ma2.util.XmlHelper
Debug an XML Source to a Logger.
DEFAULT_ALBUM_DATE_FORMAT - Static variable in class magoffin.matt.ma2.web.AlbumForm
The default value for the albumDateFormat property.
DEFAULT_ALBUM_FEED_MAX_LENGHT - Static variable in class magoffin.matt.ma2.biz.impl.UserBizImpl
The default value for the albumFeedMaxLength property.
DEFAULT_AVI_FILE_EXTENSION - Static variable in class magoffin.matt.ma2.video.VideoConstants
The default file extension for AVI videos.
DEFAULT_COLOR - Static variable in class magoffin.matt.ma2.image.awt.BumpMapEffect
Default value for the color property.
DEFAULT_ELEVATION_SCALE - Static variable in class magoffin.matt.ma2.image.awt.BumpMapEffect
Default value for the elevationScale property.
DEFAULT_ERROR_PERCENT_MAX_FRACTION_DIGITS - Static variable in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
Default number of error percent fraction digits.
DEFAULT_ERROR_PERCENT_MAX_FRACTION_DIGITS - Static variable in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
Default number of error percent fraction digits.
DEFAULT_FALLBACK_ICON_NAME - Static variable in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
The default value for the fallbackIconName property.
DEFAULT_ICON_RESOURCE_PATH_PREFIX - Static variable in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
The default value for the iconResourcePathPrefix property.
DEFAULT_INTENSITY - Static variable in class magoffin.matt.ma2.image.awt.BumpMapEffect
Default value for the intensity property.
DEFAULT_JPEG2000_FILE_EXTENSION - Static variable in class magoffin.matt.ma2.image.ImageConstants
The default file extension for JPEG2000 images.
DEFAULT_JPEG_FILE_EXTENSION - Static variable in class magoffin.matt.ma2.image.ImageConstants
The default file extension for JPEG images.
DEFAULT_LIGHT - Static variable in class magoffin.matt.ma2.image.awt.BumpMapEffect
Default value for the light property.
DEFAULT_MIN_DAYS_OLD - Static variable in class magoffin.matt.ma2.job.RemoveStaleRegistrationsJob
The default value for the minDaysOld property.
DEFAULT_MP3_FILE_EXTENSION - Static variable in class magoffin.matt.ma2.audio.AudioConstants
The default file extension for MP3 videos.
DEFAULT_MPEG_FILE_EXTENSION - Static variable in class magoffin.matt.ma2.video.VideoConstants
The default file extension for MPEG videos.
DEFAULT_NAME - Static variable in class magoffin.matt.ma2.dao.hbm.BitwiseAndSQLFunction
The default function name.
DEFAULT_NORMAL_FILTER_NAME - Static variable in class magoffin.matt.ma2.image.jmagick.ScaleEffect
The default value for the normalFilterName property.
DEFAULT_ORIENTATION_180_VALUE - Static variable in class magoffin.matt.ma2.image.BaseImageMediaHandler
The default value for the orientation180 property.
DEFAULT_ORIENTATION_90_CLOCKWISE_VALUE - Static variable in class magoffin.matt.ma2.image.BaseImageMediaHandler
The default value for the orientationClockwiseValue property.
DEFAULT_ORIENTATION_90_COUNTER_CLOCKWISE_VALUE - Static variable in class magoffin.matt.ma2.image.BaseImageMediaHandler
The default value for the orientationCounterClockwiseValue property.
DEFAULT_ORIENTATION_METADATA_KEY - Static variable in class magoffin.matt.ma2.image.BaseImageMediaHandler
The default value for the orientationMetadataKey property.
DEFAULT_OUTPUT_DEPTH - Static variable in class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaHandler
The default value for the outputDepth property.
DEFAULT_PNG_FILE_EXTENSION - Static variable in class magoffin.matt.ma2.image.ImageConstants
The default file extension for PNG images.
DEFAULT_POPULARITY_BUCKET_SIZE - Static variable in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
The default value for the popularityBucketSize property.
DEFAULT_PRIORITY - Static variable in interface magoffin.matt.ma2.biz.WorkBiz
The default priority applied to work requests if none specified.
DEFAULT_QUICKTIME_FILE_EXTENSION - Static variable in class magoffin.matt.ma2.video.VideoConstants
The default file extension for QuickTime videos.
DEFAULT_REINDEX_COUNT - Static variable in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
The default value for the infoReindexCount property.
DEFAULT_RENDERING_HINTS - Static variable in class magoffin.matt.ma2.image.awt.ScaleEffect
The default RenderingHints applied to the scale operation.
DEFAULT_SEARCH_DATE_FORMAT - Static variable in class magoffin.matt.ma2.web.service.SearchMediaItemsController
The default value for the searchDateFormat property.
DEFAULT_SECTION_ALBUM_MAX_SIZE - Static variable in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
The default value for the sectionAlbumMaxSize property.
DEFAULT_SECTION_ALBUM_MAX_SIZE - Static variable in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
The default value for the sectionAlbumMaxSize property.
DEFAULT_SONG_TITLE_META_KEY - Static variable in class magoffin.matt.ma2.audio.BasicAudioMediaHandler
The default value for the songTitleMetaKey property.
DEFAULT_SQL_FUNCTION_NAME - Static variable in class magoffin.matt.ma2.dao.hbm.BitwiseAndFunctionSQLFunction
The default SQL function name.
DEFAULT_SVG_FILE_EXTENSION - Static variable in class magoffin.matt.ma2.image.ImageConstants
The default file extension for SVG images.
DEFAULT_THREAD_SLEEP - Static variable in class magoffin.matt.ma2.lucene.LuceneBiz
Default value for the reindexWaitForFinishThreadSleep property.
DEFAULT_THUMBNAIL_FILTER_NAME - Static variable in class magoffin.matt.ma2.image.jmagick.ScaleEffect
The default value for the thumbnailFilterName property.
DEFAULT_TYPE - Static variable in class magoffin.matt.ma2.dao.hbm.BitwiseAndSQLFunction
The default typeValue.
DEFAULT_ZIP_MIME_TYPE - Static variable in class magoffin.matt.ma2.biz.impl.IOBizImpl
The default property for the IOBizImpl.getZipMimeType() property.
defaultHandleDelegateRequest(Resource, String, MediaItem, MediaRequest, MediaResponse) - Method in class magoffin.matt.ma2.image.iio.BaseImageIOMediaHandler
Handle a delegate media request.
defaultHandleIconResponse(MediaItem, MediaRequest, MediaResponse) - Method in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
Default handler for returning an icon response.
defaultHandleRequest(MediaItem, MediaRequest, Resource, MediaResponse) - Method in class magoffin.matt.ma2.image.iio.BaseImageIOMediaHandler
Handle a media request.
defaultHandleRequest(MediaItem, MediaRequest, MediaResponse) - Method in class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaHandler
Default handler for JMagick requests.
defaultHandleRequest(MediaItem, MediaRequest, MediaResponse) - Method in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
Default handler for media requests.
defaultHandleRequestOriginal(MediaItem, Resource, MediaResponse) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
Handle the original media data, without altering.
defaultHandleResource(MediaItem, MediaRequest, MediaResponse, Resource) - Method in class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaHandler
Default handler for JMagick resource request.
delete(Album) - Method in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
 
deleteAlbum(Long, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
deleteAlbum(Long, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Delete an album, and any nested albums.
DeleteAlbumController - Class in magoffin.matt.ma2.web.service
Delete an album.
DeleteAlbumController() - Constructor for class magoffin.matt.ma2.web.service.DeleteAlbumController
 
DeleteAlbumController.Command - Class in magoffin.matt.ma2.web.service
Command class.
DeleteAlbumController.Command() - Constructor for class magoffin.matt.ma2.web.service.DeleteAlbumController.Command
 
DeleteAlbumController.CommandValidator - Class in magoffin.matt.ma2.web.service
Validator class.
DeleteAlbumController.CommandValidator() - Constructor for class magoffin.matt.ma2.web.service.DeleteAlbumController.CommandValidator
 
deleteCollectionAndItems(Long, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
deleteCollectionAndItems(Long, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Delete a Collection and physically delete the media items in the collection.
DeleteCollectionController - Class in magoffin.matt.ma2.web.service
Delete a Collection (deleting all media items from it as well).
DeleteCollectionController() - Constructor for class magoffin.matt.ma2.web.service.DeleteCollectionController
 
DeleteCollectionController.Command - Class in magoffin.matt.ma2.web.service
Command class.
DeleteCollectionController.Command() - Constructor for class magoffin.matt.ma2.web.service.DeleteCollectionController.Command
 
DeleteCollectionController.CommandValidator - Class in magoffin.matt.ma2.web.service
Validator class.
DeleteCollectionController.CommandValidator() - Constructor for class magoffin.matt.ma2.web.service.DeleteCollectionController.CommandValidator
 
deleteMedia(List<MediaItem>) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
deleteMedia(List<MediaItem>) - Method in interface magoffin.matt.ma2.biz.IOBiz
Delete media item files.
DeleteMediaController - Class in magoffin.matt.ma2.web.service
Delete a set of media items.
DeleteMediaController() - Constructor for class magoffin.matt.ma2.web.service.DeleteMediaController
 
DeleteMediaController.Command - Class in magoffin.matt.ma2.web.service
Command class.
DeleteMediaController.Command() - Constructor for class magoffin.matt.ma2.web.service.DeleteMediaController.Command
 
deleteMediaItems(Long[], BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
deleteMediaItems(Long[], BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Physically delete media items.
deleteTheme(Theme, BizContext) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
deleteTheme(Theme, BizContext) - Method in interface magoffin.matt.ma2.biz.SystemBiz
Delete a Theme.
DeleteThemeController - Class in magoffin.matt.ma2.web.admin
Controller to delete a Theme.
DeleteThemeController() - Constructor for class magoffin.matt.ma2.web.admin.DeleteThemeController
 
DeleteThemeController.Command - Class in magoffin.matt.ma2.web.admin
Command class.
DeleteThemeController.Command() - Constructor for class magoffin.matt.ma2.web.admin.DeleteThemeController.Command
 
deleteUnconfirmedRegistrations(int) - Method in class magoffin.matt.ma2.dao.hbm.HibernateUserDao
 
deleteUnconfirmedRegistrations(int) - Method in interface magoffin.matt.ma2.dao.UserDao
Delete registered users that are unconfirmed and created longer than the specified number of days ago.
DerbyBitwiseAndSQLFunction - Class in magoffin.matt.ma2.dao.hbm
Derby SQL function to perform bitwise and operator.
DerbyBitwiseAndSQLFunction() - Constructor for class magoffin.matt.ma2.dao.hbm.DerbyBitwiseAndSQLFunction
 
DISPLAY_ALBUM_KEY - Static variable in class magoffin.matt.ma2.web.ViewAlbumController
The model key for the selected Album's anonymous key.
DISPLAY_ITEM_ID_KEY - Static variable in class magoffin.matt.ma2.web.ViewAlbumController
The model key for the selected MediaItem's ID.
DO_NOT_CHANGE_VALUE - Static variable in interface magoffin.matt.ma2.biz.UserBiz
Flag for a String value that should not change.
doAfterInit() - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
Method for extending classes to override if needed, called during the AbstractLucenePlugin.init(LuceneService, Set) method.
doHandle(T) - Method in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
Handle the domain object callback.
DomainObjectFactory - Interface in magoffin.matt.ma2.biz
Object factory interface for domain objects.
DownloadItemsForm - Class in magoffin.matt.ma2.web
Form controller for downloading a set of media items.
DownloadItemsForm() - Constructor for class magoffin.matt.ma2.web.DownloadItemsForm
 
DownloadThemeController - Class in magoffin.matt.ma2.web
Controller to download a Theme archive.
DownloadThemeController() - Constructor for class magoffin.matt.ma2.web.DownloadThemeController
 
DownloadThemeController.Command - Class in magoffin.matt.ma2.web
Command object.
DownloadThemeController.Command() - Constructor for class magoffin.matt.ma2.web.DownloadThemeController.Command
 
DynamicThemeResourceController - Class in magoffin.matt.ma2.web
Controller to render dynamic content, such as JavaScript or CSS, for a theme.
DynamicThemeResourceController() - Constructor for class magoffin.matt.ma2.web.DynamicThemeResourceController
 
DynamicThemeResourceController.Command - Class in magoffin.matt.ma2.web
Command class.
DynamicThemeResourceController.Command() - Constructor for class magoffin.matt.ma2.web.DynamicThemeResourceController.Command
 

E

Edit - Interface in magoffin.matt.ma2.domain
Java content class for edit element declaration.
EditInitializer - Class in magoffin.matt.ma2.web.util
DynamicInitializer for Album albums.
EditInitializer() - Constructor for class magoffin.matt.ma2.web.util.EditInitializer
 
EditUserValidator - Class in magoffin.matt.ma2.validation
Supports validating a User within an Edit object.
EditUserValidator() - Constructor for class magoffin.matt.ma2.validation.EditUserValidator
 
EMBEDDED_IMAGE_MIME_TYPE_METADATA_KEY - Static variable in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
The MediaMetadata key for the embedded image MIME type.
EmbeddedImageMetadata - Interface in magoffin.matt.ma2.image
API for metadata that supports an embedded image.
endElement(String, String, String) - Method in class magoffin.matt.ma2.web.service.AddMediaContentHandler
 
endPrefixMapping(String) - Method in class magoffin.matt.ma2.web.service.AddMediaContentHandler
 
evaluateXPath(Object, String, QName) - Method in class magoffin.matt.ma2.util.XmlHelper
Evaluate an XPath expression and return the result.
executeInternal(JobExecutionContext) - Method in class magoffin.matt.ma2.job.RemoveStaleRegistrationsJob
 
exportItems(ExportItemsCommand, MediaRequest, MediaResponse, BizContext) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
exportItems(ExportItemsCommand, MediaRequest, MediaResponse, BizContext) - Method in interface magoffin.matt.ma2.biz.IOBiz
Export a set of media items as a Zip archive.
ExportItemsCommand - Class in magoffin.matt.ma2.support
The command class.
ExportItemsCommand() - Constructor for class magoffin.matt.ma2.support.ExportItemsCommand
Default constructor.
ExportItemsCommand(Long) - Constructor for class magoffin.matt.ma2.support.ExportItemsCommand
Construct with album ID.
ExportItemsCommand(Long[]) - Constructor for class magoffin.matt.ma2.support.ExportItemsCommand
Construct with item IDs.
exportMedia(MediaRequest, MediaResponse, BizContext) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
exportMedia(MediaRequest, MediaResponse, BizContext) - Method in interface magoffin.matt.ma2.biz.IOBiz
Export media from the application.
exportTheme(Theme, OutputStream, File, BizContext) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
exportTheme(Theme, OutputStream, File, BizContext) - Method in interface magoffin.matt.ma2.biz.SystemBiz
Export a Theme, and associated resources.

F

find(BrowseAlbumsCommand, PaginationCriteria) - Method in class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
 
find(BrowseAlbumsCommand, PaginationCriteria) - Method in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
 
find(BrowseAlbumsCommand, PaginationCriteria) - Method in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
 
find(SearchCriteria) - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
 
find(BrowseAlbumsCommand, PaginationCriteria) - Method in interface magoffin.matt.ma2.plugin.BrowseModePlugin
Perform the search, returning SearchResults populated with AlbumSearchResult objects.
findAlbums(SearchBiz.AlbumSearchCriteria, PaginationCriteria, BizContext) - Method in class magoffin.matt.ma2.biz.impl.AbstractSearchBiz
 
findAlbums(SearchBiz.AlbumSearchCriteria, PaginationCriteria, BizContext) - Method in interface magoffin.matt.ma2.biz.SearchBiz
Search for albums.
findAlbumsForBrowsing(BrowseAlbumsCommand, PaginationCriteria, BizContext) - Method in class magoffin.matt.ma2.biz.impl.AbstractSearchBiz
 
findAlbumsForBrowsing(BrowseAlbumsCommand, PaginationCriteria, BizContext) - Method in interface magoffin.matt.ma2.biz.SearchBiz
Search for shared albums for browsing.
findAlbumsForUser(Long) - Method in interface magoffin.matt.ma2.dao.AlbumDao
Find all top-level albums owned by a given user.
findAlbumsForUser(Long) - Method in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
 
findAlbumsForUserAndName(Long, String) - Method in interface magoffin.matt.ma2.dao.AlbumDao
Find top-level albums owned by a given user named a particular name.
findAlbumsForUserAndName(Long, String) - Method in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
 
findAlbumsForUserByDate(Long, int, boolean, boolean, boolean) - Method in interface magoffin.matt.ma2.dao.AlbumDao
Find top-level albums owned by a given user, ordered in descending order by date, with an optional maximum number of albums to return.
findAlbumsForUserByDate(Long, Calendar, boolean, boolean, boolean) - Method in interface magoffin.matt.ma2.dao.AlbumDao
Find top-level albums owned by a given user, ordered in descending order by date, for all albums created on or since a given date.
findAlbumsForUserByDate(Long, Calendar, boolean, boolean, boolean) - Method in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
 
findAlbumsForUserByDate(Long, int, boolean, boolean, boolean) - Method in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
 
findAllThemes() - Method in class magoffin.matt.ma2.dao.hbm.HibernateThemeDao
 
findAllThemes() - Method in interface magoffin.matt.ma2.dao.ThemeDao
Get all available themes.
findAllTimeZones() - Method in class magoffin.matt.ma2.dao.hbm.HibernateTimeZoneDao
 
findAllTimeZones() - Method in interface magoffin.matt.ma2.dao.TimeZoneDao
Get all available time zones.
findCollectionsForUser(Long) - Method in interface magoffin.matt.ma2.dao.CollectionDao
Find all collections owned by a given user.
findCollectionsForUser(Long) - Method in class magoffin.matt.ma2.dao.hbm.HibernateCollectionDao
 
findItemsForAlbum(Long) - Method in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
 
findItemsForAlbum(Long) - Method in interface magoffin.matt.ma2.dao.MediaItemDao
Find all MediaItems for a specific album.
findItemsForCollection(Long) - Method in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
 
findItemsForCollection(Long) - Method in interface magoffin.matt.ma2.dao.MediaItemDao
Find all MediaItems for a specific collection.
findMediaItems(SearchBiz.MediaItemSearchCriteria, PaginationCriteria, BizContext) - Method in interface magoffin.matt.ma2.biz.SearchBiz
Search for media items.
findMediaItems(SearchBiz.MediaItemSearchCriteria, PaginationCriteria, BizContext) - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
findResource(String) - Method in class magoffin.matt.ma2.web.util.ThemeAwareResourceLoader
 
findSharedAlbumsContainingItem(MediaItem) - Method in interface magoffin.matt.ma2.dao.AlbumDao
Get a list of all Albums that contain a given MediaItem and are shared.
findSharedAlbumsContainingItem(MediaItem) - Method in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
 
findUsersForAccess(Integer) - Method in class magoffin.matt.ma2.dao.hbm.HibernateUserDao
 
findUsersForAccess(Integer) - Method in interface magoffin.matt.ma2.dao.UserDao
Find all users for a given access level.
findUsersForIndex(PaginationCriteria, BizContext) - Method in interface magoffin.matt.ma2.biz.SearchBiz
Get an index of UserSearchResult objects.
findUsersForIndex(PaginationCriteria, BizContext) - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
finish() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
Call to clean up resources as necessary.
finish() - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
Call to clean up resources as necessary.
finish() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
Call to release any class resources when finished using.
finish() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
Call to release any class resources when finished using.
finish() - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
Shutdown the work queue.
forgotPassword(String, BizContext) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
forgotPassword(String, BizContext) - Method in interface magoffin.matt.ma2.biz.UserBiz
Call to email a user a link with a one-time password.
ForgotPasswordConfirmForm - Class in magoffin.matt.ma2.web
Controller for confirming a forgotten password, and resetting the password.
ForgotPasswordConfirmForm() - Constructor for class magoffin.matt.ma2.web.ForgotPasswordConfirmForm
 
ForgotPasswordForm - Class in magoffin.matt.ma2.web
Form controller for resetting a user's password.
ForgotPasswordForm() - Constructor for class magoffin.matt.ma2.web.ForgotPasswordForm
 
format(Calendar) - Method in class magoffin.matt.ma2.util.BizContextSimpleThreadSafeDateFormat
 
FORMAT_NAME_IIO_JPEG_1_0 - Static variable in class magoffin.matt.ma2.image.iio.JpegMediaHandler
The ImageIO JPEG format name constant.
formBackingObject(HttpServletRequest) - Method in class magoffin.matt.ma2.web.admin.ThemeForm
 
formBackingObject(HttpServletRequest) - Method in class magoffin.matt.ma2.web.admin.UserForm
 
formBackingObject(HttpServletRequest) - Method in class magoffin.matt.ma2.web.AlbumForm
 
formBackingObject(HttpServletRequest) - Method in class magoffin.matt.ma2.web.CollectionForm
 
formBackingObject(HttpServletRequest) - Method in class magoffin.matt.ma2.web.PreferencesForm
 
formBackingObject(HttpServletRequest) - Method in class magoffin.matt.ma2.web.RegisterForm
 
formBackingObject(HttpServletRequest) - Method in class magoffin.matt.ma2.web.SetupWizard
 
formBackingObject(HttpServletRequest) - Method in class magoffin.matt.ma2.web.SortAlbumsForm
 
formBackingObject(HttpServletRequest) - Method in class magoffin.matt.ma2.web.SortMediaItemsForm
 
formBackingObject(HttpServletRequest) - Method in class magoffin.matt.ma2.web.UploadMediaForm
 
formBackingObject(HttpServletRequest) - Method in class magoffin.matt.ma2.web.ViewSettingsForm
 
fromFieldName(String) - Static method in enum magoffin.matt.ma2.lucene.IndexField
Get an IndexField from a Lucene field name.
fromKey(String) - Method in enum magoffin.matt.ma2.biz.BizContext.Feature
Get a Feature from a String key.
fromModeFlag(int) - Static method in enum magoffin.matt.ma2.util.AlbumSorter.SortMode
Get a SortMode from a mode flag.
fromModeFlag(int) - Static method in enum magoffin.matt.ma2.util.MediaItemSorter.SortMode
Get a SortMode from a mode flag.

G

generateShadow(ShadowServerController.Command, OutputStream) - Method in class magoffin.matt.ma2.web.ShadowServerController
Generate the shadow and send to the output stream.
Geometry - Class in magoffin.matt.ma2.support
Simple class to represent a width and height.
Geometry() - Constructor for class magoffin.matt.ma2.support.Geometry
Default constructor.
Geometry(int, int) - Constructor for class magoffin.matt.ma2.support.Geometry
Construct a Geometry with width and height.
Geometry(int, int, Geometry.Mode) - Constructor for class magoffin.matt.ma2.support.Geometry
Construct a Geometry with width, height, and mode.
Geometry.Mode - Enum in magoffin.matt.ma2.support
Geometry mode.
getAccessLevel() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the accessLevel property.
getActingUser() - Method in interface magoffin.matt.ma2.biz.BizContext
Get the acting user.
getActingUser() - Method in interface magoffin.matt.ma2.domain.UiSession
Gets the value of the actingUser property.
getActingUser() - Method in class magoffin.matt.ma2.support.BasicBizContext
 
getAdminBizContext(HttpServletRequest) - Method in class magoffin.matt.ma2.web.util.WebHelper
Get an admin-level BizContext for the current request.
getAdminUserTemplate() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getAdvancedProperties() - Method in class magoffin.matt.ma2.web.SetupWizard
 
getAdvancedPropertiesPage() - Method in class magoffin.matt.ma2.web.SetupWizard
 
getAlbum(Long, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getAlbum(Long, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Get an Album.
getAlbum() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the Album property.
getAlbum() - Method in interface magoffin.matt.ma2.domain.AlbumImportType
Gets the value of the Album property.
getAlbum() - Method in interface magoffin.matt.ma2.domain.CollectionImportType
An album to import, which has items nested inside of it.
getAlbum() - Method in interface magoffin.matt.ma2.domain.SearchResults
Gets the value of the Album property.
getAlbum() - Method in interface magoffin.matt.ma2.domain.UiEdit
Gets the value of the album property.
getAlbum() - Method in interface magoffin.matt.ma2.domain.UiModel
Gets the value of the Album property.
getAlbumDao() - Method in class magoffin.matt.ma2.aop.AlbumSecurityInterceptor
 
getAlbumDao() - Method in class magoffin.matt.ma2.aop.MediaItemIndexInterceptor
 
getAlbumDao() - Method in class magoffin.matt.ma2.aop.MediaItemSecurityInterceptor
 
getAlbumDao() - Method in class magoffin.matt.ma2.biz.impl.AbstractSearchBiz
 
getAlbumDao() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
getAlbumDao() - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getAlbumDao() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getAlbumDao() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getAlbumDao() - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
getAlbumDao() - Method in class magoffin.matt.ma2.web.HomeController
 
getAlbumDao() - Method in class magoffin.matt.ma2.web.service.AddToAlbumController
 
getAlbumDao() - Method in class magoffin.matt.ma2.web.service.NewAlbumController
Deprecated.  
getAlbumDao() - Method in class magoffin.matt.ma2.web.service.RemoveFromAlbumController
 
getAlbumDate() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the albumDate property.
getAlbumDate() - Method in interface magoffin.matt.ma2.domain.AlbumImportType
Gets the value of the albumDate property.
getAlbumDateFormat() - Method in class magoffin.matt.ma2.web.AlbumForm
 
getAlbumFeedForUser(AlbumFeedCommand) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getAlbumFeedForUser(AlbumFeedCommand) - Method in interface magoffin.matt.ma2.biz.UserBiz
Get a List of Albums for a user's album feed.
getAlbumFeedMaxLength() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getAlbumForKey(String) - Method in interface magoffin.matt.ma2.dao.AlbumDao
Get an Album for an anonymous key.
getAlbumForKey(String) - Method in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
 
getAlbumId() - Method in interface magoffin.matt.ma2.biz.SearchBiz.AlbumSearchCriteria
Find a specific album based on ID.
getAlbumId() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the albumId property.
getAlbumId() - Method in class magoffin.matt.ma2.support.BasicAlbumSearchCriteria
 
getAlbumId() - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
getAlbumId() - Method in class magoffin.matt.ma2.support.ShareAlbumCommand
 
getAlbumId() - Method in class magoffin.matt.ma2.support.SortAlbumsCommand
 
getAlbumId() - Method in class magoffin.matt.ma2.support.SortMediaItemsCommand
 
getAlbumId() - Method in class magoffin.matt.ma2.web.AlbumForm.Command
 
getAlbumId() - Method in class magoffin.matt.ma2.web.HomeController.Command
 
getAlbumId() - Method in class magoffin.matt.ma2.web.service.DeleteAlbumController.Command
 
getAlbumId() - Method in class magoffin.matt.ma2.web.service.MediaItemsController.Command
 
getAlbumId() - Method in class magoffin.matt.ma2.web.service.RemoveFromAlbumController.Command
 
getAlbumId() - Method in class magoffin.matt.ma2.web.service.SetAlbumParentController.Command
 
getAlbumId() - Method in class magoffin.matt.ma2.web.service.SetAlbumPosterController.Command
 
getAlbumId() - Method in class magoffin.matt.ma2.web.SortAlbumsForm.AlbumData
 
getAlbumId() - Method in class magoffin.matt.ma2.web.SortAlbumsForm.Command
 
getAlbumId() - Method in class magoffin.matt.ma2.web.SortMediaItemsForm.Command
 
getAlbumKey() - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
getAlbumKey() - Method in class magoffin.matt.ma2.web.MediaServerController.Command
 
getAlbumKey() - Method in class magoffin.matt.ma2.web.service.MediaItemInfoController.Command
 
getAlbumParent(Long, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getAlbumParent(Long, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Get the parent of an album, if one exists.
getAlbumPropertiesDoNotClone() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
getAlbumsForUser(User, BizContext) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getAlbumsForUser(User, BizContext) - Method in interface magoffin.matt.ma2.biz.UserBiz
Get all albums for a given user.
getAlbumSort() - Method in interface magoffin.matt.ma2.domain.UiModel
Gets the value of the AlbumSort property.
getAlbumSortTypes(BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getAlbumSortTypes(BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Get the list of support album sort types.
getAlbumWithItems(Long, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getAlbumWithItems(Long, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Get an Album along with the MediaItems of that album.
getAlbumWithItems(Long) - Method in interface magoffin.matt.ma2.dao.AlbumDao
Get an Album with it's items fully populated.
getAlbumWithItems(Long) - Method in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
 
getAmountCompleted() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkInfo
Get the amount of work that has been completed, from 0 to 1.
getAmountCompleted() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkRequest
Get the amount of work that has been completed, from 0 to 1.
getAmountCompleted() - Method in interface magoffin.matt.ma2.domain.WorkInfo
Gets the value of the amountCompleted property.
getAnalyzer() - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
 
getAnonymousBizContext(HttpServletRequest) - Method in class magoffin.matt.ma2.web.util.WebHelper
Get a BizContext for the current request that can be an anonymous user even if anonymous features are disabled.
getAnonymousKey() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the anonymousKey property.
getAnonymousKey() - Method in interface magoffin.matt.ma2.domain.SharedAlbumSearchResult
Gets the value of the anonymousKey property.
getAnonymousKey() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the anonymousKey property.
getAnonymousUser() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getAnonymousUser() - Method in interface magoffin.matt.ma2.biz.UserBiz
Get an anonymous user object.
getAnonymousUserTemplate() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getAppContextSupport() - Method in interface magoffin.matt.ma2.biz.BizContext
Get the application context.
getAppContextSupport() - Method in class magoffin.matt.ma2.support.BasicBizContext
 
getApplicationProperties() - Method in class magoffin.matt.ma2.web.util.AppContextInitializer
 
getArchivePath() - Method in interface magoffin.matt.ma2.domain.ItemImportType
Gets the value of the archivePath property.
getAttribute(String) - Method in interface magoffin.matt.ma2.biz.BizContext
Get an attribute value.
getAttribute(String) - Method in class magoffin.matt.ma2.support.BasicBizContext
 
getAuthor() - Method in interface magoffin.matt.ma2.domain.Theme
Gets the value of the author property.
getAuthorEmail() - Method in interface magoffin.matt.ma2.domain.Theme
Gets the value of the authorEmail property.
getAvailableLocales() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getAvailableLocales() - Method in interface magoffin.matt.ma2.biz.SystemBiz
Get a list of available locales.
getAvailableThemes() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getAvailableThemes() - Method in interface magoffin.matt.ma2.biz.SystemBiz
Get a list of available themes.
getAvailableTimeZones() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getAvailableTimeZones() - Method in interface magoffin.matt.ma2.biz.SystemBiz
Get a list of available time zones.
getAwtMediaEffectMap() - Method in class magoffin.matt.ma2.image.awt.BaseAwtImageMediaHandler
 
getBasePath() - Method in interface magoffin.matt.ma2.domain.Theme
Gets the value of the basePath property.
getBaseThemePath() - Method in class magoffin.matt.ma2.web.DownloadThemeController
 
getBaseThemePath() - Method in class magoffin.matt.ma2.web.ThemeResourceController
 
getBaseThemePath() - Method in class magoffin.matt.ma2.web.util.ThemeAwareResourceLoader
 
getBinderTemplate() - Method in class magoffin.matt.ma2.web.AbstractForm
 
getBizContext() - Static method in class magoffin.matt.ma2.util.BizContextUtil
Get the BizContext previously set via BizContextUtil.attachBizContext(BizContext).
getBizContext(HttpServletRequest, boolean) - Method in class magoffin.matt.ma2.web.util.WebHelper
Get a BizContext for the current request.
getBizContextWithViewSettings(HttpServletRequest) - Method in class magoffin.matt.ma2.web.util.WebHelper
Get a BizContext for the current request, checking that a Session object exists on the HttpSession.
getBrowseTheme() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the browseTheme property.
getBrowseThemeId() - Method in class magoffin.matt.ma2.support.PreferencesCommand
 
getBufferedImage(String, MediaItem, MediaRequest, Resource) - Method in class magoffin.matt.ma2.image.iio.BaseImageIOMediaHandler
Get a BufferedImage for a MediaItem.
getBufferedImage(Image) - Method in class magoffin.matt.ma2.image.ImageMediaHelper
Get a BufferedImage from an Image.
getCacheDirectory() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getCacheDirectory() - Method in interface magoffin.matt.ma2.biz.SystemBiz
Get a directory for caching items in.
getCacheKey() - Method in interface magoffin.matt.ma2.MediaRequest
Get a key that can uniquely define this media request, for purposes of using as a key for caching.
getCacheKey() - Method in class magoffin.matt.ma2.support.BasicMediaRequest
Generates a cache key based on the item's ID, size, and quality.
getCacheKey(ShadowServerController.Command) - Method in class magoffin.matt.ma2.web.ShadowServerController
Generate a cache key for the given command.
getCancelView() - Method in class magoffin.matt.ma2.web.AbstractForm
 
getCancelView() - Method in class magoffin.matt.ma2.web.AbstractWizardForm
 
getCharSetEncoding(String) - Method in class magoffin.matt.ma2.web.service.AxiomSoapMessageFactory
Returns the character set from the given content type.
getChildAlbumIds() - Method in class magoffin.matt.ma2.support.SortAlbumsCommand
 
getChildKey() - Method in class magoffin.matt.ma2.web.ViewAlbumController.Command
 
getChildren() - Method in class magoffin.matt.ma2.web.SortAlbumsForm.Command
 
getCode() - Method in interface magoffin.matt.ma2.domain.Locale
Gets the value of the code property.
getCode() - Method in interface magoffin.matt.ma2.domain.TimeZone
Gets the value of the code property.
getCode() - Method in class magoffin.matt.ma2.support.LogonCommand
 
getCollection(Long, BizContext) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getCollection(Long, BizContext) - Method in interface magoffin.matt.ma2.biz.UserBiz
Get a single collection.
getCollection() - Method in interface magoffin.matt.ma2.domain.GetCollectionListResponseType
Gets the value of the Collection property.
getCollection() - Method in interface magoffin.matt.ma2.domain.UiEdit
Gets the value of the collection property.
getCollection() - Method in interface magoffin.matt.ma2.domain.UiModel
Gets the value of the Collection property.
getCollectionDao() - Method in class magoffin.matt.ma2.aop.MediaItemSecurityInterceptor
 
getCollectionDao() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
getCollectionDao() - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getCollectionDao() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getCollectionDao() - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
getCollectionDao() - Method in class magoffin.matt.ma2.web.service.DeleteCollectionController
 
getCollectionDirectory(Collection, BizContext) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getCollectionDirectory(Collection, BizContext) - Method in interface magoffin.matt.ma2.biz.UserBiz
Get the directory for a given collection.
getCollectionForMediaItem(Long) - Method in interface magoffin.matt.ma2.dao.CollectionDao
Get the collection a MediaItem is in.
getCollectionForMediaItem(Long) - Method in class magoffin.matt.ma2.dao.hbm.HibernateCollectionDao
 
getCollectionId() - Method in interface magoffin.matt.ma2.domain.AddMediaRequestType
Gets the value of the collectionId property.
getCollectionId() - Method in interface magoffin.matt.ma2.domain.Collection
Gets the value of the collectionId property.
getCollectionId() - Method in interface magoffin.matt.ma2.domain.CollectionListItemType
Gets the value of the collectionId property.
getCollectionId() - Method in class magoffin.matt.ma2.support.AddMediaCommand
 
getCollectionId() - Method in class magoffin.matt.ma2.support.MoveItemsCommand
 
getCollectionId() - Method in class magoffin.matt.ma2.web.CollectionForm.Command
 
getCollectionId() - Method in class magoffin.matt.ma2.web.HomeController.Command
 
getCollectionId() - Method in class magoffin.matt.ma2.web.service.AddMediaContentHandler
 
getCollectionId() - Method in class magoffin.matt.ma2.web.service.DeleteCollectionController.Command
 
getCollectionId() - Method in class magoffin.matt.ma2.web.service.MediaItemsController.Command
 
getCollectionImport() - Method in interface magoffin.matt.ma2.domain.AddMediaRequestType
Gets the value of the collectionImport property.
getCollectionList(GetCollectionListRequest) - Method in class magoffin.matt.ma2.web.service.GetCollectionListEndpoint
Get a list of all collections for the current user.
GetCollectionListEndpoint - Class in magoffin.matt.ma2.web.service
Web service endpoint for getting the list of collections for the current user.
GetCollectionListEndpoint() - Constructor for class magoffin.matt.ma2.web.service.GetCollectionListEndpoint
 
GetCollectionListRequest - Interface in magoffin.matt.ma2.domain
Java content class for GetCollectionListRequest element declaration.
GetCollectionListRequestType - Interface in magoffin.matt.ma2.domain
Request a list of collections for the authenticated user.
GetCollectionListResponse - Interface in magoffin.matt.ma2.domain
Java content class for GetCollectionListResponse element declaration.
GetCollectionListResponseType - Interface in magoffin.matt.ma2.domain
The collection list response: a list of collection names and IDs.
getCollectionPropertiesDoNotClone() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
getCollectionRootDirectory() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getCollectionRootDirectory() - Method in interface magoffin.matt.ma2.biz.SystemBiz
Get the root directory to store all collections within.
getCollectionsForUser(User, BizContext) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getCollectionsForUser(User, BizContext) - Method in interface magoffin.matt.ma2.biz.UserBiz
Get all collections for a given user.
getCollectionWithItems(Long, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getCollectionWithItems(Long, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Get a Collection along with the MediaItems of that collection.
getCollectionWithItems(Long) - Method in interface magoffin.matt.ma2.dao.CollectionDao
Get an Collection with it's items fully populated.
getCollectionWithItems(Long) - Method in class magoffin.matt.ma2.dao.hbm.HibernateCollectionDao
 
getColor() - Method in class magoffin.matt.ma2.image.awt.BumpMapEffect
 
getCommand(HttpServletRequest) - Method in class magoffin.matt.ma2.web.BrowseAlbumsController
 
getCommand(HttpServletRequest) - Method in class magoffin.matt.ma2.web.service.SearchMediaItemsController
 
getComment() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the comment property.
getComment() - Method in interface magoffin.matt.ma2.domain.BaseImportType
A comment or description of the item.
getComment() - Method in interface magoffin.matt.ma2.domain.Collection
Gets the value of the comment property.
getComment() - Method in interface magoffin.matt.ma2.domain.KeyNameType
Gets the value of the comment property.
getComment() - Method in interface magoffin.matt.ma2.domain.UserComment
Gets the value of the comment property.
getComment() - Method in class magoffin.matt.ma2.support.UserCommentCommand
 
getComment() - Method in class magoffin.matt.ma2.web.service.NewAlbumController.Command
Deprecated.  
getComment() - Method in class magoffin.matt.ma2.web.service.NewCollectionController.Command
Deprecated.  
getCommenter() - Method in interface magoffin.matt.ma2.domain.UserComment
Gets the value of the commenter property.
getCommentId() - Method in interface magoffin.matt.ma2.domain.UserComment
Gets the value of the commentId property.
getCommentingUser() - Method in interface magoffin.matt.ma2.domain.UserComment
Gets the value of the commentingUser property.
getComments() - Method in class magoffin.matt.ma2.support.MediaInfoCommand
 
getCompletedJobMinRememberTimeMs() - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
getCompleteTime() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkInfo
 
getConfig() - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
 
getConfigName() - Method in class magoffin.matt.ma2.support.AbstractPlugin
Get the base name for this plugin's Spring configuration.
getConfirmUrl() - Method in class magoffin.matt.ma2.aop.UserEmailInterceptor
 
getContentType() - Method in interface magoffin.matt.ma2.domain.MediaDataType
Gets the value of the contentType property.
getContentType() - Method in class magoffin.matt.ma2.web.DownloadThemeController
 
getCopyright() - Method in class magoffin.matt.ma2.support.MediaInfoCommand
 
getCount() - Method in interface magoffin.matt.ma2.domain.PaginationIndexSection
Gets the value of the count property.
getCountry() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the country property.
getCreationDate() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the creationDate property.
getCreationDate() - Method in interface magoffin.matt.ma2.domain.AlbumImportType
Gets the value of the creationDate property.
getCreationDate() - Method in interface magoffin.matt.ma2.domain.Collection
Gets the value of the creationDate property.
getCreationDate() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the creationDate property.
getCreationDate() - Method in interface magoffin.matt.ma2.domain.MediaItemRating
Gets the value of the creationDate property.
getCreationDate() - Method in interface magoffin.matt.ma2.domain.Theme
Gets the value of the creationDate property.
getCreationDate() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the creationDate property.
getCreationDate() - Method in interface magoffin.matt.ma2.domain.UserComment
Gets the value of the creationDate property.
getCreationDate() - Method in interface magoffin.matt.ma2.domain.UserTag
Gets the value of the creationDate property.
getCreationDate() - Method in interface magoffin.matt.ma2.MediaMetadata
Get the date the item was created.
getCreationDate() - Method in class magoffin.matt.ma2.support.AbstractMediaMetadata
 
getCreationDateKey() - Method in class magoffin.matt.ma2.support.SmetaMediaMetadata
 
getCustomViews() - Method in class magoffin.matt.ma2.web.HelpController
 
getDate() - Method in class magoffin.matt.ma2.support.MediaInfoCommand
 
getDatePattern() - Method in class magoffin.matt.ma2.web.util.WebHelper
 
getDateTimeZone() - Method in class magoffin.matt.ma2.web.util.WebHelper
 
getDefaultCollectionCommentMessageKey() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getDefaultCollectionNameMessageKey() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getDefaultSettings() - Method in class magoffin.matt.ma2.web.SetupWizard
 
getDefaultTheme() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getDefaultTheme() - Method in interface magoffin.matt.ma2.biz.SystemBiz
Get a default theme.
getDefaultTheme() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the defaultTheme property.
getDefaultThemeName() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getDefaultThemeTemplate() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getDefaultThumbQuality() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getDefaultThumbSize() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getDefaultTimeZone() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getDefaultTimeZone() - Method in interface magoffin.matt.ma2.biz.SystemBiz
Get the system's default time zone.
getDefaultTimeZoneCode() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getDefaultViewQuality() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getDefaultViewSize() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getDelayedJobMaxRememberTimeMs() - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
getDelegateFileExtension(Resource, String, MediaItem, MediaRequest) - Method in class magoffin.matt.ma2.image.iio.JpegMediaHandler
 
getDelegateFileExtension(Resource, String, MediaItem, MediaRequest) - Method in class magoffin.matt.ma2.image.iio.PngMediaHandler
 
getDelegateFileExtension(Resource, String, MediaItem, MediaRequest) - Method in class magoffin.matt.ma2.image.jmagick.JpegMediaHandler
 
getDelegateFileExtension(Resource, String, MediaItem, MediaRequest) - Method in class magoffin.matt.ma2.image.jmagick.PngMediaHandler
 
getDelegateFileExtension(Resource, String, MediaItem, MediaRequest) - Method in interface magoffin.matt.ma2.MediaHandlerDelegate
Get the preferred file extension for this handler.
getDelegateFileExtension(Resource, String, MediaItem, MediaRequest) - Method in class magoffin.matt.ma2.support.MimeTypeMediaHandlerDelegate
 
getDelegateMap() - Method in class magoffin.matt.ma2.support.MimeTypeMediaHandlerDelegate
 
getDescription() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the description property.
getDescription() - Method in interface magoffin.matt.ma2.domain.Theme
Gets the value of the description property.
getDiskUsage() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the diskUsage property.
getDisplayName() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkInfo
Get a display-friendly name for this task.
getDisplayName() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkRequest
Get a display name for this work request.
getDisplayName() - Method in interface magoffin.matt.ma2.domain.WorkInfo
Gets the value of the displayName property.
getDisplayOrder() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the displayOrder property.
getDisplayTimeZone() - Method in class magoffin.matt.ma2.support.MediaInfoCommand
 
getDocument(InputStream) - Method in class magoffin.matt.ma2.util.XmlHelper
Get a Document object from an XML data stream.
getDocument(InputSource) - Method in class magoffin.matt.ma2.util.XmlHelper
Get a Document object from an XML InputSource.
getDocument(String) - Method in class magoffin.matt.ma2.util.XmlHelper
Get a Document object from an XML string.
getDocumentBuilderFactory() - Method in class magoffin.matt.ma2.util.XmlHelper
 
getDomainObjectFactory() - Method in class magoffin.matt.ma2.biz.impl.AbstractSearchBiz
 
getDomainObjectFactory() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
getDomainObjectFactory() - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getDomainObjectFactory() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getDomainObjectFactory() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getDomainObjectFactory() - Method in class magoffin.matt.ma2.dao.support.AbstractJdbcBrowseModePlugin
 
getDomainObjectFactory() - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
 
getDomainObjectFactory() - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
 
getDomainObjectFactory() - Method in class magoffin.matt.ma2.web.AbstractCommandController
 
getDomainObjectFactory() - Method in class magoffin.matt.ma2.web.AbstractController
 
getDomainObjectFactory() - Method in class magoffin.matt.ma2.web.AbstractForm
 
getDomainObjectFactory() - Method in class magoffin.matt.ma2.web.AbstractWizardForm
 
getDomainObjectFactory() - Method in class magoffin.matt.ma2.web.service.GetCollectionListEndpoint
 
getDomainObjectFactory() - Method in class magoffin.matt.ma2.web.util.AppContextInitializer
 
getDomainObjectFactory() - Method in class magoffin.matt.ma2.web.util.EditInitializer
 
getDomainObjectFactory() - Method in class magoffin.matt.ma2.web.util.WebHelper
 
getEffect(String, Map<String, ?>) - Method in class magoffin.matt.ma2.image.awt.BaseAwtImageMediaHandler
 
getEffect(String, Map<String, ?>) - Method in class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaHandler
 
getEffect(String, Map<String, ?>) - Method in interface magoffin.matt.ma2.MediaHandler
Get a MediaEffect instance for a specific key.
getEffect(String, Map<String, ?>) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
 
getEffect(String, Map<String, ?>) - Method in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
 
getEffects() - Method in interface magoffin.matt.ma2.MediaRequest
Get a List of effects to apply to the request.
getEffects() - Method in class magoffin.matt.ma2.support.BasicMediaRequest
 
getElevationScale() - Method in class magoffin.matt.ma2.image.awt.BumpMapEffect
 
getEmail() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the email property.
getEmail() - Method in class magoffin.matt.ma2.support.UserCommentCommand
 
getEmbeddedImage() - Method in interface magoffin.matt.ma2.image.EmbeddedImageMetadata
Get a BufferedImage for the embedded image.
getEmbeddedImage() - Method in class magoffin.matt.ma2.support.SmetaMediaMetadata
 
getEmbeddedImageHeight() - Method in interface magoffin.matt.ma2.image.EmbeddedImageMetadata
Get the height, in pixels, of the embedded image.
getEmbeddedImageHeight() - Method in class magoffin.matt.ma2.support.SmetaMediaMetadata
 
getEmbeddedImageKey() - Method in class magoffin.matt.ma2.support.SmetaMediaMetadata
 
getEmbeddedImageMimeType() - Method in interface magoffin.matt.ma2.image.EmbeddedImageMetadata
Get the MIME type of the embedded image.
getEmbeddedImageMimeType() - Method in class magoffin.matt.ma2.support.SmetaMediaMetadata
 
getEmbeddedImageResource() - Method in interface magoffin.matt.ma2.image.EmbeddedImageMetadata
Get the embedded image as a Resource (original image data).
getEmbeddedImageResource() - Method in class magoffin.matt.ma2.support.SmetaMediaMetadata
 
getEmbeddedImageWidth() - Method in interface magoffin.matt.ma2.image.EmbeddedImageMetadata
Get the width, in pixels, of the embedded image.
getEmbeddedImageWidth() - Method in class magoffin.matt.ma2.support.SmetaMediaMetadata
 
getEncryptor() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getEndDate() - Method in interface magoffin.matt.ma2.biz.SearchBiz.MediaItemSearchCriteria
Get a maximum date.
getEndDate() - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
getEntriesSince() - Method in class magoffin.matt.ma2.support.AlbumFeedCommand
 
getEntriesSince() - Method in class magoffin.matt.ma2.support.BrowseAlbumsCommand
 
getError() - Method in interface magoffin.matt.ma2.domain.WorkInfo
Gets the value of the error property.
getErrorMap() - Method in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
Get the map of errors.
getErrorMsg() - Method in class magoffin.matt.ma2.support.LogonCommand
 
getErrors() - Method in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
 
getErrors() - Method in exception magoffin.matt.ma2.ValidationException
 
getErrorView() - Method in class magoffin.matt.ma2.web.AbstractCommandController
 
getErrorView() - Method in class magoffin.matt.ma2.web.AbstractController
 
getException() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkInfo
 
getExceptionResult(T, Exception) - Method in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
Get the result for when an exception occurs.
getExecutor() - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
getExecutorService() - Method in class magoffin.matt.ma2.web.MediaServerController
 
getExternalThemeDirectory() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getFactoryManager() - Method in class magoffin.matt.ma2.support.SmetaMediaMetadata
 
getFallbackIconName() - Method in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
 
getField() - Method in interface magoffin.matt.ma2.domain.MediaItemType
Gets the value of the Field property.
getFieldName() - Method in enum magoffin.matt.ma2.lucene.IndexField
Get a Lucene field name for this enum.
getFileExtension(MediaItem, MediaRequest) - Method in class magoffin.matt.ma2.image.iio.PngMediaHandler
 
getFileExtension(MediaItem, MediaRequest) - Method in class magoffin.matt.ma2.image.jmagick.JpegMediaHandler
 
getFileExtension(MediaItem, MediaRequest) - Method in class magoffin.matt.ma2.image.jmagick.PngMediaHandler
 
getFileExtension(MediaItem, MediaRequest) - Method in class magoffin.matt.ma2.image.SvgMediaHandler
 
getFileExtension(MediaItem, MediaRequest) - Method in interface magoffin.matt.ma2.MediaHandler
Get the preferred file extension for this handler.
getFileExtension(MediaItem, MediaRequest) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
Get the file extension.
getFileExtension(MediaItem, MediaRequest) - Method in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
 
getFileSize() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the fileSize property.
getFileSystemPage() - Method in class magoffin.matt.ma2.web.SetupWizard.SetupCommandValidator
 
getFileTypeMap() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
getFileTypeMap() - Method in class magoffin.matt.ma2.web.ThemeResourceController
 
getFileTypeMap() - Method in class magoffin.matt.ma2.web.UserResourceController
 
getFilterNameMap() - Method in class magoffin.matt.ma2.image.jmagick.ScaleEffect
 
getGeometry(MediaSize) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getGeometry(MediaSize) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Get a geometry for a given size.
getGeometry() - Method in enum magoffin.matt.ma2.MediaSize
Get a default Geometry object for this size.
getGeometryMap() - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getHeight() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the height property.
getHeight() - Method in interface magoffin.matt.ma2.domain.MediaSizeDefinition
Gets the value of the height property.
getHeight() - Method in class magoffin.matt.ma2.support.Geometry
Returns the height.
getHelpId() - Method in class magoffin.matt.ma2.web.HelpController.Command
 
getHits() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the hits property.
getHjid() - Method in interface magoffin.matt.ma2.domain.Metadata
Gets the value of the hjid property.
getIconResourcePathPrefix() - Method in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
 
getId() - Method in class magoffin.matt.ma2.web.MediaServerController.Command
 
getIdForObject(Object) - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
getIdForObject(Object) - Method in class magoffin.matt.ma2.lucene.UserLucenePlugin
 
getImageMediaHelper() - Method in class magoffin.matt.ma2.image.awt.BumpMapEffect
 
getImageMediaHelper() - Method in class magoffin.matt.ma2.image.awt.CompositeEffect
 
getImageMediaHelper() - Method in class magoffin.matt.ma2.image.iio.BaseImageIOMediaHandler
 
getImageMediaRequestDelegate() - Method in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
 
getIndex() - Method in interface magoffin.matt.ma2.domain.SearchResults
Gets the value of the index property.
getIndexBiz() - Method in class magoffin.matt.ma2.aop.AbstractIndexInterceptor
 
getIndexBiz() - Method in class magoffin.matt.ma2.web.admin.ReindexController
 
getIndexErrorMessage(T, Exception) - Method in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
Get an error message for an index operation.
getIndexErrorMessage(List<Object>) - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
Get a single index error message from a list of index errors.
getIndexEventListeners() - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
Get the list of IndexLister objects.
getIndexKey() - Method in interface magoffin.matt.ma2.domain.PaginationCriteria
Gets the value of the indexKey property.
getIndexKey() - Method in interface magoffin.matt.ma2.domain.PaginationIndexSection
Gets the value of the indexKey property.
getIndexKey() - Method in class magoffin.matt.ma2.web.admin.UserIndexController.Command
 
getIndexKeyLength() - Method in class magoffin.matt.ma2.lucene.StandardMatteAnalyzer
 
getIndexSection() - Method in interface magoffin.matt.ma2.domain.PaginationIndex
Gets the value of the IndexSection property.
getIndexType() - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
 
getIndexType() - Method in class magoffin.matt.ma2.web.admin.ReindexController.Command
 
getInfo(long) - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
getInfo(long) - Method in interface magoffin.matt.ma2.biz.WorkBiz
Get information about a running or recently running job.
getInfoReindexCount() - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
 
getInitialModel(MethodInvocation) - Method in class magoffin.matt.ma2.aop.AbstractMailTemplateInterceptor
Get an initial Map object to use for the model data for the mail merge.
getInitialModel(MethodInvocation) - Method in class magoffin.matt.ma2.aop.UserEmailInterceptor
 
getIntensity() - Method in class magoffin.matt.ma2.image.awt.BumpMapEffect
 
getIoBiz() - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getIoBiz() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getIoBiz() - Method in class magoffin.matt.ma2.web.DownloadItemsForm
 
getIoBiz() - Method in class magoffin.matt.ma2.web.MediaServerController
 
getIoBiz() - Method in class magoffin.matt.ma2.web.service.AddMediaEndpoint
 
getIoBiz() - Method in class magoffin.matt.ma2.web.service.AddMediaMessageEndpoint
 
getIoBiz() - Method in class magoffin.matt.ma2.web.UploadMediaForm
 
getItem() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the Item property.
getItem() - Method in interface magoffin.matt.ma2.domain.AlbumImportType
Gets the value of the Item property.
getItem() - Method in interface magoffin.matt.ma2.domain.Collection
Gets the value of the Item property.
getItem() - Method in interface magoffin.matt.ma2.domain.CollectionImportType
A media item to import, outside of any album.
getItem() - Method in interface magoffin.matt.ma2.domain.SearchResults
Gets the value of the Item property.
getItem() - Method in interface magoffin.matt.ma2.domain.UiModel
Gets the value of the Item property.
getItem() - Method in class magoffin.matt.ma2.support.BasicMediaResponse
 
getItemCount() - Method in interface magoffin.matt.ma2.domain.AlbumSearchResult
Gets the value of the itemCount property.
getItemDate() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the itemDate property.
getItemForPath(Long, String) - Method in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
 
getItemForPath(Long, String) - Method in interface magoffin.matt.ma2.dao.MediaItemDao
Find a MediaItem by its path and a specific collection.
getItemId() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the itemId property.
getItemId() - Method in interface magoffin.matt.ma2.domain.PosterSearchResult
Gets the value of the itemId property.
getItemId() - Method in class magoffin.matt.ma2.support.UserCommentCommand
 
getItemId() - Method in class magoffin.matt.ma2.web.service.SetAlbumPosterController.Command
 
getItemId() - Method in class magoffin.matt.ma2.web.SortMediaItemsForm.MediaItemData
 
getItemId() - Method in class magoffin.matt.ma2.web.ViewAlbumController.Command
 
getItemIds() - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
getItemIds() - Method in class magoffin.matt.ma2.support.MediaInfoCommand
 
getItemIds() - Method in class magoffin.matt.ma2.support.MoveItemsCommand
 
getItemIds() - Method in class magoffin.matt.ma2.support.SortMediaItemsCommand
 
getItemIds() - Method in class magoffin.matt.ma2.web.service.DeleteMediaController.Command
 
getItemIds() - Method in class magoffin.matt.ma2.web.service.MediaItemInfoController.Command
 
getItemIds() - Method in class magoffin.matt.ma2.web.service.MediaItemRatingController.Command
 
getItemIds() - Method in class magoffin.matt.ma2.web.service.MediaItemsController.Command
 
getItemIds() - Method in class magoffin.matt.ma2.web.service.RemoveFromAlbumController.Command
 
getItemMaxDate() - Method in interface magoffin.matt.ma2.domain.AlbumSearchResult
Gets the value of the itemMaxDate property.
getItemMinDate() - Method in interface magoffin.matt.ma2.domain.AlbumSearchResult
Gets the value of the itemMinDate property.
getItems() - Method in class magoffin.matt.ma2.web.SortMediaItemsForm.Command
 
getJaxbContext() - Method in class magoffin.matt.ma2.util.XmlHelper
 
getJdbcTemplate() - Method in class magoffin.matt.ma2.dao.support.AbstractJdbcBrowseModePlugin
 
getJmagickMediaEffectMap() - Method in class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaHandler
 
getJpeg2000UserAgentPatterns() - Method in class magoffin.matt.ma2.image.jmagick.JpegMediaHandler
 
getKey() - Method in interface magoffin.matt.ma2.domain.KeyNameType
Gets the value of the key property.
getKey() - Method in interface magoffin.matt.ma2.domain.Metadata
Gets the value of the key property.
getKey() - Method in class magoffin.matt.ma2.image.awt.BumpMapEffect
 
getKey() - Method in class magoffin.matt.ma2.image.awt.CompositeEffect
 
getKey() - Method in class magoffin.matt.ma2.image.awt.RotateEffect
 
getKey() - Method in class magoffin.matt.ma2.image.awt.ScaleEffect
 
getKey() - Method in class magoffin.matt.ma2.image.jmagick.BumpMapEffect
 
getKey() - Method in class magoffin.matt.ma2.image.jmagick.RotateEffect
 
getKey() - Method in class magoffin.matt.ma2.image.jmagick.ScaleEffect
 
getKey() - Method in interface magoffin.matt.ma2.MediaEffect
Get the key for this effect.
getKey() - Method in class magoffin.matt.ma2.web.ViewAlbumController.Command
 
getKeywords() - Method in interface magoffin.matt.ma2.domain.ItemImportType
Any number of keywords can be specified by delimiting them with commas.
getLanguage() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the language property.
getLastModified(HttpServletRequest) - Method in class magoffin.matt.ma2.web.MediaServerController
 
getLastModified(HttpServletRequest) - Method in class magoffin.matt.ma2.web.ShadowServerController
 
getLastModified(HttpServletRequest) - Method in class magoffin.matt.ma2.web.ThemeResourceController
 
getLength() - Method in class magoffin.matt.ma2.support.BasicMediaResponse
 
getLight() - Method in class magoffin.matt.ma2.image.awt.BumpMapEffect
 
getLocale(MethodInvocation, Map<String, Object>, Object) - Method in class magoffin.matt.ma2.aop.AbstractMailTemplateInterceptor
Get the locale for the email message.
getLocale(MethodInvocation, Map<String, Object>, Object) - Method in class magoffin.matt.ma2.aop.UserEmailInterceptor
 
getLocale() - Method in interface magoffin.matt.ma2.biz.BizContext
Get the Locale to use for messages, etc.
getLocale() - Method in interface magoffin.matt.ma2.domain.UiModel
Gets the value of the Locale property.
getLocale() - Method in class magoffin.matt.ma2.support.BasicBizContext
 
getLocale() - Method in class magoffin.matt.ma2.support.BrowseAlbumsCommand
 
getLocale() - Method in class magoffin.matt.ma2.support.PreferencesCommand
 
getLocalTz() - Method in interface magoffin.matt.ma2.domain.AddMediaRequestType
Gets the value of the localTz property.
getLocalTz() - Method in class magoffin.matt.ma2.support.AddMediaCommand
 
getLocalTz() - Method in class magoffin.matt.ma2.web.service.AddMediaContentHandler
 
getLogin() - Method in exception magoffin.matt.ma2.AuthorizationException
Get the attempted login.
getLogin() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the login property.
getLogin() - Method in class magoffin.matt.ma2.support.LogonCommand
 
getLucene() - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
Get the LuceneService configured for this plugin.
getLucene() - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
getMa2NamespacePrefix() - Method in class magoffin.matt.ma2.util.MatteNamespaceContext
Deprecated.  
getMa2NamespaceURI() - Method in class magoffin.matt.ma2.util.MatteNamespaceContext
Deprecated.  
getMailMergeSupport() - Method in class magoffin.matt.ma2.aop.AbstractMailTemplateInterceptor
 
getMailSender() - Method in class magoffin.matt.ma2.util.MailMergeHelper
 
getMarshaller() - Method in class magoffin.matt.ma2.util.XmlHelper
Get a JAXB Marshaller, configured for our context.
getMarshallerProperties() - Method in class magoffin.matt.ma2.util.XmlHelper
 
getMatteNamespacePrefix() - Method in class magoffin.matt.ma2.util.MatteNamespaceContext
Deprecated.  
getMatteNamespaceURI() - Method in class magoffin.matt.ma2.util.MatteNamespaceContext
Deprecated.  
getMaxEntries() - Method in class magoffin.matt.ma2.support.AlbumFeedCommand
 
getMaxEntries() - Method in class magoffin.matt.ma2.support.BrowseAlbumsCommand
 
getMaxResults() - Method in interface magoffin.matt.ma2.domain.PaginationCriteria
Gets the value of the maxResults property.
getMaxResults() - Method in class magoffin.matt.ma2.lucene.MediaItemLuceneSearchCriteria
 
getMediaBiz() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
getMediaBiz() - Method in class magoffin.matt.ma2.image.awt.BaseAwtMediaEffect
 
getMediaBiz() - Method in class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaEffect
 
getMediaBiz() - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.AddCommentForm
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.AlbumForm
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.DownloadItemsForm
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.HomeController
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.MediaServerController
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.MoveItemsForm
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.service.AddToAlbumController
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.service.DeleteAlbumController
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.service.DeleteCollectionController
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.service.DeleteMediaController
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.service.MediaItemInfoController
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.service.MediaItemRatingController
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.service.MediaItemsController
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.service.RemoveFromAlbumController
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.service.SaveMediaItemInfoController
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.service.SetAlbumParentController
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.service.SetAlbumPosterController
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.service.ShareAlbumController
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.SortAlbumsForm
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.SortMediaItemsForm
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.util.WebHelper
 
getMediaBiz() - Method in class magoffin.matt.ma2.web.ViewAlbumController
 
getMediaData() - Method in interface magoffin.matt.ma2.domain.AddMediaRequestType
The media to import.
getMediaDateFormat() - Method in class magoffin.matt.ma2.web.service.SaveMediaItemInfoController
 
getMediaFile() - Method in class magoffin.matt.ma2.web.service.AddMediaContentHandler
 
getMediaHandler(File) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getMediaHandler(String) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getMediaHandler(File) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Get a MediaHandler instance for a given file.
getMediaHandler(String) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Get a MediaHandler instance for a given MIME type.
getMediaHandlerFileExtensionMap() - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getMediaHandlerMimeMap() - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getMediaItemCollection(MediaItem) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getMediaItemCollection(MediaItem) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Get the Collection for a given MediaItem.
getMediaItemCriteria() - Method in class magoffin.matt.ma2.lucene.MediaItemLuceneSearchCriteria
 
getMediaItemDao() - Method in class magoffin.matt.ma2.aop.MediaItemSecurityInterceptor
 
getMediaItemDao() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
getMediaItemDao() - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getMediaItemDao() - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
getMediaItemDao() - Method in class magoffin.matt.ma2.web.service.MediaItemsController
 
getMediaItemId() - Method in interface magoffin.matt.ma2.MediaRequest
Get the ID of the media item desired.
getMediaItemId() - Method in class magoffin.matt.ma2.support.BasicMediaRequest
 
getMediaItemIndexType() - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
getMediaItemPropertiesDoNotClone() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
getMediaItemResource(MediaItem) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getMediaItemResource(MediaItem) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Get a Resource for a given MediaItem.
getMediaItemsForAlbum(Album, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getMediaItemsForAlbum(Album, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Get all MediaItems that belong to a given Album.
getMediaItemsForCollection(Collection, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getMediaItemsForCollection(Collection, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Get all MediaItems that belong to a given Collection.
getMediaItemTemplate() - Method in interface magoffin.matt.ma2.biz.SearchBiz.MediaItemSearchCriteria
Get a search object template.
getMediaItemTemplate() - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
getMediaItemWithInfo(Long, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getMediaItemWithInfo(Long, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Get a MediaItem along with the meta data and other info populated.
getMediaItemWithInfo(Long) - Method in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
 
getMediaItemWithInfo(Long) - Method in interface magoffin.matt.ma2.dao.MediaItemDao
Get a MediaItem fully populated (with metadata, etc).
getMediaMetadataInstance(MediaRequest, Resource, MediaItem) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
Get a MediaMetadata instance for the given resource.
getMediaSize() - Method in interface magoffin.matt.ma2.domain.UiModel
Gets the value of the MediaSize property.
getMediaTimeZone() - Method in class magoffin.matt.ma2.support.MediaInfoCommand
 
getMediaType() - Method in interface magoffin.matt.ma2.domain.MediaItem
The type of media this item represents, e.g.
getMediaTz() - Method in interface magoffin.matt.ma2.domain.AddMediaRequestType
Gets the value of the mediaTz property.
getMediaTz() - Method in class magoffin.matt.ma2.support.AddMediaCommand
 
getMediaTz() - Method in class magoffin.matt.ma2.web.service.AddMediaContentHandler
 
getMessage() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkInfo
Get a message to pass to the result work info.
getMessage() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkRequest
Get a message to pass to the result work info.
getMessage() - Method in interface magoffin.matt.ma2.domain.AddMediaResponseType
Gets the value of the message property.
getMessage() - Method in interface magoffin.matt.ma2.domain.WorkInfo
Gets the value of the message property.
getMessageResourceNames() - Method in class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
 
getMessageResourceNames() - Method in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
 
getMessageResourceNames() - Method in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
 
getMessageResourceNames() - Method in class magoffin.matt.ma2.plugin.NoopPlugin
 
getMessageResourceNames() - Method in interface magoffin.matt.ma2.plugin.Plugin
Get a list of message resource names to register.
getMessages() - Method in class magoffin.matt.ma2.aop.MediaItemIndexInterceptor
 
getMessages() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
getMessages() - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getMessages() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getMessages() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getMessages() - Method in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
 
getMessages() - Method in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
 
getMessages() - Method in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
 
getMessages() - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
 
getMessages() - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
getMessageSource() - Method in class magoffin.matt.ma2.util.MailMergeHelper
 
getMessageSource() - Method in class magoffin.matt.ma2.web.util.WebHelper
 
getMessagesSource() - Method in class magoffin.matt.ma2.web.AbstractCommandController
 
getMessagesSource() - Method in class magoffin.matt.ma2.web.AbstractController
 
getMessageTemplate() - Method in class magoffin.matt.ma2.util.MailMergeHelper
 
getMeta() - Method in interface magoffin.matt.ma2.domain.ItemImportType
Gets the value of the Meta property.
getMetadata() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the Metadata property.
getMetadata() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the Metadata property.
getMetadataMap() - Method in interface magoffin.matt.ma2.MediaMetadata
Get a Map of all meta data values.
getMetadataMap() - Method in class magoffin.matt.ma2.support.AbstractMediaMetadata
 
getMetadataSchemaResource() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
getMetaXmlFile() - Method in class magoffin.matt.ma2.support.AddMediaCommand
 
getMime() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the mime property.
getMime() - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
 
getMime() - Method in class magoffin.matt.ma2.support.BasicMediaResponse
 
getMinDaysOld() - Method in class magoffin.matt.ma2.job.RemoveStaleRegistrationsJob
 
getMode() - Method in interface magoffin.matt.ma2.domain.UiBase
Gets the value of the mode property.
getMode() - Method in class magoffin.matt.ma2.support.BrowseAlbumsCommand
 
getMode() - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
getMode() - Method in class magoffin.matt.ma2.support.Geometry
Returns the mode.
getMode() - Method in class magoffin.matt.ma2.web.ViewAlbumController.Command
 
getModeFlag() - Method in enum magoffin.matt.ma2.util.AlbumSorter.SortMode
Get an integer constant for this sort mode.
getModeFlag() - Method in enum magoffin.matt.ma2.util.MediaItemSorter.SortMode
Get an integer constant for this sort mode.
getModifiedDate() - Method in class magoffin.matt.ma2.support.BasicMediaResponse
 
getModifyDate() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the modifyDate property.
getModifyDate() - Method in interface magoffin.matt.ma2.domain.AlbumImportType
Gets the value of the modifyDate property.
getModifyDate() - Method in interface magoffin.matt.ma2.domain.Collection
Gets the value of the modifyDate property.
getModifyDate() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the modifyDate property.
getModifyDate() - Method in interface magoffin.matt.ma2.domain.Theme
Gets the value of the modifyDate property.
getModifyDate() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the modifyDate property.
getName() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the name property.
getName() - Method in interface magoffin.matt.ma2.domain.BaseImportType
Gets the value of the name property.
getName() - Method in interface magoffin.matt.ma2.domain.Collection
Gets the value of the name property.
getName() - Method in interface magoffin.matt.ma2.domain.CollectionImportType
Gets the value of the name property.
getName() - Method in interface magoffin.matt.ma2.domain.CollectionListItemType
Gets the value of the name property.
getName() - Method in interface magoffin.matt.ma2.domain.InitParamConfig
Gets the value of the name property.
getName() - Method in interface magoffin.matt.ma2.domain.KeyNameType
Gets the value of the name property.
getName() - Method in interface magoffin.matt.ma2.domain.Locale
Gets the value of the name property.
getName() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the name property.
getName() - Method in interface magoffin.matt.ma2.domain.MediaItemType
Gets the value of the name property.
getName() - Method in interface magoffin.matt.ma2.domain.MetadataImportType
Gets the value of the name property.
getName() - Method in interface magoffin.matt.ma2.domain.PosterSearchResult
Gets the value of the name property.
getName() - Method in interface magoffin.matt.ma2.domain.SharedAlbumSearchResult
Gets the value of the name property.
getName() - Method in interface magoffin.matt.ma2.domain.Theme
Gets the value of the name property.
getName() - Method in interface magoffin.matt.ma2.domain.TimeZone
Gets the value of the name property.
getName() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the name property.
getName() - Method in class magoffin.matt.ma2.support.MediaInfoCommand
 
getName() - Method in class magoffin.matt.ma2.support.UserCommentCommand
 
getName() - Method in class magoffin.matt.ma2.web.service.NewAlbumController.Command
Deprecated.  
getName() - Method in class magoffin.matt.ma2.web.service.NewCollectionController.Command
Deprecated.  
getNamespaceURI(String) - Method in class magoffin.matt.ma2.util.MatteNamespaceContext
Deprecated.  
getNativeQuery(SearchCriteria) - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
getNativeQuery(SearchCriteria) - Method in class magoffin.matt.ma2.lucene.UserLucenePlugin
 
getNewDocument() - Method in class magoffin.matt.ma2.util.XmlHelper
Get a new Document instance.
getNormalFilterName() - Method in class magoffin.matt.ma2.image.jmagick.ScaleEffect
 
getNoWatermarkSizes() - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
 
getNumIndexed() - Method in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
 
getNumProcessed() - Method in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
 
getObjectFactory() - Method in class magoffin.matt.ma2.util.XmlHelper
 
getObjectIdList() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkRequest
Get a List to use for holding object IDs.
getObjectIds() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkInfo
Get a List of object IDs related to this work.
getOffset() - Method in interface magoffin.matt.ma2.domain.TimeZone
Gets the value of the offset property.
getOrder() - Method in class magoffin.matt.ma2.web.SortAlbumsForm.AlbumData
 
getOrder() - Method in class magoffin.matt.ma2.web.SortMediaItemsForm.MediaItemData
 
getOrdering() - Method in interface magoffin.matt.ma2.domain.Locale
Gets the value of the ordering property.
getOrdering() - Method in interface magoffin.matt.ma2.domain.TimeZone
Gets the value of the ordering property.
getOrientation180Value() - Method in class magoffin.matt.ma2.image.BaseImageMediaHandler
 
getOrientation90ClockwiseValue() - Method in class magoffin.matt.ma2.image.BaseImageMediaHandler
 
getOrientation90CounterClockwiseValue() - Method in class magoffin.matt.ma2.image.BaseImageMediaHandler
 
getOrientationMetadataKey() - Method in class magoffin.matt.ma2.image.BaseImageMediaHandler
 
getOriginalHibernateDialect() - Method in class magoffin.matt.ma2.web.SetupWizard
 
getOutputDepth() - Method in class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaHandler
 
getOutputFactory() - Method in class magoffin.matt.ma2.web.service.AddMediaEndpoint
 
getOutputFactory() - Method in class magoffin.matt.ma2.web.service.AddMediaMessageEndpoint
 
getOutputStream() - Method in interface magoffin.matt.ma2.MediaResponse
Get the output stream.
getOutputStream() - Method in class magoffin.matt.ma2.support.BasicMediaResponse
 
getOutputStream() - Method in class magoffin.matt.ma2.web.util.WebMediaResponse
 
getOwner() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the owner property.
getOwner() - Method in interface magoffin.matt.ma2.domain.Collection
Gets the value of the owner property.
getOwner() - Method in interface magoffin.matt.ma2.domain.Theme
Gets the value of the owner property.
getPage() - Method in class magoffin.matt.ma2.lucene.MediaItemLuceneSearchCriteria
 
getPageOffset() - Method in interface magoffin.matt.ma2.domain.PaginationCriteria
Gets the value of the pageOffset property.
getPageSize() - Method in interface magoffin.matt.ma2.domain.PaginationCriteria
Gets the value of the pageSize property.
getPageSize() - Method in class magoffin.matt.ma2.lucene.MediaItemLuceneSearchCriteria
 
getPagination() - Method in interface magoffin.matt.ma2.domain.SearchResults
Gets the value of the pagination property.
getParameters() - Method in interface magoffin.matt.ma2.MediaRequest
Get a Map of optional additional parameters.
getParameters() - Method in class magoffin.matt.ma2.support.BasicMediaRequest
 
getParentAlbum(Long) - Method in interface magoffin.matt.ma2.dao.AlbumDao
Get the parent album for another album.
getParentAlbum(Long) - Method in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
 
getParentAlbumId() - Method in class magoffin.matt.ma2.web.service.SetAlbumParentController.Command
 
getPassword() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the password property.
getPassword() - Method in class magoffin.matt.ma2.support.LogonCommand
 
getPath() - Method in interface magoffin.matt.ma2.domain.Collection
Gets the value of the path property.
getPath() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the path property.
getPluginsOfType(Class<T>) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getPluginsOfType(Class<T>) - Method in interface magoffin.matt.ma2.biz.SystemBiz
Get all registered plugins of a specific type.
getPluginType() - Method in class magoffin.matt.ma2.dao.support.AbstractJdbcBrowseModePlugin
 
getPluginType() - Method in class magoffin.matt.ma2.plugin.NoopPlugin
 
getPluginType() - Method in interface magoffin.matt.ma2.plugin.Plugin
Return the type of plugin this plugin represents.
getPopularityBucketSize() - Method in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
 
getPoster() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the poster property.
getPosterId() - Method in class magoffin.matt.ma2.web.SortAlbumsForm.AlbumData
 
getPreferredFileExtension() - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
 
getPrefix(String) - Method in class magoffin.matt.ma2.util.MatteNamespaceContext
Deprecated.  
getPrefixes(String) - Method in class magoffin.matt.ma2.util.MatteNamespaceContext
Deprecated.  
getPrimaryKey(Album) - Method in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
 
getPrimaryKey(Collection) - Method in class magoffin.matt.ma2.dao.hbm.HibernateCollectionDao
 
getPrimaryKey(MediaItem) - Method in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
 
getPrimaryKey(Theme) - Method in class magoffin.matt.ma2.dao.hbm.HibernateThemeDao
 
getPrimaryKey(TimeZone) - Method in class magoffin.matt.ma2.dao.hbm.HibernateTimeZoneDao
 
getPrimaryKey(User) - Method in class magoffin.matt.ma2.dao.hbm.HibernateUserDao
 
getPrimaryKey(T) - Method in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
Get the primary key for a domain object.
getPriority() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkInfo
Get the priority assigned to the work.
getPriority() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkRequest
Get a priority for the work.
getPriority() - Method in interface magoffin.matt.ma2.domain.WorkInfo
Gets the value of the priority property.
getProcessResult() - Method in exception magoffin.matt.ma2.ProcessingException
Get the processing result.
getProperty(String) - Method in class magoffin.matt.ma2.domain.ObjectFactory
Get the specified property.
getQuality() - Method in interface magoffin.matt.ma2.domain.MediaSpec
Gets the value of the quality property.
getQuality() - Method in interface magoffin.matt.ma2.MediaRequest
Get the desired quality constant.
getQuality() - Method in class magoffin.matt.ma2.support.BasicMediaRequest
 
getQuality() - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
getQuality() - Method in class magoffin.matt.ma2.web.MediaServerController.Command
 
getQualityMap() - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getQualityValue(MediaQuality) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getQualityValue(MediaQuality) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Get a quality value, where the value ranges from 0.0 to 1.0 and 1.0 represents the hightest quality possible.
getQualityValue() - Method in enum magoffin.matt.ma2.MediaQuality
Get the default quality value.
getQuickSearch() - Method in interface magoffin.matt.ma2.biz.SearchBiz.MediaItemSearchCriteria
Get a quick search query.
getQuickSearch() - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
getQuota() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the quota property.
getRasterFileExtension() - Method in class magoffin.matt.ma2.image.SvgMediaHandler
 
getRating() - Method in interface magoffin.matt.ma2.domain.ItemImportType
Gets the value of the rating property.
getRating() - Method in interface magoffin.matt.ma2.domain.MediaItemRating
Gets the value of the rating property.
getRating() - Method in class magoffin.matt.ma2.web.service.MediaItemRatingController.Command
 
getRatingId() - Method in interface magoffin.matt.ma2.domain.MediaItemRating
Gets the value of the ratingId property.
getRatingUser() - Method in interface magoffin.matt.ma2.domain.MediaItemRating
Gets the value of the ratingUser property.
getReaderForFile(File) - Method in class magoffin.matt.ma2.image.ImageMediaHelper
Get an ImageReader for a File (based on file extension).
getReaderForMIME(String, InputStream) - Method in class magoffin.matt.ma2.image.ImageMediaHelper
Get an ImageReader for the given InputStream for the given MIME type.
getReason() - Method in exception magoffin.matt.ma2.AuthorizationException
Get the authorization exception reason.
getReindexWaitForFinishThreadSleep() - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
getRemoveItemsFromAlbumsQuery() - Method in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
 
getRemoveItemsFromCollectionsQuery() - Method in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
 
getRenderingHints() - Method in class magoffin.matt.ma2.image.awt.ScaleEffect
 
getRequestEffects(MediaItem, MediaRequest) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
Get a list of effects to apply to a request.
getRequestTheme() - Method in class magoffin.matt.ma2.web.util.WebHelper
Get the saved theme from the current request.
getResource() - Method in class magoffin.matt.ma2.web.ThemeResourceController.Command
 
getResource() - Method in class magoffin.matt.ma2.web.UserResourceController.Command
 
getResourceDirectory() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getResourceDirectory() - Method in interface magoffin.matt.ma2.biz.SystemBiz
Get a directory for storing user resources in.
getResourceLoader() - Method in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
 
getResponse(ContentHandler) - Method in class magoffin.matt.ma2.web.service.AddMediaEndpoint
 
getResponseMime(MediaItem, MediaRequest, Resource) - Method in class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaHandler
Get the MIME type to set in the response.
getResponseMime(MediaItem, MediaRequest, Resource) - Method in class magoffin.matt.ma2.image.jmagick.JpegMediaHandler
 
getReturnedResults() - Method in interface magoffin.matt.ma2.domain.SearchResults
Gets the value of the returnedResults property.
getSalt() - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getSalt() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getScaledGeometry(MediaItem, MediaRequest) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getScaledGeometry(MediaItem, MediaRequest) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Creates a Geometry scaled to the desired MediaSize set on the request.
getScanJobTimerMs() - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
getSchemaCache() - Method in class magoffin.matt.ma2.util.XmlHelper
 
getSchemaFromResource(Resource) - Method in class magoffin.matt.ma2.util.XmlHelper
Get a Schema, possibly from cache.
getSearchAlbum() - Method in interface magoffin.matt.ma2.domain.AlbumSearchResult
Gets the value of the SearchAlbum property.
getSearchBiz() - Method in class magoffin.matt.ma2.web.admin.UserIndexController
 
getSearchBiz() - Method in class magoffin.matt.ma2.web.BrowseAlbumsController
 
getSearchBiz() - Method in class magoffin.matt.ma2.web.DownloadItemsForm
 
getSearchBiz() - Method in class magoffin.matt.ma2.web.service.AlbumFeedController
 
getSearchBiz() - Method in class magoffin.matt.ma2.web.service.SearchMediaItemsController
 
getSearchBiz() - Method in class magoffin.matt.ma2.web.SortAlbumsForm
 
getSearchBiz() - Method in class magoffin.matt.ma2.web.ViewAlbumController
 
getSearchDateFormat() - Method in class magoffin.matt.ma2.web.service.SearchMediaItemsController
 
getSearchPoster() - Method in interface magoffin.matt.ma2.domain.AlbumSearchResult
Gets the value of the searchPoster property.
getSearchResults() - Method in interface magoffin.matt.ma2.domain.UiModel
Gets the value of the searchResults property.
getSearchTime() - Method in interface magoffin.matt.ma2.domain.SearchResults
Gets the value of the searchTime property.
getSecondsToWaitToComplete() - Method in class magoffin.matt.ma2.web.UploadMediaForm
 
getSection() - Method in class magoffin.matt.ma2.support.BrowseAlbumsCommand
 
getSectionAlbumMaxSize() - Method in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
 
getSectionAlbumMaxSize() - Method in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
 
getSecurityCache() - Method in class magoffin.matt.ma2.aop.AbstractSecurityInterceptor
 
getSettingDao() - Method in class magoffin.matt.ma2.web.SetupWizard
 
getSettings() - Method in class magoffin.matt.ma2.web.SetupWizard.Command
 
getSettingsDao() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getShadowCache() - Method in class magoffin.matt.ma2.web.ShadowServerController
 
getSharedAlbum(String, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getSharedAlbum(String, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Get a shared album.
getSharedAlbum() - Method in interface magoffin.matt.ma2.domain.MediaItemSearchResult
Gets the value of the SharedAlbum property.
getSharedAlbumsForUser(BrowseAlbumsCommand) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getSharedAlbumsForUser(BrowseAlbumsCommand) - Method in interface magoffin.matt.ma2.biz.UserBiz
Get a List of Albums for a browse command.
getSharedAlbumUrl(Album, BizContext) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getSharedAlbumUrl(Album, BizContext) - Method in interface magoffin.matt.ma2.biz.SystemBiz
Get the Matte URL for a shared album.
getSharedAlbumUrlTemplate() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getSingleIndexErrorMessage(Object) - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
Get an individual index error message.
getSize() - Method in interface magoffin.matt.ma2.domain.MediaSizeDefinition
Gets the value of the size property.
getSize() - Method in interface magoffin.matt.ma2.domain.MediaSpec
Gets the value of the size property.
getSize() - Method in interface magoffin.matt.ma2.MediaRequest
Get the desired size constant.
getSize() - Method in class magoffin.matt.ma2.support.BasicMediaRequest
 
getSize() - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
getSize() - Method in class magoffin.matt.ma2.web.MediaServerController.Command
 
getSmetaPropertyMap() - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
 
getSnowballStemmerName() - Method in class magoffin.matt.ma2.lucene.StandardMatteAnalyzer
 
getSongTitleMetaKey() - Method in class magoffin.matt.ma2.audio.BasicAudioMediaHandler
 
getSort() - Method in interface magoffin.matt.ma2.domain.AlbumImportType
Gets the value of the sort property.
getSortMode() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the sortMode property.
getSqlBrowse() - Method in class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
 
getSqlBrowse() - Method in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
 
getSqlBrowse() - Method in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
 
getSqlBrowseAllowBrowseWhereClause() - Method in class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
 
getSqlBrowseAllowFeedWhereClause() - Method in class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
 
getSqlBrowseChildOrderByClause() - Method in class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
 
getSqlBrowseSection() - Method in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
 
getSqlBrowseSection() - Method in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
 
getSqlBrowseTopLevelOrderByClause() - Method in class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
 
getSqlFunctionName() - Method in class magoffin.matt.ma2.dao.hbm.BitwiseAndFunctionSQLFunction
 
getSqlFunctions() - Method in class magoffin.matt.ma2.dao.hbm.LocalSessionFactoryBean
 
getStartDate() - Method in interface magoffin.matt.ma2.biz.SearchBiz.MediaItemSearchCriteria
Get a minimum date.
getStartDate() - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
getStartTime() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkInfo
 
getStopWords() - Method in class magoffin.matt.ma2.lucene.StandardMatteAnalyzer
 
getSubjectMessageKey() - Method in class magoffin.matt.ma2.util.MailMergeHelper
 
getSubmitTime() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkInfo
 
getSuccessView() - Method in class magoffin.matt.ma2.web.AbstractCommandController
 
getSuccessView() - Method in class magoffin.matt.ma2.web.AbstractController
 
getSuccessView() - Method in class magoffin.matt.ma2.web.AbstractWizardForm
 
getSupportedModes() - Method in class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
 
getSupportedModes() - Method in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
 
getSupportedModes() - Method in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
 
getSupportedModes() - Method in interface magoffin.matt.ma2.plugin.BrowseModePlugin
Get the supported modes of this plugin.
getSystemBiz() - Method in class magoffin.matt.ma2.biz.impl.AbstractSearchBiz
 
getSystemBiz() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
getSystemBiz() - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getSystemBiz() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getSystemBiz() - Method in class magoffin.matt.ma2.web.AbstractCommandController
 
getSystemBiz() - Method in class magoffin.matt.ma2.web.AbstractController
 
getSystemBiz() - Method in class magoffin.matt.ma2.web.AbstractForm
 
getSystemBiz() - Method in class magoffin.matt.ma2.web.AbstractWizardForm
 
getSystemBiz() - Method in class magoffin.matt.ma2.web.util.WebHelper
 
getTag() - Method in interface magoffin.matt.ma2.domain.UserTag
Gets the value of the tag property.
getTaggingUser() - Method in interface magoffin.matt.ma2.domain.UserTag
Gets the value of the taggingUser property.
getTagId() - Method in interface magoffin.matt.ma2.domain.UserTag
Gets the value of the tagId property.
getTags() - Method in class magoffin.matt.ma2.support.MediaInfoCommand
 
getTargetPage(HttpServletRequest, Object, Errors, int) - Method in class magoffin.matt.ma2.web.SetupWizard
 
getTempFile() - Method in class magoffin.matt.ma2.support.AddMediaCommand
 
getTempFile() - Method in class magoffin.matt.ma2.support.AddThemeCommand
 
getTemplateName() - Method in class magoffin.matt.ma2.util.MailMergeHelper
 
getTemplatePath() - Method in class magoffin.matt.ma2.util.MailMergeHelper
 
getTheme() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the theme property.
getTheme() - Method in interface magoffin.matt.ma2.domain.UiEdit
Gets the value of the theme property.
getTheme() - Method in interface magoffin.matt.ma2.domain.UiModel
Gets the value of the Theme property.
getTheme() - Method in class magoffin.matt.ma2.support.AddThemeCommand
 
getThemeById(Long) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getThemeById(Long) - Method in interface magoffin.matt.ma2.biz.SystemBiz
Get a Theme by its ID.
getThemeDao() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getThemeForName(String) - Method in class magoffin.matt.ma2.dao.hbm.HibernateThemeDao
 
getThemeForName(String) - Method in interface magoffin.matt.ma2.dao.ThemeDao
Get a Theme by its name.
getThemeId() - Method in interface magoffin.matt.ma2.domain.Theme
Gets the value of the themeId property.
getThemeId() - Method in class magoffin.matt.ma2.support.AddThemeCommand
 
getThemeId() - Method in class magoffin.matt.ma2.support.ShareAlbumCommand
 
getThemeId() - Method in class magoffin.matt.ma2.web.admin.DeleteThemeController.Command
 
getThemeId() - Method in class magoffin.matt.ma2.web.admin.ThemesController.Command
 
getThemeId() - Method in class magoffin.matt.ma2.web.DownloadThemeController.Command
 
getThemeId() - Method in class magoffin.matt.ma2.web.DynamicThemeResourceController.Command
 
getThemeId() - Method in class magoffin.matt.ma2.web.service.MediaItemInfoController.Command
 
getThemeId() - Method in class magoffin.matt.ma2.web.ThemeResourceController.Command
 
getThemeId() - Method in class magoffin.matt.ma2.web.ViewAlbumController.Command
 
getThemeResource(Theme, String, BizContext) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getThemeResource(Theme, String, BizContext) - Method in interface magoffin.matt.ma2.biz.SystemBiz
Get a Theme resource.
getThemeResourceName() - Method in class magoffin.matt.ma2.web.DynamicThemeResourceController
 
getThumb() - Method in class magoffin.matt.ma2.support.PreferencesCommand
 
getThumb() - Method in class magoffin.matt.ma2.web.ViewSettingsForm.Command
 
getThumbnailFilterName() - Method in class magoffin.matt.ma2.image.jmagick.ScaleEffect
 
getThumbnailSetting() - Method in interface magoffin.matt.ma2.domain.UiSession
Gets the value of the thumbnailSetting property.
getThumbnailSetting() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the thumbnailSetting property.
getThumbnailSizes() - Method in class magoffin.matt.ma2.image.jmagick.ScaleEffect
 
getTicket() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkInfo
 
getTicket() - Method in interface magoffin.matt.ma2.domain.AddMediaResponseType
Gets the value of the ticket property.
getTicket() - Method in interface magoffin.matt.ma2.domain.WorkInfo
Gets the value of the ticket property.
getTicket() - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
getTicket() - Method in class magoffin.matt.ma2.web.service.JobInfoController.Command
 
getTimeCompleted() - Method in interface magoffin.matt.ma2.domain.WorkInfo
Gets the value of the timeCompleted property.
getTimeStarted() - Method in interface magoffin.matt.ma2.domain.WorkInfo
Gets the value of the timeStarted property.
getTimeSubmitted() - Method in interface magoffin.matt.ma2.domain.WorkInfo
Gets the value of the timeSubmitted property.
getTimeZone() - Method in interface magoffin.matt.ma2.domain.UiModel
Gets the value of the TimeZone property.
getTimeZone() - Method in class magoffin.matt.ma2.support.PreferencesCommand
 
getTimeZoneDao() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getTimeZoneForCode(String) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
getTimeZoneForCode(String) - Method in interface magoffin.matt.ma2.biz.SystemBiz
Get a specific TimeZone instance based on its code.
getTotalResults() - Method in interface magoffin.matt.ma2.domain.SearchResults
Gets the value of the totalResults property.
getTransactionManager() - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
getTransactionTemplate() - Method in class magoffin.matt.ma2.aop.MediaItemIndexInterceptor
 
getTranscoderClass() - Method in class magoffin.matt.ma2.image.SvgMediaHandler
 
getTranscoderHints() - Method in class magoffin.matt.ma2.image.SvgMediaHandler
 
getTransformerFactory() - Method in class magoffin.matt.ma2.util.XmlHelper
 
getTreatAsStrings() - Method in class magoffin.matt.ma2.support.SmetaMediaMetadata
 
getTypeId() - Method in interface magoffin.matt.ma2.domain.MediaItemType
Gets the value of the typeId property.
getTz() - Method in interface magoffin.matt.ma2.domain.MediaItem
The time zone of the creation date.
getTz() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the tz property.
getTzDisplay() - Method in interface magoffin.matt.ma2.domain.MediaItem
The time zone to display the creation date as.
getUiMetadata() - Method in interface magoffin.matt.ma2.domain.UiBase
Gets the value of the UiMetadata property.
getUser() - Method in interface magoffin.matt.ma2.domain.SearchResults
Gets the value of the User property.
getUser() - Method in interface magoffin.matt.ma2.domain.UiEdit
Gets the value of the user property.
getUser() - Method in interface magoffin.matt.ma2.domain.UiModel
Gets the value of the User property.
getUserAnonymousKey() - Method in interface magoffin.matt.ma2.biz.SearchBiz.MediaItemSearchCriteria
Limit the results to those owned by the given user's anonymous key.
getUserAnonymousKey() - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
getUserBiz() - Method in class magoffin.matt.ma2.aop.AbstractSecurityInterceptor
 
getUserBiz() - Method in class magoffin.matt.ma2.biz.impl.AbstractSearchBiz
 
getUserBiz() - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
getUserBiz() - Method in class magoffin.matt.ma2.dao.support.AbstractJdbcBrowseModePlugin
 
getUserBiz() - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
 
getUserBiz() - Method in class magoffin.matt.ma2.web.admin.HomeController
 
getUserBiz() - Method in class magoffin.matt.ma2.web.admin.UserForm
 
getUserBiz() - Method in class magoffin.matt.ma2.web.admin.UsersController
 
getUserBiz() - Method in class magoffin.matt.ma2.web.BrowseAlbumsController
 
getUserBiz() - Method in class magoffin.matt.ma2.web.CollectionForm
 
getUserBiz() - Method in class magoffin.matt.ma2.web.ForgotPasswordConfirmForm
 
getUserBiz() - Method in class magoffin.matt.ma2.web.ForgotPasswordForm
 
getUserBiz() - Method in class magoffin.matt.ma2.web.HomeController
 
getUserBiz() - Method in class magoffin.matt.ma2.web.LogonForm
 
getUserBiz() - Method in class magoffin.matt.ma2.web.MoveItemsForm
 
getUserBiz() - Method in class magoffin.matt.ma2.web.PreferencesForm
 
getUserBiz() - Method in class magoffin.matt.ma2.web.RegisterConfirmController
 
getUserBiz() - Method in class magoffin.matt.ma2.web.RegisterForm
 
getUserBiz() - Method in class magoffin.matt.ma2.web.service.AlbumFeedController
 
getUserBiz() - Method in class magoffin.matt.ma2.web.service.GetCollectionListEndpoint
 
getUserBiz() - Method in class magoffin.matt.ma2.web.service.MediaItemsController
 
getUserBiz() - Method in class magoffin.matt.ma2.web.service.NewCollectionController
Deprecated.  
getUserBiz() - Method in class magoffin.matt.ma2.web.service.SimpleWsSecurityInterceptor
 
getUserBiz() - Method in class magoffin.matt.ma2.web.UploadMediaForm
 
getUserBiz() - Method in class magoffin.matt.ma2.web.util.WebHelper
 
getUserBiz() - Method in class magoffin.matt.ma2.web.ViewAlbumController
 
getUserByAnonymousKey(String) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getUserByAnonymousKey(String) - Method in interface magoffin.matt.ma2.biz.UserBiz
Get a User by its anonymous key.
getUserByEmail(String) - Method in class magoffin.matt.ma2.dao.hbm.HibernateUserDao
 
getUserByEmail(String) - Method in interface magoffin.matt.ma2.dao.UserDao
Get a user by an email.
getUserById(Long, BizContext) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getUserById(Long, BizContext) - Method in interface magoffin.matt.ma2.biz.UserBiz
Get a User by its ID.
getUserByKey(String) - Method in class magoffin.matt.ma2.dao.hbm.HibernateUserDao
 
getUserByKey(String) - Method in interface magoffin.matt.ma2.dao.UserDao
Get a user by anonymous key.
getUserByLogin(String) - Method in class magoffin.matt.ma2.dao.hbm.HibernateUserDao
 
getUserByLogin(String) - Method in interface magoffin.matt.ma2.dao.UserDao
Get a user by a login name.
getUserComment() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the UserComment property.
getUserDao() - Method in class magoffin.matt.ma2.aop.UserLoginEmailInterceptor
 
getUserDao() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getUserDao() - Method in class magoffin.matt.ma2.job.RemoveStaleRegistrationsJob
 
getUserDao() - Method in class magoffin.matt.ma2.lucene.UserLucenePlugin
 
getUserId() - Method in interface magoffin.matt.ma2.biz.SearchBiz.MediaItemSearchCriteria
Limit the results to those owned by the given user ID.
getUserId() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the userId property.
getUserId() - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
getUserId() - Method in class magoffin.matt.ma2.support.PreferencesCommand
 
getUserId() - Method in class magoffin.matt.ma2.web.admin.UserForm.Command
 
getUserId() - Method in class magoffin.matt.ma2.web.admin.UsersController.Command
 
getUserId() - Method in class magoffin.matt.ma2.web.UserResourceController.Command
 
getUserIndexType() - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
getUserKey() - Method in class magoffin.matt.ma2.support.AlbumFeedCommand
 
getUserKey() - Method in class magoffin.matt.ma2.support.BrowseAlbumsCommand
 
getUserKey() - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
getUserKey() - Method in class magoffin.matt.ma2.web.ViewAlbumController.Command
 
getUserLocale(User, BizContext) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getUserLocale(User, BizContext) - Method in interface magoffin.matt.ma2.biz.UserBiz
Get the Locale for a User.
getUserRating() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the UserRating property.
getUserSession(HttpServletRequest) - Method in class magoffin.matt.ma2.web.util.WebHelper
Get the Session from the current session.
getUsersWithAccess(int) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getUsersWithAccess(int) - Method in interface magoffin.matt.ma2.biz.UserBiz
Get a list of User objects that have a specific access level.
getUserTag() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the UserTag property.
getUserValidator() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getUserWatermark(Long) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getUserWatermark(Long) - Method in interface magoffin.matt.ma2.biz.UserBiz
Get a Resource for a user's watermark.
getUserWorkTickets(HttpServletRequest) - Method in class magoffin.matt.ma2.web.util.WebHelper
Get a list of work tickets for the current user.
getValue() - Method in interface magoffin.matt.ma2.domain.InitParamConfig
Gets the value of the value property.
getValue() - Method in interface magoffin.matt.ma2.domain.MediaDataType
Gets the value of the value property.
getValue() - Method in interface magoffin.matt.ma2.domain.Metadata
Gets the value of the value property.
getValue() - Method in interface magoffin.matt.ma2.domain.MetadataImportType
Gets the value of the value property.
getView() - Method in class magoffin.matt.ma2.support.PreferencesCommand
 
getView() - Method in class magoffin.matt.ma2.web.ViewSettingsForm.Command
 
getViewSetting() - Method in interface magoffin.matt.ma2.domain.UiSession
Gets the value of the viewSetting property.
getViewSetting() - Method in interface magoffin.matt.ma2.domain.User
Gets the value of the viewSetting property.
getWatermarkFile() - Method in class magoffin.matt.ma2.support.PreferencesCommand
 
getWatermarkSizes() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
getWebHelper() - Method in class magoffin.matt.ma2.web.AbstractCommandController
 
getWebHelper() - Method in class magoffin.matt.ma2.web.AbstractController
 
getWebHelper() - Method in class magoffin.matt.ma2.web.AbstractForm
 
getWebHelper() - Method in class magoffin.matt.ma2.web.AbstractWizardForm
 
getWebHelper() - Method in class magoffin.matt.ma2.web.util.ThemeAwareResourceLoader
 
getWidth() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the width property.
getWidth() - Method in interface magoffin.matt.ma2.domain.MediaSizeDefinition
Gets the value of the width property.
getWidth() - Method in class magoffin.matt.ma2.support.Geometry
Returns the width.
getWorkBiz() - Method in class magoffin.matt.ma2.aop.MediaItemIndexInterceptor
 
getWorkBiz() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
getWorkBiz() - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
getWorkBiz() - Method in class magoffin.matt.ma2.web.DownloadItemsForm
 
getWorkBiz() - Method in class magoffin.matt.ma2.web.util.WebHelper
 
getWorkRequest() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkInfo
Get the original WorkBiz.WorkRequest associated with this info.
getWriter() - Method in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
 
getWriterForMIME(String) - Method in class magoffin.matt.ma2.image.ImageMediaHelper
Get an image writer for a specific MIME type.
getWriterForMIME(OutputStream, String) - Method in class magoffin.matt.ma2.image.ImageMediaHelper
Get an ImageWriter for the given OutputStream for the given MIME type.
getXmlDateFormat() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
getXmlDateTimeFormat() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
getXmlFile() - Method in class magoffin.matt.ma2.web.service.AddMediaContentHandler
 
getXmlHelper() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
getXmlHelper() - Method in class magoffin.matt.ma2.web.service.AddMediaMessageEndpoint
 
getXmlHelper() - Method in class magoffin.matt.ma2.web.service.SimpleWsSecurityInterceptor
 
getXmlString(InputStream) - Method in class magoffin.matt.ma2.util.XmlHelper
Get XML data as a String.
getXpathFactory() - Method in class magoffin.matt.ma2.util.XmlHelper
 
getXpathNamespaceContext() - Method in class magoffin.matt.ma2.util.XmlHelper
 
getXWebNamespacePrefix() - Method in class magoffin.matt.ma2.util.MatteNamespaceContext
Deprecated.  
getXWebNamespaceURI() - Method in class magoffin.matt.ma2.util.MatteNamespaceContext
Deprecated.  
getZipContentTypes() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
getZipIgnorePatterns() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
getZipMimeType() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
grammarInfo - Static variable in class magoffin.matt.ma2.domain.ObjectFactory
 

H

handle(T) - Method in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.admin.DeleteThemeController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.admin.ReindexController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.admin.ThemesController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.admin.UserIndexController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.admin.UsersController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.BrowseAlbumsController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.DownloadThemeController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.DynamicThemeResourceController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.HelpController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.HomeController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.MediaServerController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.RegisterConfirmController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.AddToAlbumController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.AlbumFeedController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.DeleteAlbumController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.DeleteCollectionController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.DeleteMediaController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.JobInfoController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.MediaItemInfoController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.MediaItemRatingController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.MediaItemsController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.NewAlbumController
Deprecated.  
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.NewCollectionController
Deprecated.  
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.RemoveFromAlbumController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.SaveMediaItemInfoController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.SearchMediaItemsController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.SetAlbumParentController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.SetAlbumPosterController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.service.ShareAlbumController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.ShadowServerController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.ThemeResourceController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.UserResourceController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.ViewAlbumController
 
handleDelegateMediaRequest(Resource, String, MediaItem, MediaRequest, MediaResponse) - Method in class magoffin.matt.ma2.image.iio.JpegMediaHandler
 
handleDelegateMediaRequest(Resource, String, MediaItem, MediaRequest, MediaResponse) - Method in class magoffin.matt.ma2.image.jmagick.JpegMediaHandler
 
handleDelegateMediaRequest(Resource, String, MediaItem, MediaRequest, MediaResponse) - Method in interface magoffin.matt.ma2.MediaHandlerDelegate
Handle a delegate media request.
handleDelegateMediaRequest(Resource, String, MediaItem, MediaRequest, MediaResponse) - Method in class magoffin.matt.ma2.support.MimeTypeMediaHandlerDelegate
 
handleMediaRequest(MediaItem, MediaRequest, MediaResponse) - Method in class magoffin.matt.ma2.image.iio.JpegMediaHandler
 
handleMediaRequest(MediaItem, MediaRequest, MediaResponse) - Method in class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaHandler
Basic JMagick implementation of handleMediaRequest.
handleMediaRequest(MediaItem, MediaRequest, MediaResponse) - Method in class magoffin.matt.ma2.image.SvgMediaHandler
 
handleMediaRequest(MediaItem, MediaRequest, MediaResponse) - Method in interface magoffin.matt.ma2.MediaHandler
Handle a media request by processing the specified media item and writing the result to MediaResponse.getOutputStream().
handleMediaRequest(MediaItem, MediaRequest, MediaResponse) - Method in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
Basic JMagick implementation of handleMediaRequest.
handleMetadata(MediaRequest, Resource, MediaItem) - Method in class magoffin.matt.ma2.audio.BasicAudioMediaHandler
 
handleMetadata(MediaRequest, Resource, MediaItem) - Method in class magoffin.matt.ma2.image.BaseImageMediaHandler
 
handleMetadata(MediaRequest, Resource, MediaItem) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
Extract metadata from a resource and replace item metadata with all extracted data.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class magoffin.matt.ma2.web.admin.HomeController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class magoffin.matt.ma2.web.LogoffController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class magoffin.matt.ma2.web.service.JobsInfoController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class magoffin.matt.ma2.web.service.NoopController
 
hasAccessLevel(User, int) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
hasAccessLevel(User, int) - Method in interface magoffin.matt.ma2.biz.UserBiz
Return true if the supplied user has the specified access level.
hasAlpha(Image) - Method in class magoffin.matt.ma2.image.ImageMediaHelper
Returns true if the specified image has transparent pixels.
hasEmbeddedImage() - Method in interface magoffin.matt.ma2.image.EmbeddedImageMetadata
Return true if an embedded image is available.
hasEmbeddedImage() - Method in class magoffin.matt.ma2.support.SmetaMediaMetadata
 
HELP_ID_VIEW_MODEL_KEY - Static variable in class magoffin.matt.ma2.web.HelpController
The view model key that will contain the requested help ID.
HelpController - Class in magoffin.matt.ma2.web
Controller for returning dynamic help.
HelpController() - Constructor for class magoffin.matt.ma2.web.HelpController
 
HelpController.Command - Class in magoffin.matt.ma2.web
Command class.
HelpController.Command() - Constructor for class magoffin.matt.ma2.web.HelpController.Command
 
HibernateAlbumDao - Class in magoffin.matt.ma2.dao.hbm
Hibernate implementation of AlbumDao.
HibernateAlbumDao() - Constructor for class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
Default constructor.
HibernateCollectionDao - Class in magoffin.matt.ma2.dao.hbm
Hibernate implementation of CollectionDao.
HibernateCollectionDao() - Constructor for class magoffin.matt.ma2.dao.hbm.HibernateCollectionDao
Default constructor.
HibernateMediaItemDao - Class in magoffin.matt.ma2.dao.hbm
Hibernate implementation of MediaItemDao.
HibernateMediaItemDao() - Constructor for class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
Default constructor.
HibernateThemeDao - Class in magoffin.matt.ma2.dao.hbm
Hibernate impolementation of ThemeDao.
HibernateThemeDao() - Constructor for class magoffin.matt.ma2.dao.hbm.HibernateThemeDao
Default constructor.
HibernateTimeZoneDao - Class in magoffin.matt.ma2.dao.hbm
Hibernate implementation of TimeZoneDao.
HibernateTimeZoneDao() - Constructor for class magoffin.matt.ma2.dao.hbm.HibernateTimeZoneDao
Default constructor.
HibernateUserDao - Class in magoffin.matt.ma2.dao.hbm
Hibernate implementation of UserDao.
HibernateUserDao() - Constructor for class magoffin.matt.ma2.dao.hbm.HibernateUserDao
Default constructor.
HIGH_PRIORITY - Static variable in interface magoffin.matt.ma2.biz.WorkBiz
A high priority.
HomeController - Class in magoffin.matt.ma2.web.admin
Controller for the admin home view.
HomeController() - Constructor for class magoffin.matt.ma2.web.admin.HomeController
 
HomeController - Class in magoffin.matt.ma2.web
Home controller.
HomeController() - Constructor for class magoffin.matt.ma2.web.HomeController
 
HomeController.Command - Class in magoffin.matt.ma2.web
Command class.
HomeController.Command() - Constructor for class magoffin.matt.ma2.web.HomeController.Command
 
HomeController.PostProcessor - Class in magoffin.matt.ma2.web
A XDataPostProcessor implementation that ensures the home view has the user's data (like collections, albums, etc) populated.
HomeController.PostProcessor(HomeController) - Constructor for class magoffin.matt.ma2.web.HomeController.PostProcessor
Construct.
HTTP_USER_AGENT_HEADER - Static variable in class magoffin.matt.ma2.web.AbstractCommandController
The HTTP User-Agent header.
HTTP_USER_AGENT_HEADER - Static variable in class magoffin.matt.ma2.web.AbstractForm
The HTTP User-Agent header.

I

IGNORE_ERRORS - Static variable in class magoffin.matt.ma2.web.util.WebConstants
Ignore errors.
ImageConstants - Class in magoffin.matt.ma2.image
Image related constants.
ImageConstants() - Constructor for class magoffin.matt.ma2.image.ImageConstants
 
ImageMediaHelper - Class in magoffin.matt.ma2.image
Helper class for dealing with ImageIO-based images.
ImageMediaHelper() - Constructor for class magoffin.matt.ma2.image.ImageMediaHelper
 
IMPORT_MEDIA_XML_METADATA_NAME - Static variable in interface magoffin.matt.ma2.biz.IOBiz
The name of the XML metadata file within a zip archive used by IOBiz.importMedia(AddMediaCommand, BizContext).
importMedia(AddMediaCommand, BizContext) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
importMedia(AddMediaCommand, BizContext) - Method in interface magoffin.matt.ma2.biz.IOBiz
Import media into the application.
incrementMediaItemHits(Long) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
incrementMediaItemHits(Long) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Increment the hits value for a particular MediaItem object and return the incremented value.
index(Iterable<?>) - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
index(Object, IndexWriter) - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
index(Object, IndexWriter) - Method in class magoffin.matt.ma2.lucene.UserLucenePlugin
 
index(Iterable<?>) - Method in class magoffin.matt.ma2.lucene.UserLucenePlugin
 
IndexBiz - Interface in magoffin.matt.ma2.biz
API for search index indexing methods.
IndexField - Enum in magoffin.matt.ma2.lucene
An enumeration of Matte Lucene index fields.
indexMediaItem(Long) - Method in interface magoffin.matt.ma2.biz.IndexBiz
Index a MediaItem object based on its ID.
indexMediaItem(Long) - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
indexObject(Object, IndexWriter) - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
indexObject(Object, IndexWriter) - Method in class magoffin.matt.ma2.lucene.UserLucenePlugin
 
IndexType - Enum in magoffin.matt.ma2.lucene
The types of indicies supported.
indexUser(Long) - Method in interface magoffin.matt.ma2.biz.IndexBiz
Index a user object based on its ID.
indexUser(Long) - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
infoExists(long) - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
infoExists(long) - Method in interface magoffin.matt.ma2.biz.WorkBiz
Check for the existance of a running or recently complete job.
init() - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
Call to initialize after peroprties have been set.
init() - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
Call to initialize after peroprties have been set.
init() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
Call to initialize the class after configuring properties.
init() - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
Call to initialize the class after configuring properties.
init() - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
Initialize this instance.
init() - Method in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
Initialize after properties configured.
init(ApplicationContext) - Method in class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
 
init() - Method in class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
Manual initialization method.
init(ApplicationContext) - Method in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
 
init() - Method in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
Manual initialization method.
init(ApplicationContext) - Method in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
 
init() - Method in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
Manual initialization method.
init(LuceneService, Set<IndexListener>) - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
 
init(ApplicationContext) - Method in class magoffin.matt.ma2.support.AbstractPlugin
Initialization hook for subclasses.
init() - Method in class magoffin.matt.ma2.util.XmlHelper
Initialize this instance.
initApplicationContext() - Method in class magoffin.matt.ma2.web.AbstractCommandController
 
initApplicationContext() - Method in class magoffin.matt.ma2.web.AbstractForm
 
initApplicationContext() - Method in class magoffin.matt.ma2.web.AbstractWizardForm
 
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class magoffin.matt.ma2.web.admin.ThemeForm
 
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class magoffin.matt.ma2.web.AlbumForm
 
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class magoffin.matt.ma2.web.PreferencesForm
 
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class magoffin.matt.ma2.web.service.SaveMediaItemInfoController
 
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class magoffin.matt.ma2.web.service.SearchMediaItemsController
 
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class magoffin.matt.ma2.web.UploadMediaForm
 
initialize(ApplicationContext) - Method in class magoffin.matt.ma2.plugin.NoopPlugin
 
initialize(ApplicationContext) - Method in interface magoffin.matt.ma2.plugin.Plugin
Initialize the plugin.
initialize(ApplicationContext) - Method in class magoffin.matt.ma2.support.AbstractPlugin
 
InitParamConfig - Interface in magoffin.matt.ma2.domain
Java content class for init-param-config complex type.
INPUT_BUFFERED_IMAGE_KEY - Static variable in interface magoffin.matt.ma2.image.awt.AwtMediaEffect
The MediaRequest parameter key for the input BufferedImage object.
INPUT_IMAGE_INFO_KEY - Static variable in interface magoffin.matt.ma2.image.jmagick.JMagickMediaEffect
The MediaRequest parameter key for the input ImageInfo object.
INPUT_MAGICK_IMAGE_KEY - Static variable in interface magoffin.matt.ma2.image.jmagick.JMagickMediaEffect
The MediaRequest parameter key for the input MagickImage object.
InternalBizContext - Class in magoffin.matt.ma2.support
BizContext implementation for interal application use.
InternalBizContext() - Constructor for class magoffin.matt.ma2.support.InternalBizContext
Default constructor.
invoke(MethodInvocation) - Method in class magoffin.matt.ma2.aop.AbstractMailTemplateInterceptor
 
invoke(MethodInvocation) - Method in class magoffin.matt.ma2.aop.AbstractSecurityInterceptor
 
invoke(MessageContext) - Method in class magoffin.matt.ma2.web.service.AddMediaMessageEndpoint
 
invokeInternal(Object) - Method in class magoffin.matt.ma2.web.service.GetCollectionListEndpoint
 
IOBiz - Interface in magoffin.matt.ma2.biz
API for importing and exporting media.
IOBiz.TwoPhaseExportRequest - Interface in magoffin.matt.ma2.biz
Extension of WorkBiz.WorkRequest to allow for two-phase export media reqeust handling.
IOBizImpl - Class in magoffin.matt.ma2.biz.impl
Implementation of IOBiz.
IOBizImpl() - Constructor for class magoffin.matt.ma2.biz.impl.IOBizImpl
 
isAdmin() - Method in interface magoffin.matt.ma2.domain.UiSession
Gets the value of the admin property.
isAllowAnonymous() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the allowAnonymous property.
isAllowBrowse() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the allowBrowse property.
isAllowed(MethodInvocation, BizContext) - Method in class magoffin.matt.ma2.aop.AbstractSecurityInterceptor
Return true if the method invocation should be allowed.
isAllowed(MethodInvocation, BizContext) - Method in class magoffin.matt.ma2.aop.AlbumSecurityInterceptor
 
isAllowed(MethodInvocation, BizContext) - Method in class magoffin.matt.ma2.aop.MediaItemSecurityInterceptor
 
isAllowFeed() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the allowFeed property.
isAllowOriginal() - Method in interface magoffin.matt.ma2.domain.Album
Gets the value of the allowOriginal property.
isAnonymousUser(User) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
isAnonymousUser(User) - Method in interface magoffin.matt.ma2.biz.UserBiz
Test if a User is an anonoymous user.
isApplicationConfigured() - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
isApplicationConfigured() - Method in interface magoffin.matt.ma2.biz.SystemBiz
Return the status of the overall application configuration.
isApplyToChildren() - Method in class magoffin.matt.ma2.support.ShareAlbumCommand
 
isApproved() - Method in interface magoffin.matt.ma2.domain.UserComment
Gets the value of the approved property.
isAutoAlbum() - Method in class magoffin.matt.ma2.support.AddMediaCommand
 
isBrowse() - Method in class magoffin.matt.ma2.support.ShareAlbumCommand
 
isCancel(HttpServletRequest) - Method in class magoffin.matt.ma2.web.AbstractForm
Return if cancel action is specified in the request.
isChangedHibernateDialect() - Method in class magoffin.matt.ma2.web.SetupWizard.Command
 
isCountOnly() - Method in interface magoffin.matt.ma2.biz.SearchBiz.MediaItemSearchCriteria
If true then return only the count of matches, but not the matches themselves.
isCountOnly() - Method in class magoffin.matt.ma2.lucene.MediaItemLuceneSearchCriteria
 
isCountOnly() - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
isDeleteWatermark() - Method in class magoffin.matt.ma2.support.PreferencesCommand
 
isDirect() - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
isDownload() - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
isDownload() - Method in class magoffin.matt.ma2.web.MediaServerController.Command
 
isFeatureEnabled(BizContext.Feature) - Method in interface magoffin.matt.ma2.biz.BizContext
Test if a feature is enabled.
isFeatureEnabled(BizContext.Feature) - Method in class magoffin.matt.ma2.support.BasicBizContext
 
isFeed() - Method in class magoffin.matt.ma2.support.ShareAlbumCommand
 
isFileSupported(File) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
isFileSupported(File) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Return true if a file is supported by some configured MediaHandler.
isFinished() - Method in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
 
isForceTransactionRollback() - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
isFormSubmission(HttpServletRequest) - Method in class magoffin.matt.ma2.web.DownloadItemsForm
 
isIgnoreMailExceptions() - Method in class magoffin.matt.ma2.util.MailMergeHelper
 
isIgnoreWarnings() - Method in interface magoffin.matt.ma2.domain.UiEdit
Gets the value of the ignoreWarnings property.
isIsPartialResult() - Method in interface magoffin.matt.ma2.domain.SearchResults
Gets the value of the isPartialResult property.
isOriginal() - Method in interface magoffin.matt.ma2.MediaRequest
Return true if the original media item file is desired.
isOriginal() - Method in class magoffin.matt.ma2.support.BasicMediaRequest
 
isOriginal() - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
isOriginal() - Method in class magoffin.matt.ma2.support.ShareAlbumCommand
 
isOriginal() - Method in class magoffin.matt.ma2.web.MediaServerController.Command
 
isRefresh() - Method in interface magoffin.matt.ma2.domain.UiEdit
Gets the value of the refresh property.
isRequireAdmin() - Method in class magoffin.matt.ma2.web.SetupWizard
 
isSaveRequestURL(HttpServletRequest) - Static method in class magoffin.matt.ma2.web.util.WebHelper
Return true if the save request URL flag is currently set.
isSelected() - Method in interface magoffin.matt.ma2.domain.PaginationIndexSection
Gets the value of the selected property.
isShared() - Method in class magoffin.matt.ma2.support.ShareAlbumCommand
 
isSharedOnly() - Method in interface magoffin.matt.ma2.biz.SearchBiz.MediaItemSearchCriteria
If true then limit results to only those that are part of shared albums.
isSharedOnly() - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
isSingleThreaded() - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
isSingleThreaded() - Method in class magoffin.matt.ma2.lucene.UserLucenePlugin
 
isSuccess() - Method in interface magoffin.matt.ma2.domain.AddMediaResponseType
Gets the value of the success property.
isTokenChar(char) - Method in class magoffin.matt.ma2.lucene.UserTagTokenizer
 
isTransactional() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkRequest
Return boolean flag indicating if this work request requires a transaction or not.
isUseIcon() - Method in interface magoffin.matt.ma2.domain.MediaItem
Gets the value of the useIcon property.
isUseJpeg2000() - Method in class magoffin.matt.ma2.image.jmagick.JpegMediaHandler
 
ItemImportType - Interface in magoffin.matt.ma2.domain
An import media item.

J

JAXBDomainObjectFactory - Class in magoffin.matt.ma2.biz.impl
JAXB implementation of DomainObjectFactory.
JAXBDomainObjectFactory() - Constructor for class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
JMagickMediaEffect - Interface in magoffin.matt.ma2.image.jmagick
An API for JMagick-based implementations of MediaEffect.
JobInfo - Interface in magoffin.matt.ma2.domain
Java content class for job-info element declaration.
JobInfoController - Class in magoffin.matt.ma2.web.service
Controller to get information about a job.
JobInfoController() - Constructor for class magoffin.matt.ma2.web.service.JobInfoController
 
JobInfoController.Command - Class in magoffin.matt.ma2.web.service
Command for requesting information about a job.
JobInfoController.Command() - Constructor for class magoffin.matt.ma2.web.service.JobInfoController.Command
 
JobsInfoController - Class in magoffin.matt.ma2.web.service
Controller to get the IDs of all work tickets for the current user.
JobsInfoController() - Constructor for class magoffin.matt.ma2.web.service.JobsInfoController
 
JPEG2000_MIME - Static variable in class magoffin.matt.ma2.image.ImageConstants
The JPEG2000 image MIME type: image/jp2.
JPEG_MIME - Static variable in class magoffin.matt.ma2.image.ImageConstants
The JPEG image MIME type: image/jpeg.
JpegMediaHandler - Class in magoffin.matt.ma2.image.iio
JPEG media handler using ImageIO.
JpegMediaHandler() - Constructor for class magoffin.matt.ma2.image.iio.JpegMediaHandler
Default constructor.
JpegMediaHandler(String) - Constructor for class magoffin.matt.ma2.image.iio.JpegMediaHandler
Construct with a different MIME type.
JpegMediaHandler - Class in magoffin.matt.ma2.image.jmagick
JPEG media handler using JMagick.
JpegMediaHandler() - Constructor for class magoffin.matt.ma2.image.jmagick.JpegMediaHandler
Default constructor.
JpegMediaHandler(String) - Constructor for class magoffin.matt.ma2.image.jmagick.JpegMediaHandler
Construct with a different MIME type.

K

KEY_ROTATE - Static variable in interface magoffin.matt.ma2.MediaEffect
The key for rotating the media item.
KEY_SCALE - Static variable in interface magoffin.matt.ma2.MediaEffect
The key for scaling the media item.
KEY_WATERMARK - Static variable in interface magoffin.matt.ma2.MediaEffect
The key for applying a watermark to a media item.
KeyNameType - Interface in magoffin.matt.ma2.domain
Java content class for key-name-type complex type.

L

Locale - Interface in magoffin.matt.ma2.domain
Java content class for locale complex type.
LocalSessionFactoryBean - Class in magoffin.matt.ma2.dao.hbm
Extension of Spring's LocalSessionFactoryBean to add support for registering custom SQL functions.
LocalSessionFactoryBean() - Constructor for class magoffin.matt.ma2.dao.hbm.LocalSessionFactoryBean
 
log - Variable in class magoffin.matt.ma2.aop.AbstractIndexInterceptor
A class Logger.
log - Variable in class magoffin.matt.ma2.aop.AbstractMailTemplateInterceptor
Class level log.
log - Variable in class magoffin.matt.ma2.image.awt.BaseAwtMediaEffect
A class logger.
log - Variable in class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaEffect
A class logger.
log - Variable in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
A class logger.
log - Variable in class magoffin.matt.ma2.support.AbstractMediaHandler
A class Logger.
log - Variable in class magoffin.matt.ma2.support.AbstractPlugin
A class-level logger.
LogoffController - Class in magoffin.matt.ma2.web
Controller to handle logging a user out.
LogoffController() - Constructor for class magoffin.matt.ma2.web.LogoffController
 
LogonCommand - Class in magoffin.matt.ma2.support
Command object for logging into the application.
LogonCommand() - Constructor for class magoffin.matt.ma2.support.LogonCommand
 
LogonForm - Class in magoffin.matt.ma2.web
Form controller for logging into the application.
LogonForm() - Constructor for class magoffin.matt.ma2.web.LogonForm
 
logonUser(String, String) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
logonUser(String, String) - Method in interface magoffin.matt.ma2.biz.UserBiz
Authenticate a user by their username and password.
LogonValidator - Class in magoffin.matt.ma2.validation
Validator for LogonCommand objects.
LogonValidator() - Constructor for class magoffin.matt.ma2.validation.LogonValidator
 
LOW_PRIORITY - Static variable in interface magoffin.matt.ma2.biz.WorkBiz
A low priority.
LuceneBiz - Class in magoffin.matt.ma2.lucene
Lucene implementation of SearchBiz and IndexBiz.
LuceneBiz() - Constructor for class magoffin.matt.ma2.lucene.LuceneBiz
 

M

magoffin.matt.ma2 - package magoffin.matt.ma2
 
magoffin.matt.ma2.aop - package magoffin.matt.ma2.aop
 
magoffin.matt.ma2.audio - package magoffin.matt.ma2.audio
 
magoffin.matt.ma2.biz - package magoffin.matt.ma2.biz
 
magoffin.matt.ma2.biz.impl - package magoffin.matt.ma2.biz.impl
 
magoffin.matt.ma2.dao - package magoffin.matt.ma2.dao
 
magoffin.matt.ma2.dao.hbm - package magoffin.matt.ma2.dao.hbm
 
magoffin.matt.ma2.dao.support - package magoffin.matt.ma2.dao.support
 
magoffin.matt.ma2.domain - package magoffin.matt.ma2.domain
 
magoffin.matt.ma2.image - package magoffin.matt.ma2.image
 
magoffin.matt.ma2.image.awt - package magoffin.matt.ma2.image.awt
 
magoffin.matt.ma2.image.iio - package magoffin.matt.ma2.image.iio
 
magoffin.matt.ma2.image.jmagick - package magoffin.matt.ma2.image.jmagick
 
magoffin.matt.ma2.job - package magoffin.matt.ma2.job
 
magoffin.matt.ma2.lucene - package magoffin.matt.ma2.lucene
 
magoffin.matt.ma2.plugin - package magoffin.matt.ma2.plugin
 
magoffin.matt.ma2.support - package magoffin.matt.ma2.support
 
magoffin.matt.ma2.util - package magoffin.matt.ma2.util
 
magoffin.matt.ma2.validation - package magoffin.matt.ma2.validation
 
magoffin.matt.ma2.video - package magoffin.matt.ma2.video
 
magoffin.matt.ma2.web - package magoffin.matt.ma2.web
 
magoffin.matt.ma2.web.admin - package magoffin.matt.ma2.web.admin
 
magoffin.matt.ma2.web.service - package magoffin.matt.ma2.web.service
 
magoffin.matt.ma2.web.util - package magoffin.matt.ma2.web.util
 
MailMergeHelper - Class in magoffin.matt.ma2.util
A bean to support MailMerge email sending.
MailMergeHelper() - Constructor for class magoffin.matt.ma2.util.MailMergeHelper
 
main(String[]) - Static method in class magoffin.matt.ma2.util.MediaAlbumExportTool
Run tool from command line.
MATTE_XML_NAMESPACE_URI - Static variable in interface magoffin.matt.ma2.SystemConstants
The Matte XML namespace URI.
MatteNamespaceContext - Class in magoffin.matt.ma2.util
Deprecated. see BasicNamespaceContext
MatteNamespaceContext() - Constructor for class magoffin.matt.ma2.util.MatteNamespaceContext
Deprecated.  
MEDIA_ITEM_INFO_FLAG - Static variable in class magoffin.matt.ma2.web.service.MediaItemInfoController
A flag added to the view model to signal that only the item info is desired.
MEDIA_REQUEST_PARAM_ROTATE_DEGREES - Static variable in interface magoffin.matt.ma2.MediaEffect
A MediaRequest parameter key for a integer value representing a rotational degree to apply to the media item.
MEDIA_REQUEST_PARAM_WATERMARK_RESOURCE - Static variable in interface magoffin.matt.ma2.MediaEffect
A MediaRequest parameter key for a Spring Resource instance that should be used as a watermark image.
MediaAlbumExportTool - Class in magoffin.matt.ma2.util
Tool to export albums from a Media Album database into a file/folder structure for importing into Matte.
MediaAlbumExportTool() - Constructor for class magoffin.matt.ma2.util.MediaAlbumExportTool
 
MediaBiz - Interface in magoffin.matt.ma2.biz
API for media item actions.
MediaBizImpl - Class in magoffin.matt.ma2.biz.impl
Default implementation of MediaBiz.
MediaBizImpl() - Constructor for class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
MediaDataType - Interface in magoffin.matt.ma2.domain
Java content class for media-data-type complex type.
MediaEffect - Interface in magoffin.matt.ma2
API for applying effects to media items.
MediaHandler - Interface in magoffin.matt.ma2
API for performing operations on media items.
MediaHandlerDelegate - Interface in magoffin.matt.ma2
API for delegate media requests.
MediaInfoCommand - Class in magoffin.matt.ma2.support
Command object for storing media item info (metadata).
MediaInfoCommand() - Constructor for class magoffin.matt.ma2.support.MediaInfoCommand
 
MediaItem - Interface in magoffin.matt.ma2.domain
Java content class for media-item complex type.
MediaItemDao - Interface in magoffin.matt.ma2.dao
DAO for MediaItem objects.
MediaItemDeleteIndexInterceptor - Class in magoffin.matt.ma2.aop
Interceptor to support removal of MediaItem domain objects from the search index.
MediaItemDeleteIndexInterceptor() - Constructor for class magoffin.matt.ma2.aop.MediaItemDeleteIndexInterceptor
 
MediaItemIndexInterceptor - Class in magoffin.matt.ma2.aop
Interceptor to support automatic indexing of updated MediaItem domain objects.
MediaItemIndexInterceptor() - Constructor for class magoffin.matt.ma2.aop.MediaItemIndexInterceptor
 
MediaItemInfoController - Class in magoffin.matt.ma2.web.service
Return a single media item with full info or an aggregate of a set of media item info populated in a single media item.
MediaItemInfoController() - Constructor for class magoffin.matt.ma2.web.service.MediaItemInfoController
 
MediaItemInfoController.Command - Class in magoffin.matt.ma2.web.service
Command class.
MediaItemInfoController.Command() - Constructor for class magoffin.matt.ma2.web.service.MediaItemInfoController.Command
 
MediaItemLucenePlugin - Class in magoffin.matt.ma2.lucene
Lucene search plugin implementation for MediaItem objects.
MediaItemLucenePlugin() - Constructor for class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
Default constructor.
MediaItemLuceneSearchCriteria - Class in magoffin.matt.ma2.lucene
Lucene search criteria for media items.
MediaItemLuceneSearchCriteria(SearchBiz.MediaItemSearchCriteria) - Constructor for class magoffin.matt.ma2.lucene.MediaItemLuceneSearchCriteria
Construct with a MediaItemSearchCriteria.
MediaItemLuceneSearchCriteria(SearchBiz.MediaItemSearchCriteria, PaginationCriteria) - Constructor for class magoffin.matt.ma2.lucene.MediaItemLuceneSearchCriteria
Construct with a MediaItemSearchCriteria and pagination.
MediaItemRating - Interface in magoffin.matt.ma2.domain
Java content class for media-item-rating complex type.
MediaItemRatingController - Class in magoffin.matt.ma2.web.service
Set the rating for a media item.
MediaItemRatingController() - Constructor for class magoffin.matt.ma2.web.service.MediaItemRatingController
 
MediaItemRatingController.Command - Class in magoffin.matt.ma2.web.service
Command class.
MediaItemRatingController.Command() - Constructor for class magoffin.matt.ma2.web.service.MediaItemRatingController.Command
 
MediaItemsController - Class in magoffin.matt.ma2.web.service
Populate a list of media items, either from a collection, an album, or individually specified.
MediaItemsController() - Constructor for class magoffin.matt.ma2.web.service.MediaItemsController
 
MediaItemsController.Command - Class in magoffin.matt.ma2.web.service
Command class.
MediaItemsController.Command() - Constructor for class magoffin.matt.ma2.web.service.MediaItemsController.Command
 
MediaItemSearchResult - Interface in magoffin.matt.ma2.domain
Java content class for media-item-search-result complex type.
MediaItemSecurityInterceptor - Class in magoffin.matt.ma2.aop
AOP security interceptor for MediaItem instances.
MediaItemSecurityInterceptor() - Constructor for class magoffin.matt.ma2.aop.MediaItemSecurityInterceptor
 
MediaItemSorter - Class in magoffin.matt.ma2.util
Comparator for MediaItem objects.
MediaItemSorter() - Constructor for class magoffin.matt.ma2.util.MediaItemSorter
Default constructor.
MediaItemSorter(MediaItemSorter.SortMode) - Constructor for class magoffin.matt.ma2.util.MediaItemSorter
Construct with a SortMode.
MediaItemSorter(int) - Constructor for class magoffin.matt.ma2.util.MediaItemSorter
Construct with a SortMode mode flag.
MediaItemSorter.SortMode - Enum in magoffin.matt.ma2.util
Sort mode.
MediaItemType - Interface in magoffin.matt.ma2.domain
Java content class for media-item-type complex type.
MediaMetadata - Interface in magoffin.matt.ma2
Metadata about a media item.
MediaQuality - Enum in magoffin.matt.ma2
Quality constants for media items.
MediaRequest - Interface in magoffin.matt.ma2
API for media requests.
MediaResponse - Interface in magoffin.matt.ma2
API to allow setting response values during a media request and returning the result of request processing.
MediaSearchCommand - Class in magoffin.matt.ma2.support
Command object for media searches.
MediaSearchCommand() - Constructor for class magoffin.matt.ma2.support.MediaSearchCommand
 
MediaServerController - Class in magoffin.matt.ma2.web
Controller for serving up media items.
MediaServerController() - Constructor for class magoffin.matt.ma2.web.MediaServerController
 
MediaServerController.Command - Class in magoffin.matt.ma2.web
Command for MediaServer.
MediaServerController.Command() - Constructor for class magoffin.matt.ma2.web.MediaServerController.Command
 
MediaSize - Enum in magoffin.matt.ma2
Size constants for media items.
MediaSizeDefinition - Interface in magoffin.matt.ma2.domain
Java content class for media-size-definition complex type.
MediaSpec - Interface in magoffin.matt.ma2.domain
Java content class for media-spec complex type.
MESSAGE_KEY_ALBUM_TITLE_MULTI - Static variable in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
The message key for an album title with more than one item in it.
MESSAGE_KEY_ALBUM_TITLE_MULTI - Static variable in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
The message key for an album title with more than one item in it.
MESSAGE_KEY_ALBUM_TITLE_SINGLE - Static variable in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
The message key for an album title with just one item in it.
MESSAGE_KEY_ALBUM_TITLE_SINGLE - Static variable in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
The message key for an album title with just one item in it.
Metadata - Interface in magoffin.matt.ma2.domain
Java content class for metadata complex type.
METADATA_PARAMETER_KEY - Static variable in class magoffin.matt.ma2.support.AbstractMediaHandler
An MediaRequest parameter key for a cached MediaMetadata object.
MetadataImportType - Interface in magoffin.matt.ma2.domain
Java content class for metadata-import-type complex type.
MimeTypeMediaHandlerDelegate - Class in magoffin.matt.ma2.support
Implementation of MediaHandlerDelegate that uses a MIME type mapping to delegate to any number of different MediaHandlerDelegate implementations.
MimeTypeMediaHandlerDelegate() - Constructor for class magoffin.matt.ma2.support.MimeTypeMediaHandlerDelegate
 
MODE_ALBUM_FEED - Static variable in class magoffin.matt.ma2.support.BrowseAlbumsCommand
The mode for an album feed.
MODE_ALBUMS - Static variable in class magoffin.matt.ma2.support.BrowseAlbumsCommand
The default value for the mode property.
MODE_POPULARITY - Static variable in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
Browse mode key for popularity.
MODE_RATING_AVERAGE - Static variable in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
Browse mode key for average rating.
Model - Interface in magoffin.matt.ma2.domain
Java content class for model element declaration.
MoveItemsCommand - Class in magoffin.matt.ma2.support
Command object for moving items into a new Collection.
MoveItemsCommand() - Constructor for class magoffin.matt.ma2.support.MoveItemsCommand
Default constructor.
MoveItemsCommand(Long, Long[]) - Constructor for class magoffin.matt.ma2.support.MoveItemsCommand
Construct with data.
MoveItemsForm - Class in magoffin.matt.ma2.web
Form controller for moving items into a new Collection.
MoveItemsForm() - Constructor for class magoffin.matt.ma2.web.MoveItemsForm
 
moveMedia(List<MediaItem>, Collection) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
moveMedia(List<MediaItem>, Collection) - Method in interface magoffin.matt.ma2.biz.IOBiz
Move media item files to a new directory.
moveMediaItems(MoveItemsCommand, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
moveMediaItems(MoveItemsCommand, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Move a set of media items from the collection they currently are in to a different collection.
MPEG_AUDIO_MIME - Static variable in class magoffin.matt.ma2.audio.AudioConstants
The MPEG audio MIME type: audio/mpeg.
MPEG_MIME - Static variable in class magoffin.matt.ma2.video.VideoConstants
The MPEG video MIME type: video/mpeg.
MSG_NO_SUBJECT_KEY - Static variable in class magoffin.matt.ma2.util.MailMergeHelper
The key for the message resource for a "no subject" subject.

N

needToAlter(MediaItem, MediaRequest) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
Test if the current request needs to alter the original media item in some way or not.
needToRotate(MediaItem, MediaRequest) - Method in class magoffin.matt.ma2.image.BaseImageMediaHandler
Check if rotation needs to be performed for a given media item based on the orientation metadata available in the media item.
needToRotate(MediaItem, MediaRequest) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
Check if rotation needs to be performed for a given media item.
NewAlbumController - Class in magoffin.matt.ma2.web.service
Deprecated. see AlbumForm
NewAlbumController() - Constructor for class magoffin.matt.ma2.web.service.NewAlbumController
Deprecated.  
NewAlbumController.Command - Class in magoffin.matt.ma2.web.service
Deprecated. Command class.
NewAlbumController.Command() - Constructor for class magoffin.matt.ma2.web.service.NewAlbumController.Command
Deprecated.  
NewAlbumController.CommandValidator - Class in magoffin.matt.ma2.web.service
Deprecated. Validator class.
NewAlbumController.CommandValidator() - Constructor for class magoffin.matt.ma2.web.service.NewAlbumController.CommandValidator
Deprecated.  
newAlbumImportTypeInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new AlbumImportType instance.
newAlbumImportTypeInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newAlbumInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new Album instance.
newAlbumInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newAlbumSearchResultInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new AlbumSearchResult instance.
newAlbumSearchResultInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
NewCollectionController - Class in magoffin.matt.ma2.web.service
Deprecated. see CollectionForm
NewCollectionController() - Constructor for class magoffin.matt.ma2.web.service.NewCollectionController
Deprecated.  
NewCollectionController.Command - Class in magoffin.matt.ma2.web.service
Deprecated. Command class.
NewCollectionController.Command() - Constructor for class magoffin.matt.ma2.web.service.NewCollectionController.Command
Deprecated.  
NewCollectionController.CommandValidator - Class in magoffin.matt.ma2.web.service
Deprecated. Validator class.
NewCollectionController.CommandValidator() - Constructor for class magoffin.matt.ma2.web.service.NewCollectionController.CommandValidator
Deprecated.  
newCollectionForUser(Collection, User, BizContext) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
newCollectionForUser(Collection, User, BizContext) - Method in interface magoffin.matt.ma2.biz.UserBiz
Create a new Collection for a given user.
newCollectionImportInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new CollectionImport instance.
newCollectionImportInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newCollectionInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new Collection instance.
newCollectionInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newCollectionListItemTypeInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new CollectionListItemType instance.
newCollectionListItemTypeInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newEditInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new Edit instance.
newEditInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newGetCollectionListRequestInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new GetCollectionListRequest instance.
newGetCollectionListRequestInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newGetCollectionListResponseInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new GetCollectionListResponse instance.
newGetCollectionListResponseInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newInstance(Class) - Method in class magoffin.matt.ma2.domain.ObjectFactory
Create an instance of the specified Java content interface.
newInstance(Object, String) - Method in class magoffin.matt.ma2.web.util.EditInitializer
 
newItemImportTypeInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new ItemImportType instance.
newItemImportTypeInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newJobInfoInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Return a new JobInfo instance.
newJobInfoInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newKeyNameTypeInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Return a new KeyNameType instance.
newKeyNameTypeInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newLocaleInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Return a new Locale instance.
newLocaleInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newMediaItemInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new MediaItem instance.
newMediaItemInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newMediaItemRatingInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new MediaItemRating instance.
newMediaItemRatingInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newMediaItemSearchResultInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new MediaItemSearchResult instance.
newMediaItemSearchResultInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newMediaSizeDefinitionInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new MediaSizeDefinition instance.
newMediaSizeDefinitionInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newMediaSpecInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new MediaSpec instance.
newMediaSpecInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newMetadataImportTypeInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new MetadataImportType instance.
newMetadataImportTypeInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newMetadataInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new Metadata instance.
newMetadataInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newModelInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new Model instance.
newModelInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newPaginationCriteriaInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new PaginationCriteria instance.
newPaginationCriteriaInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newPaginationIndexInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new PaginationIndex instance.
newPaginationIndexInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newPaginationIndexSectionInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new PaginationIndexSection instance.
newPaginationIndexSectionInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newPosterSearchResultInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new PosterSearchResult instance.
newPosterSearchResultInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newSearchResultsInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new SearchResults instance.
newSearchResultsInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newSessionInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new Session instance.
newSessionInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newSharedAlbumSearchResultInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new SharedAlbumSearchResult instance.
newSharedAlbumSearchResultInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newThemeInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new Theme instance.
newThemeInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newTimeZoneInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new TimeZone instance.
newTimeZoneInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newUserCommentInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new UserComment instance.
newUserCommentInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newUserInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new User instance.
newUserInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newUserSearchResultInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new UserSearchResult instance.
newUserSearchResultInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newUserTagInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new UserTag instance.
newUserTagInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newXAppContextInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new XAppContext instance.
newXAppContextInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
newXwebParameterInstance() - Method in interface magoffin.matt.ma2.biz.DomainObjectFactory
Get a new XwebParameter instance.
newXwebParameterInstance() - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
NoopController - Class in magoffin.matt.ma2.web.service
Does not do anything but forward to success view.
NoopController() - Constructor for class magoffin.matt.ma2.web.service.NoopController
 
NoopPlugin - Class in magoffin.matt.ma2.plugin
Plugin implementation that does nothing.
NoopPlugin() - Constructor for class magoffin.matt.ma2.plugin.NoopPlugin
 
normalize(char) - Method in class magoffin.matt.ma2.lucene.UserTagTokenizer
 
NoUserSessionException - Exception in magoffin.matt.ma2.web
Exception thrown when no Session is available in the current HttpSession.
NoUserSessionException() - Constructor for exception magoffin.matt.ma2.web.NoUserSessionException
Default constructor.
NoUserSessionException(String) - Constructor for exception magoffin.matt.ma2.web.NoUserSessionException
Construct with a message.

O

ObjectFactory - Class in magoffin.matt.ma2.domain
This object contains factory methods for each Java content interface and Java element interface generated in the magoffin.matt.ma2.domain package.
ObjectFactory() - Constructor for class magoffin.matt.ma2.domain.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: magoffin.matt.ma2.domain
ObjectNotFoundException - Exception in magoffin.matt.ma2
Exception thrown when a requested object is not found.
ObjectNotFoundException(String) - Constructor for exception magoffin.matt.ma2.ObjectNotFoundException
Construct with a message.
ObjectNotFoundException(String, Throwable) - Constructor for exception magoffin.matt.ma2.ObjectNotFoundException
Construct with a message and nested exception.
onApplicationEvent(ApplicationEvent) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
onBindOnNewForm(HttpServletRequest, Object) - Method in class magoffin.matt.ma2.web.SortAlbumsForm
 
onBindOnNewForm(HttpServletRequest, Object) - Method in class magoffin.matt.ma2.web.SortMediaItemsForm
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.AddCommentForm
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.admin.ThemeForm
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.admin.UserForm
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.AlbumForm
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.CollectionForm
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.DownloadItemsForm
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.ForgotPasswordConfirmForm
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.ForgotPasswordForm
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.LogonForm
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.MoveItemsForm
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.PreferencesForm
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.SortAlbumsForm
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.SortMediaItemsForm
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.UploadMediaForm
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.ViewSettingsForm
 
OUTPUT_FILE_KEY - Static variable in interface magoffin.matt.ma2.MediaRequest
The parameter key for a File object the OutputStream in MediaResponse is pointed at.
OUTPUT_MAGICK_IMAGE_KEY - Static variable in interface magoffin.matt.ma2.image.jmagick.JMagickMediaEffect
The MediaRequest parameter key for the result MagickImage object.
OUTPUT_MIME - Static variable in class magoffin.matt.ma2.web.ShadowServerController
The MIME type of the generated image.

P

PaginationCriteria - Interface in magoffin.matt.ma2.domain
Java content class for pagination-criteria complex type.
PaginationIndex - Interface in magoffin.matt.ma2.domain
Java content class for pagination-index complex type.
PaginationIndexSection - Interface in magoffin.matt.ma2.domain
Java content class for pagination-index-section complex type.
PARAM_CANCEL - Static variable in class magoffin.matt.ma2.web.AbstractForm
Parameter triggering the cancel action.
performMerge(String, ClassLoader, Map<String, ?>) - Method in class magoffin.matt.ma2.util.MailMergeHelper
Perform a mail merge.
Plugin - Interface in magoffin.matt.ma2.plugin
Base API for system plugins.
PLUGIN_CONFIG_KEY - Static variable in class magoffin.matt.ma2.biz.impl.SystemBizImpl
The plugin configuration key.
PNG_MIME - Static variable in class magoffin.matt.ma2.image.ImageConstants
The PNG image MIME type: image/png.
PngMediaHandler - Class in magoffin.matt.ma2.image.iio
PNG media handler using ImageIO.
PngMediaHandler() - Constructor for class magoffin.matt.ma2.image.iio.PngMediaHandler
Constructor.
PngMediaHandler - Class in magoffin.matt.ma2.image.jmagick
PNG media handler using JMagick.
PngMediaHandler() - Constructor for class magoffin.matt.ma2.image.jmagick.PngMediaHandler
Constructor.
PopularityBrowseModePlugin - Class in magoffin.matt.ma2.dao.support
Browse mode based on media item popularity (hits).
PopularityBrowseModePlugin() - Constructor for class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
 
populateMediaSizeAndQuality(List<MediaSizeDefinition>) - Method in class magoffin.matt.ma2.web.util.WebHelper
Add a MediaSizeDefinition for every MediaSize in the system.
populateModelWorkInfo(HttpServletRequest, WorkBiz.WorkInfo, Map<String, Object>) - Method in class magoffin.matt.ma2.web.util.WebHelper
Populate data from a WorkInfo instance onto a model Map.
PosterSearchResult - Interface in magoffin.matt.ma2.domain
Java content class for poster-search-result complex type.
postProcessConfiguration(Configuration) - Method in class magoffin.matt.ma2.dao.hbm.LocalSessionFactoryBean
 
postProcessModel(MethodInvocation, Map<String, Object>, Object) - Method in class magoffin.matt.ma2.aop.AbstractMailTemplateInterceptor
Get a SimpleMailMessage object based on the result of the method invocation.
postProcessModel(MethodInvocation, Map<String, Object>, Object) - Method in class magoffin.matt.ma2.aop.UserEmailInterceptor
 
postProcessModel(MethodInvocation, Map<String, Object>, Object) - Method in class magoffin.matt.ma2.aop.UserLoginEmailInterceptor
 
PreferencesCommand - Class in magoffin.matt.ma2.support
Command object for storing user preferences.
PreferencesCommand() - Constructor for class magoffin.matt.ma2.support.PreferencesCommand
 
PreferencesForm - Class in magoffin.matt.ma2.web
Form controller for editing overall user preferences.
PreferencesForm() - Constructor for class magoffin.matt.ma2.web.PreferencesForm
 
process(XData, HttpServletRequest) - Method in class magoffin.matt.ma2.web.HomeController.PostProcessor
 
processCancel(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.AbstractForm
Perform a cancel form submit request.
processFinish(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.RegisterForm
 
processFinish(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.SetupWizard
 
processFormSubmission(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class magoffin.matt.ma2.web.AbstractForm
 
ProcessingException - Exception in magoffin.matt.ma2
Runtime exception thrown to signify a process completed, but some error still occured.
ProcessingException(Throwable) - Constructor for exception magoffin.matt.ma2.ProcessingException
Construct with nested exception.
ProcessingException(Object, Throwable) - Constructor for exception magoffin.matt.ma2.ProcessingException
Construct with a result and nested exception.
ProcessingException(Object, String) - Constructor for exception magoffin.matt.ma2.ProcessingException
Constrcut with a result and message.
ProcessingException(Object, String, Throwable) - Constructor for exception magoffin.matt.ma2.ProcessingException
Construct with a result, message, and nested exception.

Q

QUERY_ALBUM_FOR_KEY - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
Find an Album based on its anonymous key.
QUERY_ALBUMS_FOR_THEME_ID - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
Find an Album based on a theme ID.
QUERY_ALBUMS_FOR_USER_ID - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
Find all Albums for a User ID.
QUERY_ALBUMS_FOR_USER_ID_AND_NAME - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
Find all Albums for a User ID and name.
QUERY_ALBUMS_FOR_USER_ID_BY_DATE - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
Find all Albums for a User ID, sorted by date in descending order.
QUERY_ALBUMS_FOR_USER_ID_BY_DATE_SINCE - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
Find all Albums for a User ID, sorted by date in descending order, newer than a given date.
QUERY_ALBUMS_FOR_USER_ID_FOR_ANONYMOUS_BY_DATE - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
Find all Albums for a User ID with 'allowAnonymous' = TRUE, sorted by date in descending order.
QUERY_ALBUMS_FOR_USER_ID_FOR_BROWSE_BY_DATE - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
Find all Albums for a User ID with 'allowBrowse' = TRUE, sorted by date in descending order.
QUERY_ALBUMS_FOR_USER_ID_FOR_FEED_BY_DATE - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
Find all Albums for a User ID with 'allowFeed' = TRUE, sorted by date in descending order.
QUERY_COLLECTION_FOR_ITEM_ID - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateCollectionDao
Find a Collection for an Item ID.
QUERY_COLLECTIONS_FOR_USER_ID - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateCollectionDao
Find all Collections for a User ID.
QUERY_MEDIA_ITEMS_FOR_ALBUM - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
Find all MediaItems for a Album.
QUERY_MEDIA_ITEMS_FOR_COLLECTION - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
Find all MediaItems for a Collection.
QUERY_MEDIA_ITEMS_FOR_IDS - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
Find all MediaItems for a list of IDs.
QUERY_MEDIA_ITEMS_FOR_PATH - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
Find all MediaItems for a path.
QUERY_MEDIA_ITEMS_OF_COLLECTION_FOR_ALBUM - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
Find all MediaItems and Albums for a Collection.
QUERY_PARAM_ITEM_ID - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
The HQL parameter name for a MediaItem ID.
QUERY_PARAM_SINCE_DATE - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
The HQL parameter name for the "since" date.
QUERY_PARAM_USER_ID - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
The HQL parameter name for a user ID.
QUERY_PARENT_ALBUM_FOR_ALBUM - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
Find the parent Album for a given Album.
QUERY_SHARED_ALBUMS_FOR_MEDIA_ITEM - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
Find all Albums that are shared and contain a MediaItem.
QUERY_THEME_ALL - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateThemeDao
Find all themes.
QUERY_THEME_BY_NAME - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateThemeDao
Find a theme by name.
QUERY_TIME_ZONE_ALL - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateTimeZoneDao
Find all time zones.
QUERY_USER_BY_EMAIL - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateUserDao
Find a user by its email.
QUERY_USER_BY_KEY - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateUserDao
Find a user by its key.
QUERY_USER_BY_LOGIN - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateUserDao
Find a user by its username.
QUERY_USERS_BY_ACCESS_LEVEL - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateUserDao
Find users by access level.
QUERY_USERS_UNCONFIRMED_FOR_LONG_TIME - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateUserDao
Find users not confirmed in a long time.
QUICKTIME_MIME - Static variable in class magoffin.matt.ma2.video.VideoConstants
The QuickTime video MIME type: video/quicktime.

R

RatingAverageBrowseModePlugin - Class in magoffin.matt.ma2.dao.support
Browse mode based on average media item ratings.
RatingAverageBrowseModePlugin() - Constructor for class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
 
reassignAlbumsUsingTheme(Theme, Theme) - Method in interface magoffin.matt.ma2.dao.AlbumDao
Reassign all Albums using a particular Theme to a new Theme.
reassignAlbumsUsingTheme(Theme, Theme) - Method in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
 
recreateMediaItemIndex(BizContext) - Method in interface magoffin.matt.ma2.biz.IndexBiz
Rebuild the entire MediaItem index.
recreateMediaItemIndex(BizContext) - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
recreateUserIndex(BizContext) - Method in interface magoffin.matt.ma2.biz.IndexBiz
Rebuild the entire user index.
recreateUserIndex(BizContext) - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
referenceData(HttpServletRequest, Object, Errors) - Method in class magoffin.matt.ma2.web.AddCommentForm
 
referenceData(HttpServletRequest, Object, Errors) - Method in class magoffin.matt.ma2.web.admin.ThemeForm
 
referenceData(HttpServletRequest, Object, Errors) - Method in class magoffin.matt.ma2.web.admin.UserForm
 
referenceData(HttpServletRequest, Object, Errors) - Method in class magoffin.matt.ma2.web.AlbumForm
 
referenceData(HttpServletRequest, Object, Errors) - Method in class magoffin.matt.ma2.web.DownloadItemsForm
 
referenceData(HttpServletRequest, Object, Errors) - Method in class magoffin.matt.ma2.web.LogonForm
 
referenceData(HttpServletRequest, Object, Errors) - Method in class magoffin.matt.ma2.web.MoveItemsForm
 
referenceData(HttpServletRequest, Object, Errors) - Method in class magoffin.matt.ma2.web.PreferencesForm
 
referenceData(HttpServletRequest, Object, Errors, int) - Method in class magoffin.matt.ma2.web.RegisterForm
 
referenceData(HttpServletRequest, int) - Method in class magoffin.matt.ma2.web.SetupWizard
 
referenceData(HttpServletRequest, Object, Errors) - Method in class magoffin.matt.ma2.web.SortAlbumsForm
 
referenceData(HttpServletRequest, Object, Errors) - Method in class magoffin.matt.ma2.web.SortMediaItemsForm
 
referenceData(HttpServletRequest, Object, Errors) - Method in class magoffin.matt.ma2.web.UploadMediaForm
 
registerCalendarEditor(ServletRequestDataBinder, BizContext, ThreadSafeDateFormat, TimeZone) - Method in class magoffin.matt.ma2.web.AbstractCommandController
Register a CalendarEditor property editor for Calendar bean properties.
registerCalendarEditor(ServletRequestDataBinder, BizContext, ThreadSafeDateFormat, TimeZone) - Method in class magoffin.matt.ma2.web.AbstractForm
Register a CalendarEditor property editor for Calendar bean properties.
RegisterConfirmController - Class in magoffin.matt.ma2.web
Controller for handing the registration confirmation request.
RegisterConfirmController() - Constructor for class magoffin.matt.ma2.web.RegisterConfirmController
 
RegisterForm - Class in magoffin.matt.ma2.web
Wizard form controller for registering as a new user.
RegisterForm() - Constructor for class magoffin.matt.ma2.web.RegisterForm
 
registerUser(User, BizContext) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
registerUser(User, BizContext) - Method in interface magoffin.matt.ma2.biz.UserBiz
Register a new user.
reindex() - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
reindex(SearchCriteria) - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
reindex() - Method in class magoffin.matt.ma2.lucene.UserLucenePlugin
 
reindex(SearchCriteria) - Method in class magoffin.matt.ma2.lucene.UserLucenePlugin
 
ReindexController - Class in magoffin.matt.ma2.web.admin
Controller for re-indexing a search index.
ReindexController() - Constructor for class magoffin.matt.ma2.web.admin.ReindexController
 
ReindexController.Command - Class in magoffin.matt.ma2.web.admin
Command class.
ReindexController.Command() - Constructor for class magoffin.matt.ma2.web.admin.ReindexController.Command
 
removeBizContext() - Static method in class magoffin.matt.ma2.util.BizContextUtil
Remove a BizContext from the current thread.
RemoveFromAlbumController - Class in magoffin.matt.ma2.web.service
Remove media items from an album.
RemoveFromAlbumController() - Constructor for class magoffin.matt.ma2.web.service.RemoveFromAlbumController
 
RemoveFromAlbumController.Command - Class in magoffin.matt.ma2.web.service
Command class.
RemoveFromAlbumController.Command() - Constructor for class magoffin.matt.ma2.web.service.RemoveFromAlbumController.Command
 
removeItemsFromAlbums(Long[]) - Method in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
 
removeItemsFromAlbums(Long[]) - Method in interface magoffin.matt.ma2.dao.MediaItemDao
Remove a set of MediaItems from any albums they reside in.
removeItemsFromCollections(Long[]) - Method in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
 
removeItemsFromCollections(Long[]) - Method in interface magoffin.matt.ma2.dao.MediaItemDao
Remove a set of media items from the collections they are in.
removeItemsOfCollectionFromAlbums(Long) - Method in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
 
removeItemsOfCollectionFromAlbums(Long) - Method in interface magoffin.matt.ma2.dao.MediaItemDao
Find all MediaItems for a specific collection and then remove them from any album they reside in.
removeMediaItemFromIndex(Long) - Method in interface magoffin.matt.ma2.biz.IndexBiz
Remove a MediaItem from the index.
removeMediaItemFromIndex(Long) - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
removeMediaItemsFromAlbum(Long, Long[], BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
removeMediaItemsFromAlbum(Long, Long[], BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Remove a list of item IDs from an Album.
RemoveStaleRegistrationsJob - Class in magoffin.matt.ma2.job
Job to clean out old unconfirmed registrations.
RemoveStaleRegistrationsJob() - Constructor for class magoffin.matt.ma2.job.RemoveStaleRegistrationsJob
 
removeUser(Long, BizContext) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
removeUser(Long, BizContext) - Method in interface magoffin.matt.ma2.biz.UserBiz
Remove a User from the back end.
removeUserFromIndex(Long) - Method in interface magoffin.matt.ma2.biz.IndexBiz
Remove a user from the index.
removeUserFromIndex(Long) - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
render(List, SessionFactoryImplementor) - Method in class magoffin.matt.ma2.dao.hbm.BitwiseAndFunctionSQLFunction
 
render(List, SessionFactoryImplementor) - Method in class magoffin.matt.ma2.dao.hbm.BitwiseAndSQLFunction
 
REQ_KEY_SAVE_SAVED_URL - Static variable in class magoffin.matt.ma2.web.util.WebConstants
Save URL key.
reset() - Method in class magoffin.matt.ma2.support.Geometry
Reset this object to its default state.
resolveEntity(String, String) - Method in class magoffin.matt.ma2.web.service.AddMediaContentHandler
 
RESULT_KEY - Static variable in class magoffin.matt.ma2.aop.UserEmailInterceptor
The model key for the result object.
ROTATE_180 - Static variable in class magoffin.matt.ma2.image.BaseImageMediaHandler
The rotation degrees for 180 degrees.
ROTATE_90_CCW - Static variable in class magoffin.matt.ma2.image.BaseImageMediaHandler
The rotation degrees for 90 degrees counter-clockwise.
ROTATE_90_CW - Static variable in class magoffin.matt.ma2.image.BaseImageMediaHandler
The rotation degrees for 90 degrees clockwise.
ROTATE_KEY - Static variable in class magoffin.matt.ma2.image.awt.RotateEffect
The key for this effect.
ROTATE_KEY - Static variable in class magoffin.matt.ma2.image.jmagick.RotateEffect
The key for this effect.
RotateEffect - Class in magoffin.matt.ma2.image.awt
Effect that rotates an image, based on the degrees specified by the MediaEffect.MEDIA_REQUEST_PARAM_ROTATE_DEGREES request parameter.
RotateEffect() - Constructor for class magoffin.matt.ma2.image.awt.RotateEffect
 
RotateEffect - Class in magoffin.matt.ma2.image.jmagick
Effect that rotates an image, based on the degrees specified by the MediaEffect.MEDIA_REQUEST_PARAM_ROTATE_DEGREES request parameter.
RotateEffect() - Constructor for class magoffin.matt.ma2.image.jmagick.RotateEffect
 
run() - Method in class magoffin.matt.ma2.util.MediaAlbumExportTool
Run the tool.

S

saveAnonymousUserSession(HttpServletRequest, MediaSpec, MediaSpec) - Method in class magoffin.matt.ma2.web.util.WebHelper
Save an anonymous user session.
SaveMediaItemInfoController - Class in magoffin.matt.ma2.web.service
Controller for saving media info.
SaveMediaItemInfoController() - Constructor for class magoffin.matt.ma2.web.service.SaveMediaItemInfoController
 
saveRequestTheme(Theme) - Method in class magoffin.matt.ma2.web.util.WebHelper
Save a theme for the current request.
saveUserSession(HttpServletRequest, User) - Method in class magoffin.matt.ma2.web.util.WebHelper
Save the action user to session.
SCALE_KEY - Static variable in class magoffin.matt.ma2.image.awt.ScaleEffect
The key for this effect.
SCALE_KEY - Static variable in class magoffin.matt.ma2.image.jmagick.ScaleEffect
The key for this effect.
ScaleEffect - Class in magoffin.matt.ma2.image.awt
Effect that scales an image to the size specified on the request.
ScaleEffect() - Constructor for class magoffin.matt.ma2.image.awt.ScaleEffect
 
ScaleEffect - Class in magoffin.matt.ma2.image.jmagick
Effect that scales an image to the size specified on the request.
ScaleEffect() - Constructor for class magoffin.matt.ma2.image.jmagick.ScaleEffect
Constructor.
search(SearchCriteria) - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
search(SearchCriteria) - Method in class magoffin.matt.ma2.lucene.UserLucenePlugin
 
SEARCH_ALBUMS_FOR_USER_ID_FOR_FEED_BY_DATE - Static variable in class magoffin.matt.ma2.dao.hbm.HibernateAlbumDao
Find album search results for a User ID with 'allowFeed' = TRUE, sorted by date in descending order.
SearchBiz - Interface in magoffin.matt.ma2.biz
API for search actions.
SearchBiz.AlbumSearchCriteria - Interface in magoffin.matt.ma2.biz
Search criteria for albums.
SearchBiz.MediaItemSearchCriteria - Interface in magoffin.matt.ma2.biz
Search criteria for MediaItem searches.
SearchMediaItemsController - Class in magoffin.matt.ma2.web.service
Controller for searching for media items.
SearchMediaItemsController() - Constructor for class magoffin.matt.ma2.web.service.SearchMediaItemsController
 
SearchResults - Interface in magoffin.matt.ma2.domain
Search results object.
secureMessage(SoapMessage) - Method in class magoffin.matt.ma2.web.service.SimpleWsSecurityInterceptor
 
send(SimpleMailMessage) - Method in class magoffin.matt.ma2.util.MailMergeHelper
Send a mail message.
sendMerge(Locale, ClassLoader, Map<String, ?>, SimpleMailMessage) - Method in class magoffin.matt.ma2.util.MailMergeHelper
Perform a mail merge and send an email with the result of the merge as the email message text.
SES_KEY_USER_SESSION_DATA - Static variable in class magoffin.matt.ma2.web.util.WebConstants
User session data.
SES_KEY_VIEWED_MEDIA_ITEMS - Static variable in class magoffin.matt.ma2.web.util.WebConstants
Session key for viewed MediaItem ID set.
SES_KEY_WORK_TICKETS - Static variable in class magoffin.matt.ma2.web.util.WebConstants
Session key for user's work tickets set.
Session - Interface in magoffin.matt.ma2.domain
Java content class for session element declaration.
setAccessLevel(int) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the accessLevel property.
setActingUser(User) - Method in interface magoffin.matt.ma2.domain.UiSession
Sets the value of the actingUser property.
setActingUser(User) - Method in class magoffin.matt.ma2.support.BasicBizContext
Set the acting user.
setAdmin(boolean) - Method in interface magoffin.matt.ma2.domain.UiSession
Sets the value of the admin property.
setAdminUserTemplate(Map<String, Object>) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setAdvancedProperties(Properties) - Method in class magoffin.matt.ma2.web.SetupWizard
 
setAdvancedPropertiesPage(int) - Method in class magoffin.matt.ma2.web.SetupWizard
 
setAlbum(Album) - Method in interface magoffin.matt.ma2.domain.UiEdit
Sets the value of the album property.
setAlbumDao(AlbumDao) - Method in class magoffin.matt.ma2.aop.AlbumSecurityInterceptor
 
setAlbumDao(AlbumDao) - Method in class magoffin.matt.ma2.aop.MediaItemIndexInterceptor
 
setAlbumDao(AlbumDao) - Method in class magoffin.matt.ma2.aop.MediaItemSecurityInterceptor
 
setAlbumDao(AlbumDao) - Method in class magoffin.matt.ma2.biz.impl.AbstractSearchBiz
 
setAlbumDao(AlbumDao) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
setAlbumDao(AlbumDao) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
setAlbumDao(AlbumDao) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
setAlbumDao(AlbumDao) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setAlbumDao(AlbumDao) - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
setAlbumDao(AlbumDao) - Method in class magoffin.matt.ma2.web.HomeController
 
setAlbumDao(AlbumDao) - Method in class magoffin.matt.ma2.web.service.AddToAlbumController
 
setAlbumDao(AlbumDao) - Method in class magoffin.matt.ma2.web.service.NewAlbumController
Deprecated.  
setAlbumDao(AlbumDao) - Method in class magoffin.matt.ma2.web.service.RemoveFromAlbumController
 
setAlbumDate(Calendar) - Method in interface magoffin.matt.ma2.domain.Album
Sets the value of the albumDate property.
setAlbumDate(Calendar) - Method in interface magoffin.matt.ma2.domain.AlbumImportType
Sets the value of the albumDate property.
setAlbumDateFormat(ThreadSafeDateFormat) - Method in class magoffin.matt.ma2.web.AlbumForm
 
setAlbumFeedMaxLength(int) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setAlbumId(Long) - Method in interface magoffin.matt.ma2.domain.Album
Sets the value of the albumId property.
setAlbumId(Long) - Method in class magoffin.matt.ma2.support.BasicAlbumSearchCriteria
 
setAlbumId(Long) - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
setAlbumId(Long) - Method in class magoffin.matt.ma2.support.ShareAlbumCommand
 
setAlbumId(Long) - Method in class magoffin.matt.ma2.support.SortAlbumsCommand
 
setAlbumId(Long) - Method in class magoffin.matt.ma2.support.SortMediaItemsCommand
 
setAlbumId(Long) - Method in class magoffin.matt.ma2.web.AlbumForm.Command
 
setAlbumId(Long) - Method in class magoffin.matt.ma2.web.HomeController.Command
 
setAlbumId(Long) - Method in class magoffin.matt.ma2.web.service.AddToAlbumController.Command
 
setAlbumId(Long) - Method in class magoffin.matt.ma2.web.service.DeleteAlbumController.Command
 
setAlbumId(Long) - Method in class magoffin.matt.ma2.web.service.MediaItemsController.Command
 
setAlbumId(Long) - Method in class magoffin.matt.ma2.web.service.RemoveFromAlbumController.Command
 
setAlbumId(Long) - Method in class magoffin.matt.ma2.web.service.SetAlbumParentController.Command
 
setAlbumId(Long) - Method in class magoffin.matt.ma2.web.service.SetAlbumPosterController.Command
 
setAlbumId(Long) - Method in class magoffin.matt.ma2.web.SortAlbumsForm.AlbumData
 
setAlbumId(Long) - Method in class magoffin.matt.ma2.web.SortAlbumsForm.Command
 
setAlbumId(Long) - Method in class magoffin.matt.ma2.web.SortMediaItemsForm.Command
 
setAlbumKey(String) - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
setAlbumKey(String) - Method in class magoffin.matt.ma2.web.MediaServerController.Command
 
setAlbumKey(String) - Method in class magoffin.matt.ma2.web.service.MediaItemInfoController.Command
 
SetAlbumParentController - Class in magoffin.matt.ma2.web.service
Controller for setting the parent of an album (or adding one album as a child to another album).
SetAlbumParentController() - Constructor for class magoffin.matt.ma2.web.service.SetAlbumParentController
 
SetAlbumParentController.Command - Class in magoffin.matt.ma2.web.service
Command object.
SetAlbumParentController.Command() - Constructor for class magoffin.matt.ma2.web.service.SetAlbumParentController.Command
 
SetAlbumPosterController - Class in magoffin.matt.ma2.web.service
Controller to set the media item poster of an album.
SetAlbumPosterController() - Constructor for class magoffin.matt.ma2.web.service.SetAlbumPosterController
 
SetAlbumPosterController.Command - Class in magoffin.matt.ma2.web.service
Command object.
SetAlbumPosterController.Command() - Constructor for class magoffin.matt.ma2.web.service.SetAlbumPosterController.Command
 
setAlbumPropertiesDoNotClone(String[]) - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
setAllowAnonymous(boolean) - Method in interface magoffin.matt.ma2.domain.Album
Sets the value of the allowAnonymous property.
setAllowBrowse(boolean) - Method in interface magoffin.matt.ma2.domain.Album
Sets the value of the allowBrowse property.
setAllowFeed(boolean) - Method in interface magoffin.matt.ma2.domain.Album
Sets the value of the allowFeed property.
setAllowOriginal(boolean) - Method in interface magoffin.matt.ma2.domain.Album
Sets the value of the allowOriginal property.
setAmountCompleted(float) - Method in interface magoffin.matt.ma2.domain.WorkInfo
Sets the value of the amountCompleted property.
setAnalyzer(Analyzer) - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
 
setAnonymousKey(String) - Method in interface magoffin.matt.ma2.domain.Album
Sets the value of the anonymousKey property.
setAnonymousKey(String) - Method in interface magoffin.matt.ma2.domain.SharedAlbumSearchResult
Sets the value of the anonymousKey property.
setAnonymousKey(String) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the anonymousKey property.
setAnonymousUserTemplate(Map<String, Object>) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setAppContextSupport(AppContextSupport) - Method in class magoffin.matt.ma2.support.BasicBizContext
Set the AppContextSupport.
setApplicationContext(ApplicationContext) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
setApplicationContext(ApplicationContext) - Method in class magoffin.matt.ma2.web.util.AppContextInitializer
 
setApplicationProperties(Map<String, String>) - Method in class magoffin.matt.ma2.web.util.AppContextInitializer
 
setApplyToChildren(boolean) - Method in class magoffin.matt.ma2.support.ShareAlbumCommand
 
setApproved(boolean) - Method in interface magoffin.matt.ma2.domain.UserComment
Sets the value of the approved property.
setArchivePath(String) - Method in interface magoffin.matt.ma2.domain.ItemImportType
Sets the value of the archivePath property.
setAttachmentFileCaching(boolean) - Method in class magoffin.matt.ma2.web.service.AxiomSoapMessageFactory
Indicate whether SOAP attachments should make use of file caching.
setAttribute(String, Object) - Method in interface magoffin.matt.ma2.biz.BizContext
Set an attribute value.
setAttribute(String, Object) - Method in class magoffin.matt.ma2.support.BasicBizContext
 
setAuthor(String) - Method in interface magoffin.matt.ma2.domain.Theme
Sets the value of the author property.
setAuthorEmail(String) - Method in interface magoffin.matt.ma2.domain.Theme
Sets the value of the authorEmail property.
setAutoAlbum(boolean) - Method in class magoffin.matt.ma2.support.AddMediaCommand
 
setAwtMediaEffectMap(Map<String, AwtMediaEffect>) - Method in class magoffin.matt.ma2.image.awt.BaseAwtImageMediaHandler
 
setB(Integer) - Method in class magoffin.matt.ma2.web.ShadowServerController.Command
 
setBasePath(String) - Method in interface magoffin.matt.ma2.domain.Theme
Sets the value of the basePath property.
setBaseThemePath(String) - Method in class magoffin.matt.ma2.web.DownloadThemeController
 
setBaseThemePath(String) - Method in class magoffin.matt.ma2.web.ThemeResourceController
 
setBaseThemePath(String) - Method in class magoffin.matt.ma2.web.util.ThemeAwareResourceLoader
 
setBinderTemplate(ServletRequestDataBinderTemplate) - Method in class magoffin.matt.ma2.web.AbstractForm
 
setBlurRadius(Integer) - Method in class magoffin.matt.ma2.web.ShadowServerController.Command
 
setBrowse(boolean) - Method in class magoffin.matt.ma2.support.ShareAlbumCommand
 
setBrowseTheme(Theme) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the browseTheme property.
setBrowseThemeId(Long) - Method in class magoffin.matt.ma2.support.PreferencesCommand
 
setC(Integer) - Method in class magoffin.matt.ma2.web.ShadowServerController.Command
 
setCacheDirectory(File) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
setCancelView(String) - Method in class magoffin.matt.ma2.web.AbstractForm
 
setCancelView(String) - Method in class magoffin.matt.ma2.web.AbstractWizardForm
 
setChangedHibernateDialect(boolean) - Method in class magoffin.matt.ma2.web.SetupWizard.Command
 
setChildAlbumIds(Long[]) - Method in class magoffin.matt.ma2.support.SortAlbumsCommand
 
setChildKey(String) - Method in class magoffin.matt.ma2.web.ViewAlbumController.Command
 
setChildren(SortAlbumsForm.AlbumData[]) - Method in class magoffin.matt.ma2.web.SortAlbumsForm.Command
 
setCode(String) - Method in interface magoffin.matt.ma2.domain.Locale
Sets the value of the code property.
setCode(String) - Method in interface magoffin.matt.ma2.domain.TimeZone
Sets the value of the code property.
setCode(String) - Method in class magoffin.matt.ma2.support.LogonCommand
 
setCollection(Collection) - Method in interface magoffin.matt.ma2.domain.UiEdit
Sets the value of the collection property.
setCollectionDao(CollectionDao) - Method in class magoffin.matt.ma2.aop.MediaItemSecurityInterceptor
 
setCollectionDao(CollectionDao) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
setCollectionDao(CollectionDao) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
setCollectionDao(CollectionDao) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setCollectionDao(CollectionDao) - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
setCollectionDao(CollectionDao) - Method in class magoffin.matt.ma2.web.service.DeleteCollectionController
 
setCollectionDir(File) - Method in class magoffin.matt.ma2.util.MediaAlbumExportTool
 
setCollectionId(Long) - Method in interface magoffin.matt.ma2.domain.AddMediaRequestType
Sets the value of the collectionId property.
setCollectionId(Long) - Method in interface magoffin.matt.ma2.domain.Collection
Sets the value of the collectionId property.
setCollectionId(Long) - Method in interface magoffin.matt.ma2.domain.CollectionListItemType
Sets the value of the collectionId property.
setCollectionId(Long) - Method in class magoffin.matt.ma2.support.AddMediaCommand
 
setCollectionId(Long) - Method in class magoffin.matt.ma2.support.MoveItemsCommand
 
setCollectionId(Long) - Method in class magoffin.matt.ma2.web.CollectionForm.Command
 
setCollectionId(Long) - Method in class magoffin.matt.ma2.web.HomeController.Command
 
setCollectionId(Long) - Method in class magoffin.matt.ma2.web.service.DeleteCollectionController.Command
 
setCollectionId(Long) - Method in class magoffin.matt.ma2.web.service.MediaItemsController.Command
 
setCollectionImport(CollectionImportType) - Method in interface magoffin.matt.ma2.domain.AddMediaRequestType
Sets the value of the collectionImport property.
setCollectionPropertiesDoNotClone(String[]) - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
setCollectionRootDirectory(File) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
setColor(Color) - Method in class magoffin.matt.ma2.image.awt.BumpMapEffect
 
setColor(Integer) - Method in class magoffin.matt.ma2.web.ShadowServerController.Command
 
setComment(String) - Method in interface magoffin.matt.ma2.domain.Album
Sets the value of the comment property.
setComment(String) - Method in interface magoffin.matt.ma2.domain.BaseImportType
A comment or description of the item.
setComment(String) - Method in interface magoffin.matt.ma2.domain.Collection
Sets the value of the comment property.
setComment(String) - Method in interface magoffin.matt.ma2.domain.KeyNameType
Sets the value of the comment property.
setComment(String) - Method in interface magoffin.matt.ma2.domain.UserComment
Sets the value of the comment property.
setComment(String) - Method in class magoffin.matt.ma2.support.UserCommentCommand
 
setComment(String) - Method in class magoffin.matt.ma2.web.service.NewAlbumController.Command
Deprecated.  
setComment(String) - Method in class magoffin.matt.ma2.web.service.NewCollectionController.Command
Deprecated.  
setCommenter(String) - Method in interface magoffin.matt.ma2.domain.UserComment
Sets the value of the commenter property.
setCommentId(Long) - Method in interface magoffin.matt.ma2.domain.UserComment
Sets the value of the commentId property.
setCommentingUser(User) - Method in interface magoffin.matt.ma2.domain.UserComment
Sets the value of the commentingUser property.
setComments(String) - Method in class magoffin.matt.ma2.support.MediaInfoCommand
 
setCompletedJobMinRememberTimeMs(long) - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
setConfig(LucenePlugin.LuceneIndexConfig) - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
 
setConfirmUrl(String) - Method in class magoffin.matt.ma2.aop.UserEmailInterceptor
 
setContentType(String) - Method in interface magoffin.matt.ma2.domain.MediaDataType
Sets the value of the contentType property.
setContentType(String) - Method in class magoffin.matt.ma2.web.DownloadThemeController
 
setCopyright(String) - Method in class magoffin.matt.ma2.support.MediaInfoCommand
 
setCornerRadius(Integer) - Method in class magoffin.matt.ma2.web.ShadowServerController.Command
 
setCount(int) - Method in interface magoffin.matt.ma2.domain.PaginationIndexSection
Sets the value of the count property.
setCountOnly(boolean) - Method in class magoffin.matt.ma2.lucene.MediaItemLuceneSearchCriteria
 
setCountOnly(boolean) - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
setCountry(String) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the country property.
setCreationDate(Calendar) - Method in interface magoffin.matt.ma2.domain.Album
Sets the value of the creationDate property.
setCreationDate(Calendar) - Method in interface magoffin.matt.ma2.domain.AlbumImportType
Sets the value of the creationDate property.
setCreationDate(Calendar) - Method in interface magoffin.matt.ma2.domain.Collection
Sets the value of the creationDate property.
setCreationDate(Calendar) - Method in interface magoffin.matt.ma2.domain.MediaItem
Sets the value of the creationDate property.
setCreationDate(Calendar) - Method in interface magoffin.matt.ma2.domain.MediaItemRating
Sets the value of the creationDate property.
setCreationDate(Calendar) - Method in interface magoffin.matt.ma2.domain.Theme
Sets the value of the creationDate property.
setCreationDate(Calendar) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the creationDate property.
setCreationDate(Calendar) - Method in interface magoffin.matt.ma2.domain.UserComment
Sets the value of the creationDate property.
setCreationDate(Calendar) - Method in interface magoffin.matt.ma2.domain.UserTag
Sets the value of the creationDate property.
setCreationDate(Date) - Method in class magoffin.matt.ma2.support.AbstractMediaMetadata
 
setCreationDateKey(String) - Method in class magoffin.matt.ma2.support.SmetaMediaMetadata
 
setCustomViews(Map<String, String>) - Method in class magoffin.matt.ma2.web.HelpController
 
setDate(Calendar) - Method in class magoffin.matt.ma2.support.MediaInfoCommand
 
setDatePattern(String) - Method in class magoffin.matt.ma2.web.util.WebHelper
 
setDateTimeZone(TimeZone) - Method in class magoffin.matt.ma2.web.util.WebHelper
 
setDefaultCollectionCommentMessageKey(String) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setDefaultCollectionNameMessageKey(String) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setDefaultSettings(Map<String, String>) - Method in class magoffin.matt.ma2.web.SetupWizard
 
setDefaultTheme(Theme) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the defaultTheme property.
setDefaultThemeName(String) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
setDefaultThemeTemplate(Map<String, Object>) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
setDefaultThumbQuality(MediaQuality) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setDefaultThumbSize(MediaSize) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setDefaultTimeZoneCode(String) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
setDefaultViewQuality(MediaQuality) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setDefaultViewSize(MediaSize) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setDelayedJobMaxRememberTimeMs(long) - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
setDelegateMap(Map<String, MediaHandlerDelegate>) - Method in class magoffin.matt.ma2.support.MimeTypeMediaHandlerDelegate
 
setDeleteWatermark(boolean) - Method in class magoffin.matt.ma2.support.PreferencesCommand
 
setDescription(String) - Method in interface magoffin.matt.ma2.domain.MediaItem
Sets the value of the description property.
setDescription(String) - Method in interface magoffin.matt.ma2.domain.Theme
Sets the value of the description property.
setDirect(boolean) - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
setDiskUsage(Long) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the diskUsage property.
setDisplayName(String) - Method in interface magoffin.matt.ma2.domain.WorkInfo
Sets the value of the displayName property.
setDisplayOrder(int) - Method in interface magoffin.matt.ma2.domain.MediaItem
Sets the value of the displayOrder property.
setDisplayTimeZone(TimeZone) - Method in class magoffin.matt.ma2.support.MediaInfoCommand
 
setDocumentBuilderFactory(DocumentBuilderFactory) - Method in class magoffin.matt.ma2.util.XmlHelper
 
setDomainObjectFactory(DomainObjectFactory) - Method in class magoffin.matt.ma2.biz.impl.AbstractSearchBiz
 
setDomainObjectFactory(DomainObjectFactory) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
setDomainObjectFactory(DomainObjectFactory) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
setDomainObjectFactory(DomainObjectFactory) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
setDomainObjectFactory(DomainObjectFactory) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setDomainObjectFactory(DomainObjectFactory) - Method in class magoffin.matt.ma2.dao.support.AbstractJdbcBrowseModePlugin
 
setDomainObjectFactory(DomainObjectFactory) - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
 
setDomainObjectFactory(DomainObjectFactory) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
 
setDomainObjectFactory(DomainObjectFactory) - Method in class magoffin.matt.ma2.web.AbstractCommandController
 
setDomainObjectFactory(DomainObjectFactory) - Method in class magoffin.matt.ma2.web.AbstractController
 
setDomainObjectFactory(DomainObjectFactory) - Method in class magoffin.matt.ma2.web.AbstractForm
 
setDomainObjectFactory(DomainObjectFactory) - Method in class magoffin.matt.ma2.web.AbstractWizardForm
 
setDomainObjectFactory(DomainObjectFactory) - Method in class magoffin.matt.ma2.web.service.GetCollectionListEndpoint
 
setDomainObjectFactory(DomainObjectFactory) - Method in class magoffin.matt.ma2.web.util.AppContextInitializer
 
setDomainObjectFactory(DomainObjectFactory) - Method in class magoffin.matt.ma2.web.util.EditInitializer
 
setDomainObjectFactory(DomainObjectFactory) - Method in class magoffin.matt.ma2.web.util.WebHelper
 
setDownload(boolean) - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
setDownload(boolean) - Method in class magoffin.matt.ma2.web.MediaServerController.Command
 
setEffects(List<MediaEffect>) - Method in class magoffin.matt.ma2.support.BasicMediaRequest
 
setElevationScale(Integer) - Method in class magoffin.matt.ma2.image.awt.BumpMapEffect
 
setEmail(String) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the email property.
setEmail(String) - Method in class magoffin.matt.ma2.support.UserCommentCommand
 
setEmbeddedImageKey(String) - Method in class magoffin.matt.ma2.support.SmetaMediaMetadata
 
setEncryptor(DataEncryption) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setEndDate(Calendar) - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
setEntriesSince(Date) - Method in class magoffin.matt.ma2.support.AlbumFeedCommand
 
setEntriesSince(Date) - Method in class magoffin.matt.ma2.support.BrowseAlbumsCommand
 
setError(String) - Method in interface magoffin.matt.ma2.domain.WorkInfo
Sets the value of the error property.
setErrorMsg(String) - Method in class magoffin.matt.ma2.support.LogonCommand
 
setErrors(Errors) - Method in exception magoffin.matt.ma2.ValidationException
 
setErrorView(String) - Method in class magoffin.matt.ma2.web.AbstractCommandController
 
setErrorView(String) - Method in class magoffin.matt.ma2.web.AbstractController
 
setExecutor(ExecutorService) - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
setExecutorService(ExecutorService) - Method in class magoffin.matt.ma2.web.MediaServerController
 
setExternalThemeDirectory(String) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
setFactoryManager(MetadataResourceFactoryManager) - Method in class magoffin.matt.ma2.support.SmetaMediaMetadata
 
setFallbackIconName(String) - Method in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
 
setFeed(boolean) - Method in class magoffin.matt.ma2.support.ShareAlbumCommand
 
setFileSize(Long) - Method in interface magoffin.matt.ma2.domain.MediaItem
Sets the value of the fileSize property.
setFileSystemPage(int) - Method in class magoffin.matt.ma2.web.SetupWizard.SetupCommandValidator
 
setFileTypeMap(FileTypeMap) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
setFileTypeMap(FileTypeMap) - Method in class magoffin.matt.ma2.web.ThemeResourceController
 
setFileTypeMap(FileTypeMap) - Method in class magoffin.matt.ma2.web.UserResourceController
 
setFilterNameMap(Map<String, Integer>) - Method in class magoffin.matt.ma2.image.jmagick.ScaleEffect
 
setFinished(boolean) - Method in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
 
setForceTransactionRollback(boolean) - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
setGeometryMap(EnumMap<MediaSize, Geometry>) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
setH(Integer) - Method in class magoffin.matt.ma2.web.ShadowServerController.Command
 
setHeight(int) - Method in interface magoffin.matt.ma2.domain.MediaItem
Sets the value of the height property.
setHeight(int) - Method in interface magoffin.matt.ma2.domain.MediaSizeDefinition
Sets the value of the height property.
setHeight(int) - Method in class magoffin.matt.ma2.support.Geometry
Sets the height.
setHeight(Integer) - Method in class magoffin.matt.ma2.web.ShadowServerController.Command
 
setHelpId(String) - Method in class magoffin.matt.ma2.web.HelpController.Command
 
setHits(int) - Method in interface magoffin.matt.ma2.domain.MediaItem
Sets the value of the hits property.
setHjid(Long) - Method in interface magoffin.matt.ma2.domain.Metadata
Sets the value of the hjid property.
setIconResourcePathPrefix(String) - Method in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
 
setId(Long) - Method in class magoffin.matt.ma2.web.MediaServerController.Command
 
setIgnoreMailExceptions(boolean) - Method in class magoffin.matt.ma2.util.MailMergeHelper
 
setIgnoreWarnings(boolean) - Method in interface magoffin.matt.ma2.domain.UiEdit
Sets the value of the ignoreWarnings property.
setImageMediaHelper(ImageMediaHelper) - Method in class magoffin.matt.ma2.image.awt.BumpMapEffect
 
setImageMediaHelper(ImageMediaHelper) - Method in class magoffin.matt.ma2.image.awt.CompositeEffect
 
setImageMediaHelper(ImageMediaHelper) - Method in class magoffin.matt.ma2.image.iio.BaseImageIOMediaHandler
 
setImageMediaRequestDelegate(MediaHandlerDelegate) - Method in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
 
setIndex(PaginationIndex) - Method in interface magoffin.matt.ma2.domain.SearchResults
Sets the value of the index property.
setIndexBiz(IndexBiz) - Method in class magoffin.matt.ma2.aop.AbstractIndexInterceptor
 
setIndexBiz(IndexBiz) - Method in class magoffin.matt.ma2.web.admin.ReindexController
 
setIndexKey(String) - Method in interface magoffin.matt.ma2.domain.PaginationCriteria
Sets the value of the indexKey property.
setIndexKey(String) - Method in interface magoffin.matt.ma2.domain.PaginationIndexSection
Sets the value of the indexKey property.
setIndexKey(String) - Method in class magoffin.matt.ma2.web.admin.UserIndexController.Command
 
setIndexKeyLength(int) - Method in class magoffin.matt.ma2.lucene.StandardMatteAnalyzer
 
setIndexType(String) - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
 
setIndexType(IndexType) - Method in class magoffin.matt.ma2.web.admin.ReindexController.Command
 
setInfoReindexCount(int) - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
 
setIntensity(Float) - Method in class magoffin.matt.ma2.image.awt.BumpMapEffect
 
setIoBiz(IOBiz) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
setIoBiz(IOBiz) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setIoBiz(IOBiz) - Method in class magoffin.matt.ma2.web.DownloadItemsForm
 
setIoBiz(IOBiz) - Method in class magoffin.matt.ma2.web.MediaServerController
 
setIoBiz(IOBiz) - Method in class magoffin.matt.ma2.web.service.AddMediaEndpoint
 
setIoBiz(IOBiz) - Method in class magoffin.matt.ma2.web.service.AddMediaMessageEndpoint
 
setIoBiz(IOBiz) - Method in class magoffin.matt.ma2.web.UploadMediaForm
 
setIsPartialResult(boolean) - Method in interface magoffin.matt.ma2.domain.SearchResults
Sets the value of the isPartialResult property.
setItem(MediaItem) - Method in interface magoffin.matt.ma2.MediaResponse
Set the media item used in the response.
setItem(MediaItem) - Method in class magoffin.matt.ma2.support.BasicMediaResponse
 
setItem(MediaItem) - Method in class magoffin.matt.ma2.web.util.WebMediaResponse
 
setItemCount(Long) - Method in interface magoffin.matt.ma2.domain.AlbumSearchResult
Sets the value of the itemCount property.
setItemDate(Calendar) - Method in interface magoffin.matt.ma2.domain.MediaItem
Sets the value of the itemDate property.
setItemId(Long) - Method in interface magoffin.matt.ma2.domain.MediaItem
Sets the value of the itemId property.
setItemId(Long) - Method in interface magoffin.matt.ma2.domain.PosterSearchResult
Sets the value of the itemId property.
setItemId(Long) - Method in class magoffin.matt.ma2.support.UserCommentCommand
 
setItemId(Long) - Method in class magoffin.matt.ma2.web.service.MediaItemInfoController.Command
Set a single item ID.
setItemId(Long) - Method in class magoffin.matt.ma2.web.service.SetAlbumPosterController.Command
 
setItemId(Long) - Method in class magoffin.matt.ma2.web.SortMediaItemsForm.MediaItemData
 
setItemId(Long) - Method in class magoffin.matt.ma2.web.ViewAlbumController.Command
 
setItemIds(Long[]) - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
setItemIds(Long[]) - Method in class magoffin.matt.ma2.support.MediaInfoCommand
 
setItemIds(Long[]) - Method in class magoffin.matt.ma2.support.MoveItemsCommand
 
setItemIds(Long[]) - Method in class magoffin.matt.ma2.support.SortMediaItemsCommand
 
setItemIds(Long[]) - Method in class magoffin.matt.ma2.web.service.AddToAlbumController.Command
 
setItemIds(Long[]) - Method in class magoffin.matt.ma2.web.service.DeleteMediaController.Command
 
setItemIds(Long[]) - Method in class magoffin.matt.ma2.web.service.MediaItemInfoController.Command
 
setItemIds(Long[]) - Method in class magoffin.matt.ma2.web.service.MediaItemRatingController.Command
 
setItemIds(Long[]) - Method in class magoffin.matt.ma2.web.service.MediaItemsController.Command
 
setItemIds(Long[]) - Method in class magoffin.matt.ma2.web.service.RemoveFromAlbumController.Command
 
setItemMaxDate(Calendar) - Method in interface magoffin.matt.ma2.domain.AlbumSearchResult
Sets the value of the itemMaxDate property.
setItemMinDate(Calendar) - Method in interface magoffin.matt.ma2.domain.AlbumSearchResult
Sets the value of the itemMinDate property.
setItems(SortMediaItemsForm.MediaItemData[]) - Method in class magoffin.matt.ma2.web.SortMediaItemsForm.Command
 
setJaxbContext(JAXBContext) - Method in class magoffin.matt.ma2.util.XmlHelper
 
setJdbcTemplate(JdbcTemplate) - Method in class magoffin.matt.ma2.dao.support.AbstractJdbcBrowseModePlugin
 
setJmagickMediaEffectMap(Map<String, JMagickMediaEffect>) - Method in class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaHandler
 
setJpeg2000UserAgentPatterns(List<Pattern>) - Method in class magoffin.matt.ma2.image.jmagick.JpegMediaHandler
 
setJpeg2000UserAgentRegExp(String[]) - Method in class magoffin.matt.ma2.image.jmagick.JpegMediaHandler
Set the JPEG2000 user agent regular expression matches as a String array.
setKey(int) - Method in interface magoffin.matt.ma2.domain.KeyNameType
Sets the value of the key property.
setKey(String) - Method in interface magoffin.matt.ma2.domain.Metadata
Sets the value of the key property.
setKey(String) - Method in class magoffin.matt.ma2.web.ViewAlbumController.Command
 
setKeywords(String) - Method in interface magoffin.matt.ma2.domain.ItemImportType
Any number of keywords can be specified by delimiting them with commas.
setLanguage(String) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the language property.
setLength(long) - Method in class magoffin.matt.ma2.support.BasicMediaResponse
 
setLight(double[]) - Method in class magoffin.matt.ma2.image.awt.BumpMapEffect
 
setLocale(Locale) - Method in class magoffin.matt.ma2.support.BasicBizContext
Set the locale.
setLocale(Locale) - Method in class magoffin.matt.ma2.support.BrowseAlbumsCommand
 
setLocale(String) - Method in class magoffin.matt.ma2.support.PreferencesCommand
 
setLocalTz(String) - Method in interface magoffin.matt.ma2.domain.AddMediaRequestType
Sets the value of the localTz property.
setLocalTz(String) - Method in class magoffin.matt.ma2.support.AddMediaCommand
 
setLogin(String) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the login property.
setLogin(String) - Method in class magoffin.matt.ma2.support.LogonCommand
 
setLucene(LuceneService) - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
setMa2NamespacePrefix(String) - Method in class magoffin.matt.ma2.util.MatteNamespaceContext
Deprecated.  
setMa2NamespaceURI(String) - Method in class magoffin.matt.ma2.util.MatteNamespaceContext
Deprecated.  
setMailMergeSupport(MailMergeHelper) - Method in class magoffin.matt.ma2.aop.AbstractMailTemplateInterceptor
 
setMailSender(MailSender) - Method in class magoffin.matt.ma2.util.MailMergeHelper
 
setMarshallerProperties(Map<String, String>) - Method in class magoffin.matt.ma2.util.XmlHelper
 
setMatteNamespacePrefix(String) - Method in class magoffin.matt.ma2.util.MatteNamespaceContext
Deprecated.  
setMatteNamespaceURI(String) - Method in class magoffin.matt.ma2.util.MatteNamespaceContext
Deprecated.  
setMaxEntries(int) - Method in class magoffin.matt.ma2.support.AlbumFeedCommand
 
setMaxEntries(int) - Method in class magoffin.matt.ma2.support.BrowseAlbumsCommand
 
setMaxResults(Long) - Method in interface magoffin.matt.ma2.domain.PaginationCriteria
Sets the value of the maxResults property.
setMaxResults(int) - Method in class magoffin.matt.ma2.lucene.MediaItemLuceneSearchCriteria
 
setMediaAlbumJdbcTemplate(JdbcTemplate) - Method in class magoffin.matt.ma2.util.MediaAlbumExportTool
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.image.awt.BaseAwtMediaEffect
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaEffect
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.AddCommentForm
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.AlbumForm
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.DownloadItemsForm
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.HomeController
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.MediaServerController
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.MoveItemsForm
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.service.AddToAlbumController
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.service.DeleteAlbumController
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.service.DeleteCollectionController
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.service.DeleteMediaController
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.service.MediaItemInfoController
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.service.MediaItemRatingController
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.service.MediaItemsController
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.service.RemoveFromAlbumController
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.service.SaveMediaItemInfoController
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.service.SetAlbumParentController
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.service.SetAlbumPosterController
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.service.ShareAlbumController
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.SortAlbumsForm
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.SortMediaItemsForm
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.util.WebHelper
 
setMediaBiz(MediaBiz) - Method in class magoffin.matt.ma2.web.ViewAlbumController
 
setMediaData(MediaDataType) - Method in interface magoffin.matt.ma2.domain.AddMediaRequestType
The media to import.
setMediaDateFormat(ThreadSafeDateFormat) - Method in class magoffin.matt.ma2.web.service.SaveMediaItemInfoController
 
setMediaHandlerFileExtensionMap(Map<String, MediaHandler>) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
setMediaHandlerMimeMap(Map<String, MediaHandler>) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
setMediaItemCriteria(SearchBiz.MediaItemSearchCriteria) - Method in class magoffin.matt.ma2.lucene.MediaItemLuceneSearchCriteria
 
setMediaItemDao(MediaItemDao) - Method in class magoffin.matt.ma2.aop.MediaItemSecurityInterceptor
 
setMediaItemDao(MediaItemDao) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
setMediaItemDao(MediaItemDao) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
setMediaItemDao(MediaItemDao) - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
setMediaItemDao(MediaItemDao) - Method in class magoffin.matt.ma2.web.service.MediaItemsController
 
setMediaItemId(Long) - Method in class magoffin.matt.ma2.support.BasicMediaRequest
 
setMediaItemIndexType(String) - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
setMediaItemPropertiesDoNotClone(String[]) - Method in class magoffin.matt.ma2.biz.impl.JAXBDomainObjectFactory
 
setMediaItemTemplate(MediaItem) - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
setMediaLength(long) - Method in interface magoffin.matt.ma2.MediaResponse
Set the length of the media of the response.
setMediaLength(long) - Method in class magoffin.matt.ma2.support.BasicMediaResponse
 
setMediaLength(long) - Method in class magoffin.matt.ma2.web.util.WebMediaResponse
 
setMediaResource(Resource) - Method in interface magoffin.matt.ma2.MediaMetadata
Set the media resource from which to extract metadata from.
setMediaResource(Resource) - Method in class magoffin.matt.ma2.support.SmetaMediaMetadata
 
setMediaResponse(MediaResponse) - Method in interface magoffin.matt.ma2.biz.IOBiz.TwoPhaseExportRequest
Set the MediaResponse.
setMediaTimeZone(TimeZone) - Method in class magoffin.matt.ma2.support.MediaInfoCommand
 
setMediaType(MediaItemType) - Method in interface magoffin.matt.ma2.domain.MediaItem
The type of media this item represents, e.g.
setMediaTz(String) - Method in interface magoffin.matt.ma2.domain.AddMediaRequestType
Sets the value of the mediaTz property.
setMediaTz(String) - Method in class magoffin.matt.ma2.support.AddMediaCommand
 
setMessage(String) - Method in interface magoffin.matt.ma2.domain.AddMediaResponseType
Sets the value of the message property.
setMessage(String) - Method in interface magoffin.matt.ma2.domain.WorkInfo
Sets the value of the message property.
setMessages(MessageSource) - Method in class magoffin.matt.ma2.aop.MediaItemIndexInterceptor
 
setMessages(MessageSource) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
setMessages(MessageSource) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
setMessages(MessagesSource) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
setMessages(MessageSource) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setMessages(MessageSource) - Method in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
 
setMessages(MessageSource) - Method in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
 
setMessages(MessageSource) - Method in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
 
setMessages(MessageSource) - Method in class magoffin.matt.ma2.lucene.AbstractLucenePlugin
 
setMessages(MessageSource) - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
setMessageSource(MessageSource) - Method in class magoffin.matt.ma2.util.MailMergeHelper
 
setMessageSource(MessageSource) - Method in class magoffin.matt.ma2.web.util.WebHelper
 
setMessagesSource(MessagesSource) - Method in class magoffin.matt.ma2.web.AbstractCommandController
 
setMessagesSource(MessagesSource) - Method in class magoffin.matt.ma2.web.AbstractController
 
setMessageTemplate(SimpleMailMessage) - Method in class magoffin.matt.ma2.util.MailMergeHelper
 
setMetadataMap(Map<String, String>) - Method in class magoffin.matt.ma2.support.AbstractMediaMetadata
 
setMetadataSchemaResource(Resource) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
setMetaXmlFile(TemporaryFile) - Method in class magoffin.matt.ma2.support.AddMediaCommand
 
setMime(String) - Method in interface magoffin.matt.ma2.domain.MediaItem
Sets the value of the mime property.
setMime(String) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
 
setMime(String) - Method in class magoffin.matt.ma2.support.BasicMediaResponse
 
setMimeType(String) - Method in interface magoffin.matt.ma2.MediaResponse
Set the MIME type of a response.
setMimeType(String) - Method in class magoffin.matt.ma2.support.BasicMediaResponse
 
setMimeType(String) - Method in class magoffin.matt.ma2.web.util.WebMediaResponse
 
setMinDaysOld(int) - Method in class magoffin.matt.ma2.job.RemoveStaleRegistrationsJob
 
setMode(String) - Method in interface magoffin.matt.ma2.domain.UiBase
Sets the value of the mode property.
setMode(String) - Method in class magoffin.matt.ma2.support.BrowseAlbumsCommand
 
setMode(String) - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
setMode(Geometry.Mode) - Method in class magoffin.matt.ma2.support.Geometry
Sets the mode.
setMode(String) - Method in class magoffin.matt.ma2.web.ViewAlbumController.Command
 
setModifiedDate(long) - Method in interface magoffin.matt.ma2.MediaResponse
Set the modification date of the response.
setModifiedDate(long) - Method in class magoffin.matt.ma2.support.BasicMediaResponse
 
setModifiedDate(long) - Method in class magoffin.matt.ma2.web.util.WebMediaResponse
 
setModifyDate(Calendar) - Method in interface magoffin.matt.ma2.domain.Album
Sets the value of the modifyDate property.
setModifyDate(Calendar) - Method in interface magoffin.matt.ma2.domain.AlbumImportType
Sets the value of the modifyDate property.
setModifyDate(Calendar) - Method in interface magoffin.matt.ma2.domain.Collection
Sets the value of the modifyDate property.
setModifyDate(Calendar) - Method in interface magoffin.matt.ma2.domain.MediaItem
Sets the value of the modifyDate property.
setModifyDate(Calendar) - Method in interface magoffin.matt.ma2.domain.Theme
Sets the value of the modifyDate property.
setModifyDate(Calendar) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the modifyDate property.
setName(String) - Method in interface magoffin.matt.ma2.domain.Album
Sets the value of the name property.
setName(String) - Method in interface magoffin.matt.ma2.domain.BaseImportType
Sets the value of the name property.
setName(String) - Method in interface magoffin.matt.ma2.domain.Collection
Sets the value of the name property.
setName(String) - Method in interface magoffin.matt.ma2.domain.CollectionImportType
Sets the value of the name property.
setName(String) - Method in interface magoffin.matt.ma2.domain.CollectionListItemType
Sets the value of the name property.
setName(String) - Method in interface magoffin.matt.ma2.domain.InitParamConfig
Sets the value of the name property.
setName(String) - Method in interface magoffin.matt.ma2.domain.KeyNameType
Sets the value of the name property.
setName(String) - Method in interface magoffin.matt.ma2.domain.Locale
Sets the value of the name property.
setName(String) - Method in interface magoffin.matt.ma2.domain.MediaItem
Sets the value of the name property.
setName(String) - Method in interface magoffin.matt.ma2.domain.MediaItemType
Sets the value of the name property.
setName(String) - Method in interface magoffin.matt.ma2.domain.MetadataImportType
Sets the value of the name property.
setName(String) - Method in interface magoffin.matt.ma2.domain.PosterSearchResult
Sets the value of the name property.
setName(String) - Method in interface magoffin.matt.ma2.domain.SharedAlbumSearchResult
Sets the value of the name property.
setName(String) - Method in interface magoffin.matt.ma2.domain.Theme
Sets the value of the name property.
setName(String) - Method in interface magoffin.matt.ma2.domain.TimeZone
Sets the value of the name property.
setName(String) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the name property.
setName(String) - Method in class magoffin.matt.ma2.support.MediaInfoCommand
 
setName(String) - Method in class magoffin.matt.ma2.support.UserCommentCommand
 
setName(String) - Method in class magoffin.matt.ma2.web.service.NewAlbumController.Command
Deprecated.  
setName(String) - Method in class magoffin.matt.ma2.web.service.NewCollectionController.Command
Deprecated.  
setNormalFilterName(String) - Method in class magoffin.matt.ma2.image.jmagick.ScaleEffect
 
setNoWatermarkSizes(Set<MediaSize>) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
 
setO(Integer) - Method in class magoffin.matt.ma2.web.ShadowServerController.Command
 
setObjectFactory(ObjectFactory) - Method in class magoffin.matt.ma2.util.XmlHelper
 
setOffset(int) - Method in interface magoffin.matt.ma2.domain.TimeZone
Sets the value of the offset property.
setOpacity(Integer) - Method in class magoffin.matt.ma2.web.ShadowServerController.Command
 
setOrder(Integer) - Method in class magoffin.matt.ma2.web.SortAlbumsForm.AlbumData
 
setOrder(Integer) - Method in class magoffin.matt.ma2.web.SortMediaItemsForm.MediaItemData
 
setOrdering(int) - Method in interface magoffin.matt.ma2.domain.Locale
Sets the value of the ordering property.
setOrdering(int) - Method in interface magoffin.matt.ma2.domain.TimeZone
Sets the value of the ordering property.
setOrientation180Value(String) - Method in class magoffin.matt.ma2.image.BaseImageMediaHandler
 
setOrientation90ClockwiseValue(String) - Method in class magoffin.matt.ma2.image.BaseImageMediaHandler
 
setOrientation90CounterClockwiseValue(String) - Method in class magoffin.matt.ma2.image.BaseImageMediaHandler
 
setOrientationMetadataKey(String) - Method in class magoffin.matt.ma2.image.BaseImageMediaHandler
 
setOriginal(boolean) - Method in class magoffin.matt.ma2.support.BasicMediaRequest
 
setOriginal(boolean) - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
setOriginal(boolean) - Method in class magoffin.matt.ma2.support.ShareAlbumCommand
 
setOriginal(boolean) - Method in class magoffin.matt.ma2.web.MediaServerController.Command
 
setOriginalHibernateDialect(String) - Method in class magoffin.matt.ma2.web.SetupWizard
 
setOutputDepth(int) - Method in class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaHandler
 
setOutputDir(File) - Method in class magoffin.matt.ma2.util.MediaAlbumExportTool
 
setOutputFactory(XMLOutputFactory) - Method in class magoffin.matt.ma2.web.service.AddMediaEndpoint
 
setOutputFactory(XMLOutputFactory) - Method in class magoffin.matt.ma2.web.service.AddMediaMessageEndpoint
 
setOutputStream(OutputStream) - Method in class magoffin.matt.ma2.support.BasicMediaResponse
 
setOwner(User) - Method in interface magoffin.matt.ma2.domain.Album
Sets the value of the owner property.
setOwner(User) - Method in interface magoffin.matt.ma2.domain.Collection
Sets the value of the owner property.
setOwner(User) - Method in interface magoffin.matt.ma2.domain.Theme
Sets the value of the owner property.
setOwnerId(Integer) - Method in class magoffin.matt.ma2.util.MediaAlbumExportTool
 
setPage(int) - Method in class magoffin.matt.ma2.lucene.MediaItemLuceneSearchCriteria
 
setPageOffset(Long) - Method in interface magoffin.matt.ma2.domain.PaginationCriteria
Sets the value of the pageOffset property.
setPageSize(Long) - Method in interface magoffin.matt.ma2.domain.PaginationCriteria
Sets the value of the pageSize property.
setPageSize(int) - Method in class magoffin.matt.ma2.lucene.MediaItemLuceneSearchCriteria
 
setPagination(PaginationCriteria) - Method in interface magoffin.matt.ma2.domain.SearchResults
Sets the value of the pagination property.
setParameters(Map<String, Object>) - Method in class magoffin.matt.ma2.support.BasicMediaRequest
 
setParentAlbumId(Long) - Method in class magoffin.matt.ma2.web.service.SetAlbumParentController.Command
 
setPassword(String) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the password property.
setPassword(String) - Method in class magoffin.matt.ma2.support.LogonCommand
 
setPath(String) - Method in interface magoffin.matt.ma2.domain.Collection
Sets the value of the path property.
setPath(String) - Method in interface magoffin.matt.ma2.domain.MediaItem
Sets the value of the path property.
setPayloadCaching(boolean) - Method in class magoffin.matt.ma2.web.service.AxiomSoapMessageFactory
Indicates whether the SOAP Body payload should be cached or not.
setPopularityBucketSize(int) - Method in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
 
setPoster(MediaItem) - Method in interface magoffin.matt.ma2.domain.Album
Sets the value of the poster property.
setPosterId(Long) - Method in class magoffin.matt.ma2.web.SortAlbumsForm.AlbumData
 
setPreferredFileExtension(String) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
 
setPriority(int) - Method in interface magoffin.matt.ma2.domain.WorkInfo
Sets the value of the priority property.
setProperty(String, Object) - Method in class magoffin.matt.ma2.domain.ObjectFactory
Set the specified property.
setQuality(String) - Method in interface magoffin.matt.ma2.domain.MediaSpec
Sets the value of the quality property.
setQuality(MediaQuality) - Method in class magoffin.matt.ma2.support.BasicMediaRequest
 
setQuality(String) - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
setQuality(String) - Method in class magoffin.matt.ma2.web.MediaServerController.Command
 
setQualityMap(EnumMap<MediaQuality, Float>) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
setQuickSearch(String) - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
setQuota(int) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the quota property.
setR(Integer) - Method in class magoffin.matt.ma2.web.ShadowServerController.Command
 
setRasterFileExtension(String) - Method in class magoffin.matt.ma2.image.SvgMediaHandler
 
setRating(float) - Method in interface magoffin.matt.ma2.domain.ItemImportType
Sets the value of the rating property.
setRating(short) - Method in interface magoffin.matt.ma2.domain.MediaItemRating
Sets the value of the rating property.
setRating(short) - Method in class magoffin.matt.ma2.web.service.MediaItemRatingController.Command
 
setRatingId(Long) - Method in interface magoffin.matt.ma2.domain.MediaItemRating
Sets the value of the ratingId property.
setRatingUser(User) - Method in interface magoffin.matt.ma2.domain.MediaItemRating
Sets the value of the ratingUser property.
setRefresh(boolean) - Method in interface magoffin.matt.ma2.domain.UiEdit
Sets the value of the refresh property.
setReindexWaitForFinishThreadSleep(long) - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
setRemoveItemsFromAlbumsQuery(String) - Method in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
 
setRemoveItemsFromCollectionsQuery(String) - Method in class magoffin.matt.ma2.dao.hbm.HibernateMediaItemDao
 
setRenderingHints(RenderingHints) - Method in class magoffin.matt.ma2.image.awt.ScaleEffect
 
setRequireAdmin(boolean) - Method in class magoffin.matt.ma2.web.SetupWizard
 
setResource(String) - Method in class magoffin.matt.ma2.web.ThemeResourceController.Command
 
setResource(String) - Method in class magoffin.matt.ma2.web.UserResourceController.Command
 
setResourceDirectory(File) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
setResourceLoader(ResourceLoader) - Method in class magoffin.matt.ma2.support.BasicIconBasedMediaHandler
 
setReturnedResults(Long) - Method in interface magoffin.matt.ma2.domain.SearchResults
Sets the value of the returnedResults property.
setSalt(byte[]) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
setSalt(byte[]) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setSaveRequestURLFlag(HttpServletRequest) - Static method in class magoffin.matt.ma2.web.util.WebHelper
Set a flag indicating the saved session URL should not be cleared on this request.
setScanJobTimerMs(long) - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
setSchemaCache(Ehcache) - Method in class magoffin.matt.ma2.util.XmlHelper
 
setSearchBiz(SearchBiz) - Method in class magoffin.matt.ma2.web.admin.UserIndexController
 
setSearchBiz(SearchBiz) - Method in class magoffin.matt.ma2.web.BrowseAlbumsController
 
setSearchBiz(SearchBiz) - Method in class magoffin.matt.ma2.web.DownloadItemsForm
 
setSearchBiz(SearchBiz) - Method in class magoffin.matt.ma2.web.service.AlbumFeedController
 
setSearchBiz(SearchBiz) - Method in class magoffin.matt.ma2.web.service.SearchMediaItemsController
 
setSearchBiz(SearchBiz) - Method in class magoffin.matt.ma2.web.SortAlbumsForm
 
setSearchBiz(SearchBiz) - Method in class magoffin.matt.ma2.web.ViewAlbumController
 
setSearchDateFormat(ThreadSafeDateFormat) - Method in class magoffin.matt.ma2.web.service.SearchMediaItemsController
 
setSearchPoster(PosterSearchResult) - Method in interface magoffin.matt.ma2.domain.AlbumSearchResult
Sets the value of the searchPoster property.
setSearchResults(SearchResults) - Method in interface magoffin.matt.ma2.domain.UiModel
Sets the value of the searchResults property.
setSearchTime(Long) - Method in interface magoffin.matt.ma2.domain.SearchResults
Sets the value of the searchTime property.
setSecondsToWaitToComplete(long) - Method in class magoffin.matt.ma2.web.UploadMediaForm
 
setSection(String) - Method in class magoffin.matt.ma2.support.BrowseAlbumsCommand
 
setSectionAlbumMaxSize(int) - Method in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
 
setSectionAlbumMaxSize(int) - Method in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
 
setSecurityCache(Ehcache) - Method in class magoffin.matt.ma2.aop.AbstractSecurityInterceptor
 
setSelected(boolean) - Method in interface magoffin.matt.ma2.domain.PaginationIndexSection
Sets the value of the selected property.
setServletContext(ServletContext) - Method in class magoffin.matt.ma2.web.util.ThemeAwareResourceLoader
 
setSettingDao(XwebParamDao) - Method in class magoffin.matt.ma2.web.SetupWizard
 
setSettings(Map<String, String>) - Method in class magoffin.matt.ma2.web.SetupWizard.Command
 
setSettingsDao(XwebParamDao) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
setShadowCache(Cache) - Method in class magoffin.matt.ma2.web.ShadowServerController
 
setShared(boolean) - Method in class magoffin.matt.ma2.support.ShareAlbumCommand
 
setSharedAlbumUrlTemplate(String) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
setSharedOnly(boolean) - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
setSingleThreaded(boolean) - Method in class magoffin.matt.ma2.lucene.MediaItemLucenePlugin
 
setSingleThreaded(boolean) - Method in class magoffin.matt.ma2.lucene.UserLucenePlugin
 
setSize(String) - Method in interface magoffin.matt.ma2.domain.MediaSizeDefinition
Sets the value of the size property.
setSize(String) - Method in interface magoffin.matt.ma2.domain.MediaSpec
Sets the value of the size property.
setSize(MediaSize) - Method in class magoffin.matt.ma2.support.BasicMediaRequest
 
setSize(String) - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
setSize(String) - Method in class magoffin.matt.ma2.web.MediaServerController.Command
 
setSmetaPropertyMap(Map<String, Object>) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
 
setSnowballStemmerName(String) - Method in class magoffin.matt.ma2.lucene.StandardMatteAnalyzer
 
setSoapVersion(SoapVersion) - Method in class magoffin.matt.ma2.web.service.AxiomSoapMessageFactory
 
setSongTitleMetaKey(String) - Method in class magoffin.matt.ma2.audio.BasicAudioMediaHandler
 
setSort(String) - Method in interface magoffin.matt.ma2.domain.AlbumImportType
Sets the value of the sort property.
setSortMode(int) - Method in interface magoffin.matt.ma2.domain.Album
Sets the value of the sortMode property.
setSqlBrowse(String) - Method in class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
 
setSqlBrowse(String) - Method in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
 
setSqlBrowse(String) - Method in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
 
setSqlBrowseAllowBrowseWhereClause(String) - Method in class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
 
setSqlBrowseAllowFeedWhereClause(String) - Method in class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
 
setSqlBrowseChildOrderByClause(String) - Method in class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
 
setSqlBrowseSection(String) - Method in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
 
setSqlBrowseSection(String) - Method in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
 
setSqlBrowseTopLevelOrderByClause(String) - Method in class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
 
setSqlFunctionName(String) - Method in class magoffin.matt.ma2.dao.hbm.BitwiseAndFunctionSQLFunction
 
setSqlFunctions(Map<String, SQLFunction>) - Method in class magoffin.matt.ma2.dao.hbm.LocalSessionFactoryBean
 
setStartDate(Calendar) - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
setStopWords(Set<String>) - Method in class magoffin.matt.ma2.lucene.StandardMatteAnalyzer
 
setSubjectMessageKey(String) - Method in class magoffin.matt.ma2.util.MailMergeHelper
 
setSuccess(boolean) - Method in interface magoffin.matt.ma2.domain.AddMediaResponseType
Sets the value of the success property.
setSuccessView(String) - Method in class magoffin.matt.ma2.web.AbstractCommandController
 
setSuccessView(String) - Method in class magoffin.matt.ma2.web.AbstractController
 
setSuccessView(String) - Method in class magoffin.matt.ma2.web.AbstractWizardForm
 
setSystemBiz(SystemBiz) - Method in class magoffin.matt.ma2.biz.impl.AbstractSearchBiz
 
setSystemBiz(SystemBiz) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
setSystemBiz(SystemBiz) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
setSystemBiz(SystemBiz) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setSystemBiz(SystemBiz) - Method in class magoffin.matt.ma2.web.AbstractCommandController
 
setSystemBiz(SystemBiz) - Method in class magoffin.matt.ma2.web.AbstractController
 
setSystemBiz(SystemBiz) - Method in class magoffin.matt.ma2.web.AbstractForm
 
setSystemBiz(SystemBiz) - Method in class magoffin.matt.ma2.web.AbstractWizardForm
 
setSystemBiz(SystemBiz) - Method in class magoffin.matt.ma2.web.util.WebHelper
 
setTag(String) - Method in interface magoffin.matt.ma2.domain.UserTag
Sets the value of the tag property.
setTaggingUser(User) - Method in interface magoffin.matt.ma2.domain.UserTag
Sets the value of the taggingUser property.
setTagId(Long) - Method in interface magoffin.matt.ma2.domain.UserTag
Sets the value of the tagId property.
setTags(String) - Method in class magoffin.matt.ma2.support.MediaInfoCommand
 
setTempFile(TemporaryFile) - Method in class magoffin.matt.ma2.support.AddMediaCommand
 
setTempFile(TemporaryFile) - Method in class magoffin.matt.ma2.support.AddThemeCommand
 
setTemplateName(String) - Method in class magoffin.matt.ma2.util.MailMergeHelper
 
setTemplatePath(String) - Method in class magoffin.matt.ma2.util.MailMergeHelper
 
setTheme(Theme) - Method in interface magoffin.matt.ma2.domain.Album
Sets the value of the theme property.
setTheme(Theme) - Method in interface magoffin.matt.ma2.domain.UiEdit
Sets the value of the theme property.
setTheme(Theme) - Method in class magoffin.matt.ma2.support.AddThemeCommand
 
setThemeDao(ThemeDao) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
setThemeId(Long) - Method in interface magoffin.matt.ma2.domain.Theme
Sets the value of the themeId property.
setThemeId(Long) - Method in class magoffin.matt.ma2.support.AddThemeCommand
 
setThemeId(Long) - Method in class magoffin.matt.ma2.support.ShareAlbumCommand
 
setThemeId(Long) - Method in class magoffin.matt.ma2.web.admin.DeleteThemeController.Command
 
setThemeId(Long) - Method in class magoffin.matt.ma2.web.admin.ThemesController.Command
 
setThemeId(Long) - Method in class magoffin.matt.ma2.web.DownloadThemeController.Command
 
setThemeId(Long) - Method in class magoffin.matt.ma2.web.DynamicThemeResourceController.Command
 
setThemeId(Long) - Method in class magoffin.matt.ma2.web.service.MediaItemInfoController.Command
 
setThemeId(Long) - Method in class magoffin.matt.ma2.web.ThemeResourceController.Command
 
setThemeId(Long) - Method in class magoffin.matt.ma2.web.ViewAlbumController.Command
 
setThemeResourceName(String) - Method in class magoffin.matt.ma2.web.DynamicThemeResourceController
 
setThumb(MediaSpec) - Method in class magoffin.matt.ma2.support.PreferencesCommand
 
setThumb(MediaSpec) - Method in class magoffin.matt.ma2.web.ViewSettingsForm.Command
 
setThumbnailFilterName(String) - Method in class magoffin.matt.ma2.image.jmagick.ScaleEffect
 
setThumbnailSetting(MediaSpec) - Method in interface magoffin.matt.ma2.domain.UiSession
Sets the value of the thumbnailSetting property.
setThumbnailSetting(MediaSpec) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the thumbnailSetting property.
setThumbnailSizes(Set<MediaSize>) - Method in class magoffin.matt.ma2.image.jmagick.ScaleEffect
 
setTicket(Long) - Method in interface magoffin.matt.ma2.domain.AddMediaResponseType
Sets the value of the ticket property.
setTicket(Long) - Method in interface magoffin.matt.ma2.domain.WorkInfo
Sets the value of the ticket property.
setTicket(Long) - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
setTicket(long) - Method in class magoffin.matt.ma2.web.service.JobInfoController.Command
 
setTimeCompleted(String) - Method in interface magoffin.matt.ma2.domain.WorkInfo
Sets the value of the timeCompleted property.
setTimeStarted(String) - Method in interface magoffin.matt.ma2.domain.WorkInfo
Sets the value of the timeStarted property.
setTimeSubmitted(String) - Method in interface magoffin.matt.ma2.domain.WorkInfo
Sets the value of the timeSubmitted property.
setTimeZone(String) - Method in class magoffin.matt.ma2.support.PreferencesCommand
 
setTimeZoneDao(TimeZoneDao) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
SETTING_KEY_ADMIN_REQUIRED_FOR_SETUP - Static variable in class magoffin.matt.ma2.web.SetupWizard
The XwebParameter key for the "admin required for setup" boolean flag.
SETTING_KEY_SETUP_COMPLETE - Static variable in interface magoffin.matt.ma2.biz.SystemBiz
The setting key for the setup complete flag.
SETTING_KEY_SETUP_COMPLETE - Static variable in class magoffin.matt.ma2.web.SetupWizard
The XwebParameter key for the "setup complete" boolean flag.
SETTING_KEY_SETUP_REQUIRE_ADMIN - Static variable in interface magoffin.matt.ma2.biz.SystemBiz
The setting key for the setup: require admin flag.
setTotalResults(Long) - Method in interface magoffin.matt.ma2.domain.SearchResults
Sets the value of the totalResults property.
setTransactionManager(PlatformTransactionManager) - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
setTransactionTemplate(TransactionTemplate) - Method in class magoffin.matt.ma2.aop.MediaItemIndexInterceptor
 
setTranscoderClass(Class<Transcoder>) - Method in class magoffin.matt.ma2.image.SvgMediaHandler
 
setTranscoderHints(Map<String, Object>) - Method in class magoffin.matt.ma2.image.SvgMediaHandler
 
setTransformerFactory(TransformerFactory) - Method in class magoffin.matt.ma2.util.XmlHelper
 
setTreatAsStrings(Set<Class<?>>) - Method in class magoffin.matt.ma2.support.SmetaMediaMetadata
 
setTypeId(Long) - Method in interface magoffin.matt.ma2.domain.MediaItemType
Sets the value of the typeId property.
setTz(TimeZone) - Method in interface magoffin.matt.ma2.domain.MediaItem
The time zone of the creation date.
setTz(TimeZone) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the tz property.
setTzDisplay(TimeZone) - Method in interface magoffin.matt.ma2.domain.MediaItem
The time zone to display the creation date as.
setupBaseItemProperties(MediaItem, ImageReader) - Method in class magoffin.matt.ma2.image.iio.BaseImageIOMediaHandler
Setup some basic properties from an ImageReader.
setupBaseItemProperties(MediaItem, ImageInfo) - Method in class magoffin.matt.ma2.image.jmagick.BaseJMagickMediaHandler
Setup some basic properties from an ImageReader.
SetupWizard - Class in magoffin.matt.ma2.web
Wizard for configuring Matte options, when running for the first time.
SetupWizard() - Constructor for class magoffin.matt.ma2.web.SetupWizard
 
SetupWizard.Command - Class in magoffin.matt.ma2.web
Command object for SetupWizard.
SetupWizard.Command() - Constructor for class magoffin.matt.ma2.web.SetupWizard.Command
 
SetupWizard.SetupCommandValidator - Class in magoffin.matt.ma2.web
Validator class for SetupCommand.
SetupWizard.SetupCommandValidator() - Constructor for class magoffin.matt.ma2.web.SetupWizard.SetupCommandValidator
 
setUseIcon(boolean) - Method in interface magoffin.matt.ma2.domain.MediaItem
Sets the value of the useIcon property.
setUseJpeg2000(boolean) - Method in class magoffin.matt.ma2.image.jmagick.JpegMediaHandler
 
setUser(User) - Method in interface magoffin.matt.ma2.domain.UiEdit
Sets the value of the user property.
setUserAnonymousKey(String) - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.aop.AbstractSecurityInterceptor
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.biz.impl.AbstractSearchBiz
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.dao.support.AbstractJdbcBrowseModePlugin
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.support.AbstractMediaHandler
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.admin.HomeController
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.admin.UserForm
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.admin.UsersController
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.BrowseAlbumsController
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.CollectionForm
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.ForgotPasswordConfirmForm
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.ForgotPasswordForm
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.HomeController
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.LogonForm
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.MoveItemsForm
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.PreferencesForm
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.RegisterConfirmController
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.RegisterForm
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.service.AlbumFeedController
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.service.GetCollectionListEndpoint
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.service.MediaItemsController
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.service.NewCollectionController
Deprecated.  
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.service.SimpleWsSecurityInterceptor
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.UploadMediaForm
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.util.WebHelper
 
setUserBiz(UserBiz) - Method in class magoffin.matt.ma2.web.ViewAlbumController
 
setUserDao(UserDao) - Method in class magoffin.matt.ma2.aop.UserLoginEmailInterceptor
 
setUserDao(UserDao) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setUserDao(UserDao) - Method in class magoffin.matt.ma2.job.RemoveStaleRegistrationsJob
 
setUserDao(UserDao) - Method in class magoffin.matt.ma2.lucene.UserLucenePlugin
 
setUserId(Long) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the userId property.
setUserId(Long) - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
setUserId(Long) - Method in class magoffin.matt.ma2.support.PreferencesCommand
 
setUserId(Long) - Method in class magoffin.matt.ma2.web.admin.UserForm.Command
 
setUserId(Long) - Method in class magoffin.matt.ma2.web.admin.UsersController.Command
 
setUserId(Long) - Method in class magoffin.matt.ma2.web.UserResourceController.Command
 
setUserIndexType(String) - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
setUserKey(String) - Method in class magoffin.matt.ma2.support.AlbumFeedCommand
 
setUserKey(String) - Method in class magoffin.matt.ma2.support.BrowseAlbumsCommand
 
setUserKey(String) - Method in class magoffin.matt.ma2.support.ExportItemsCommand
 
setUserKey(String) - Method in class magoffin.matt.ma2.web.ViewAlbumController.Command
 
setUserValidator(Validator) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setValue(String) - Method in interface magoffin.matt.ma2.domain.InitParamConfig
Sets the value of the value property.
setValue(byte[]) - Method in interface magoffin.matt.ma2.domain.MediaDataType
Sets the value of the value property.
setValue(String) - Method in interface magoffin.matt.ma2.domain.Metadata
Sets the value of the value property.
setValue(String) - Method in interface magoffin.matt.ma2.domain.MetadataImportType
Sets the value of the value property.
setView(MediaSpec) - Method in class magoffin.matt.ma2.support.PreferencesCommand
 
setView(MediaSpec) - Method in class magoffin.matt.ma2.web.ViewSettingsForm.Command
 
setViewSetting(MediaSpec) - Method in interface magoffin.matt.ma2.domain.UiSession
Sets the value of the viewSetting property.
setViewSetting(MediaSpec) - Method in interface magoffin.matt.ma2.domain.User
Sets the value of the viewSetting property.
setW(Integer) - Method in class magoffin.matt.ma2.web.ShadowServerController.Command
 
setWatermarkFile(TemporaryFile) - Method in class magoffin.matt.ma2.support.PreferencesCommand
 
setWatermarkSizes(Set<MediaSize>) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
setWebHelper(WebHelper) - Method in class magoffin.matt.ma2.web.AbstractCommandController
 
setWebHelper(WebHelper) - Method in class magoffin.matt.ma2.web.AbstractController
 
setWebHelper(WebHelper) - Method in class magoffin.matt.ma2.web.AbstractForm
 
setWebHelper(WebHelper) - Method in class magoffin.matt.ma2.web.AbstractWizardForm
 
setWebHelper(WebHelper) - Method in class magoffin.matt.ma2.web.util.ThemeAwareResourceLoader
 
setWidth(int) - Method in interface magoffin.matt.ma2.domain.MediaItem
Sets the value of the width property.
setWidth(int) - Method in interface magoffin.matt.ma2.domain.MediaSizeDefinition
Sets the value of the width property.
setWidth(int) - Method in class magoffin.matt.ma2.support.Geometry
Sets the width.
setWidth(Integer) - Method in class magoffin.matt.ma2.web.ShadowServerController.Command
 
setWorkBiz(WorkBiz) - Method in class magoffin.matt.ma2.aop.MediaItemIndexInterceptor
 
setWorkBiz(WorkBiz) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
setWorkBiz(WorkBiz) - Method in class magoffin.matt.ma2.lucene.LuceneBiz
 
setWorkBiz(WorkBiz) - Method in class magoffin.matt.ma2.web.DownloadItemsForm
 
setWorkBiz(WorkBiz) - Method in class magoffin.matt.ma2.web.util.WebHelper
 
setWriter(IndexWriter) - Method in class magoffin.matt.ma2.lucene.AbstractIndexResultCallback
 
setXmlDateFormat(ThreadSafeDateFormat) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
setXmlDateTimeFormat(ThreadSafeDateFormat) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
setXmlHelper(XmlHelper) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
setXmlHelper(XmlHelper) - Method in class magoffin.matt.ma2.util.MediaAlbumExportTool
 
setXmlHelper(XmlHelper) - Method in class magoffin.matt.ma2.web.service.AddMediaMessageEndpoint
 
setXmlHelper(XmlHelper) - Method in class magoffin.matt.ma2.web.service.SimpleWsSecurityInterceptor
 
setXpathFactory(XPathFactory) - Method in class magoffin.matt.ma2.util.XmlHelper
 
setXpathNamespaceContext(NamespaceContext) - Method in class magoffin.matt.ma2.util.XmlHelper
 
setXWebNamespacePrefix(String) - Method in class magoffin.matt.ma2.util.MatteNamespaceContext
Deprecated.  
setXWebNamespaceURI(String) - Method in class magoffin.matt.ma2.util.MatteNamespaceContext
Deprecated.  
setZipContentTypes(Set<String>) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
setZipIgnorePatterns(List<String>) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
setZipMimeType(String) - Method in class magoffin.matt.ma2.biz.impl.IOBizImpl
 
ShadowServerController - Class in magoffin.matt.ma2.web
Controller for serving up media item shadows.
ShadowServerController() - Constructor for class magoffin.matt.ma2.web.ShadowServerController
 
ShadowServerController.Command - Class in magoffin.matt.ma2.web
Command class for shadow server.
ShadowServerController.Command() - Constructor for class magoffin.matt.ma2.web.ShadowServerController.Command
 
shareAlbum(ShareAlbumCommand, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
shareAlbum(ShareAlbumCommand, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Share an album.
ShareAlbumCommand - Class in magoffin.matt.ma2.support
Command object for sharing an album.
ShareAlbumCommand() - Constructor for class magoffin.matt.ma2.support.ShareAlbumCommand
 
ShareAlbumController - Class in magoffin.matt.ma2.web.service
Share (and un-share) an album.
ShareAlbumController() - Constructor for class magoffin.matt.ma2.web.service.ShareAlbumController
 
SHARED_ALBUM_TEMPLATE_KEY - Static variable in class magoffin.matt.ma2.biz.impl.SystemBizImpl
The model key where the shared Album is placed.
SharedAlbumSearchResult - Interface in magoffin.matt.ma2.domain
Java content class for shared-album-search-result complex type.
SimpleWsSecurityInterceptor - Class in magoffin.matt.ma2.web.service
Bare-bones WS-Security interceptor implementation for authenticating basic usernames with the UserBiz.
SimpleWsSecurityInterceptor() - Constructor for class magoffin.matt.ma2.web.service.SimpleWsSecurityInterceptor
 
SmetaMediaMetadata - Class in magoffin.matt.ma2.support
General purpose MediaMetadata using sMeta.
SmetaMediaMetadata() - Constructor for class magoffin.matt.ma2.support.SmetaMediaMetadata
Default consstructor.
SmetaMediaMetadata(Locale) - Constructor for class magoffin.matt.ma2.support.SmetaMediaMetadata
Construct with a specific locale.
SOAP_NAMESPACE_URI - Static variable in class magoffin.matt.ma2.web.service.SimpleWsSecurityInterceptor
The SOAP namespace URI.
sortAlbumItems(Album) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
sortAlbumItems(Album) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Sort the media items within an album based on the Albums' sort mode.
SortAlbumsCommand - Class in magoffin.matt.ma2.support
Command class to sort albums.
SortAlbumsCommand() - Constructor for class magoffin.matt.ma2.support.SortAlbumsCommand
 
SortAlbumsForm - Class in magoffin.matt.ma2.web
Controller to save the ordering of child albums within an album.
SortAlbumsForm() - Constructor for class magoffin.matt.ma2.web.SortAlbumsForm
 
SortAlbumsForm.AlbumData - Class in magoffin.matt.ma2.web
Album sort data structure.
SortAlbumsForm.AlbumData() - Constructor for class magoffin.matt.ma2.web.SortAlbumsForm.AlbumData
 
SortAlbumsForm.Command - Class in magoffin.matt.ma2.web
Command class.
SortAlbumsForm.Command() - Constructor for class magoffin.matt.ma2.web.SortAlbumsForm.Command
 
SortMediaItemsCommand - Class in magoffin.matt.ma2.support
Command class to sort media items within an album.
SortMediaItemsCommand() - Constructor for class magoffin.matt.ma2.support.SortMediaItemsCommand
 
SortMediaItemsForm - Class in magoffin.matt.ma2.web
Controller to save the ordering of child albums within an album.
SortMediaItemsForm() - Constructor for class magoffin.matt.ma2.web.SortMediaItemsForm
 
SortMediaItemsForm.Command - Class in magoffin.matt.ma2.web
Command class.
SortMediaItemsForm.Command() - Constructor for class magoffin.matt.ma2.web.SortMediaItemsForm.Command
 
SortMediaItemsForm.MediaItemData - Class in magoffin.matt.ma2.web
MediaItem sort data structure.
SortMediaItemsForm.MediaItemData() - Constructor for class magoffin.matt.ma2.web.SortMediaItemsForm.MediaItemData
 
StandardMatteAnalyzer - Class in magoffin.matt.ma2.lucene
Standard implementation of Analyzer for Matte.
StandardMatteAnalyzer() - Constructor for class magoffin.matt.ma2.lucene.StandardMatteAnalyzer
 
startElement(String, String, String, Attributes) - Method in class magoffin.matt.ma2.web.service.AddMediaContentHandler
 
startPrefixMapping(String, String) - Method in class magoffin.matt.ma2.web.service.AddMediaContentHandler
 
startWork() - Method in interface magoffin.matt.ma2.biz.WorkBiz.WorkRequest
Start performing the work.
storeAlbum(Album, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
storeAlbum(Album, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Store an Album.
storeAlbumOrdering(SortAlbumsCommand, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
storeAlbumOrdering(SortAlbumsCommand, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Set the ording for the child albums of an album.
storeAlbumParent(Long, Long, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
storeAlbumParent(Long, Long, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Make an album a child of another album.
storeCollection(Collection, BizContext) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
storeCollection(Collection, BizContext) - Method in interface magoffin.matt.ma2.biz.UserBiz
Store a collection in the back end.
storeMediaItemInfo(MediaInfoCommand, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
storeMediaItemInfo(MediaInfoCommand, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Store info for media items.
storeMediaItemOrdering(SortMediaItemsCommand, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
storeMediaItemOrdering(SortMediaItemsCommand, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Set the ording for the media items of an album.
storeMediaItemPoster(Long, Long, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
storeMediaItemPoster(Long, Long, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Store the poster item for an album.
storeMediaItemRating(Long[], short, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
storeMediaItemRating(Long[], short, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Set the rating for a media item.
storeMediaItemUserComment(UserCommentCommand, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
storeMediaItemUserComment(UserCommentCommand, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Add a new UserComment to a MediaItem.
storeTheme(Theme, BizContext) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
storeTheme(AddThemeCommand, BizContext) - Method in class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
storeTheme(Theme, BizContext) - Method in interface magoffin.matt.ma2.biz.SystemBiz
Store a Theme in the back end.
storeTheme(AddThemeCommand, BizContext) - Method in interface magoffin.matt.ma2.biz.SystemBiz
Store a Theme, and associated resources, in the back end.
storeUser(User, BizContext) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
storeUser(User, BizContext) - Method in interface magoffin.matt.ma2.biz.UserBiz
Store a User in the back end.
storeUserPreferences(PreferencesCommand, BizContext) - Method in class magoffin.matt.ma2.biz.impl.UserBizImpl
 
storeUserPreferences(PreferencesCommand, BizContext) - Method in interface magoffin.matt.ma2.biz.UserBiz
Store user preferences in the back end.
submitWork(WorkBiz.WorkRequest) - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
submitWork(WorkBiz.WorkRequest) - Method in interface magoffin.matt.ma2.biz.WorkBiz
Submit a work request for processing.
supports(Class) - Method in class magoffin.matt.ma2.validation.AddMediaValidator
 
supports(Class) - Method in class magoffin.matt.ma2.validation.EditUserValidator
 
supports(Class) - Method in class magoffin.matt.ma2.validation.LogonValidator
 
supports(Class) - Method in class magoffin.matt.ma2.validation.UserValidator
 
supports(Class) - Method in class magoffin.matt.ma2.web.service.DeleteAlbumController.CommandValidator
 
supports(Class) - Method in class magoffin.matt.ma2.web.service.DeleteCollectionController.CommandValidator
 
supports(Class) - Method in class magoffin.matt.ma2.web.service.NewAlbumController.CommandValidator
Deprecated.  
supports(Class) - Method in class magoffin.matt.ma2.web.service.NewCollectionController.CommandValidator
Deprecated.  
supports(Class) - Method in class magoffin.matt.ma2.web.SetupWizard.SetupCommandValidator
 
supportsMode(String) - Method in class magoffin.matt.ma2.dao.support.AlbumsByDateBrowseModePlugin
 
supportsMode(String) - Method in class magoffin.matt.ma2.dao.support.PopularityBrowseModePlugin
 
supportsMode(String) - Method in class magoffin.matt.ma2.dao.support.RatingAverageBrowseModePlugin
 
supportsMode(String) - Method in interface magoffin.matt.ma2.plugin.BrowseModePlugin
Test if this plugin supports a given browse mode.
supportsView(String) - Method in class magoffin.matt.ma2.web.HomeController.PostProcessor
 
SVG_MIME - Static variable in class magoffin.matt.ma2.image.ImageConstants
The SVG MIME type: image/svg+xml.
SvgMediaHandler - Class in magoffin.matt.ma2.image
SVG media handler using Apache Batik.
SvgMediaHandler() - Constructor for class magoffin.matt.ma2.image.SvgMediaHandler
Constructor.
SystemBiz - Interface in magoffin.matt.ma2.biz
Business API for system settings and functions.
SystemBizImpl - Class in magoffin.matt.ma2.biz.impl
Standard implementation of UserBiz.
SystemBizImpl() - Constructor for class magoffin.matt.ma2.biz.impl.SystemBizImpl
 
SystemConstants - Interface in magoffin.matt.ma2
Global constants for the Matte application.

T

Theme - Interface in magoffin.matt.ma2.domain
Java content class for theme complex type.
THEME_PROPERTIES_FILE_NAME - Static variable in interface magoffin.matt.ma2.biz.SystemBiz
The name of the optional theme properties file.
THEME_PROPERTY_AUTHOR - Static variable in interface magoffin.matt.ma2.biz.SystemBiz
The theme property for the author.
THEME_PROPERTY_AUTHOR_EMAIL - Static variable in interface magoffin.matt.ma2.biz.SystemBiz
The theme property for the author's email.
THEME_PROPERTY_CREATED_DATE - Static variable in interface magoffin.matt.ma2.biz.SystemBiz
The theme property for the created date (yyyy-mm-dd format).
THEME_PROPERTY_CREATED_DATE_FORMAT - Static variable in class magoffin.matt.ma2.biz.impl.SystemBizImpl
The theme created date property date format.
THEME_PROPERTY_NAME - Static variable in interface magoffin.matt.ma2.biz.SystemBiz
The theme property for the name.
THEME_XSLT_FILE_NAME - Static variable in interface magoffin.matt.ma2.biz.SystemBiz
The name of the required theme XSLT file.
ThemeAwareResourceLoader - Class in magoffin.matt.ma2.web.util
ClassLoader implementation that is able to load theme resources.
ThemeAwareResourceLoader() - Constructor for class magoffin.matt.ma2.web.util.ThemeAwareResourceLoader
Constrcutor.
ThemeDao - Interface in magoffin.matt.ma2.dao
DAO for Theme objects.
ThemeForm - Class in magoffin.matt.ma2.web.admin
Form for editing/creating a Theme.
ThemeForm() - Constructor for class magoffin.matt.ma2.web.admin.ThemeForm
 
ThemeResourceController - Class in magoffin.matt.ma2.web
Controller for returning Matte theme resources.
ThemeResourceController() - Constructor for class magoffin.matt.ma2.web.ThemeResourceController
 
ThemeResourceController.Command - Class in magoffin.matt.ma2.web
Command object.
ThemeResourceController.Command() - Constructor for class magoffin.matt.ma2.web.ThemeResourceController.Command
 
ThemesController - Class in magoffin.matt.ma2.web.admin
Controller to administer themes.
ThemesController() - Constructor for class magoffin.matt.ma2.web.admin.ThemesController
 
ThemesController.Command - Class in magoffin.matt.ma2.web.admin
Command object.
ThemesController.Command() - Constructor for class magoffin.matt.ma2.web.admin.ThemesController.Command
 
TimeZone - Interface in magoffin.matt.ma2.domain
Java content class for time-zone complex type.
TimeZoneDao - Interface in magoffin.matt.ma2.dao
DAO for TimeZone objects.
tokenStream(String, Reader) - Method in class magoffin.matt.ma2.lucene.StandardMatteAnalyzer
 
toString() - Method in class magoffin.matt.ma2.support.BasicMediaItemSearchCriteria
 
toString() - Method in class magoffin.matt.ma2.support.Geometry
 
toString() - Method in class magoffin.matt.ma2.web.service.AxiomSoapMessageFactory
 
transformXml(Source, Result) - Method in class magoffin.matt.ma2.util.XmlHelper
Perform an copy transformation (copy XML from source to result).
transformXml(Source, Result, Map<String, ?>) - Method in class magoffin.matt.ma2.util.XmlHelper
Perform an copy transformation (copy XML from source to result).
transformXml(Source, Result, Templates) - Method in class magoffin.matt.ma2.util.XmlHelper
Perform an XSLT transformation.
transformXml(Source, Result, Templates, Map<String, ?>) - Method in class magoffin.matt.ma2.util.XmlHelper
Perform an XSLT transformation with parameters.

U

UI_METADATA_REMOVE_PARENT - Static variable in class magoffin.matt.ma2.web.AlbumForm
A UiMetadata key for removing an album parent, if the value is "true".
UiBase - Interface in magoffin.matt.ma2.domain
Java content class for ui-base complex type.
UiEdit - Interface in magoffin.matt.ma2.domain
The main model object for editing actions.
UiModel - Interface in magoffin.matt.ma2.domain
The main model object for read-only actions.
UiSession - Interface in magoffin.matt.ma2.domain
Java content class for ui-session complex type.
unparsedEntityDecl(String, String, String, String) - Method in class magoffin.matt.ma2.web.service.AddMediaContentHandler
 
unShareAlbum(Long, BizContext) - Method in class magoffin.matt.ma2.biz.impl.MediaBizImpl
 
unShareAlbum(Long, BizContext) - Method in interface magoffin.matt.ma2.biz.MediaBiz
Unshare an album.
UploadMediaForm - Class in magoffin.matt.ma2.web
Form controller uploading new media items.
UploadMediaForm() - Constructor for class magoffin.matt.ma2.web.UploadMediaForm
 
URL_BASE - Static variable in class magoffin.matt.ma2.web.util.WebBizContext
The attribute key for the webapp base URL.
User - Interface in magoffin.matt.ma2.domain
Java content class for user complex type.
USER_AGENT_KEY - Static variable in interface magoffin.matt.ma2.MediaRequest
The user agent making this request.
USER_KEY - Static variable in class magoffin.matt.ma2.aop.UserEmailInterceptor
The model key for the User object.
UserBiz - Interface in magoffin.matt.ma2.biz
Business interface for users.
UserBizImpl - Class in magoffin.matt.ma2.biz.impl
Standard implementation of UserBiz.
UserBizImpl() - Constructor for class magoffin.matt.ma2.biz.impl.UserBizImpl
 
UserComment - Interface in magoffin.matt.ma2.domain
Java content class for user-comment complex type.
UserCommentCommand - Class in magoffin.matt.ma2.support
Command class for managing user comments.
UserCommentCommand() - Constructor for class magoffin.matt.ma2.support.UserCommentCommand
 
UserDao - Interface in magoffin.matt.ma2.dao
DAO for User objects.
UserDeleteIndexInterceptor - Class in magoffin.matt.ma2.aop
Interceptor to support removal of User domain objects from the search index.
UserDeleteIndexInterceptor() - Constructor for class magoffin.matt.ma2.aop.UserDeleteIndexInterceptor
 
UserEmailInterceptor - Class in magoffin.matt.ma2.aop
Handle emailing user emails.
UserEmailInterceptor() - Constructor for class magoffin.matt.ma2.aop.UserEmailInterceptor
 
UserForm - Class in magoffin.matt.ma2.web.admin
Form controller for administering user details.
UserForm() - Constructor for class magoffin.matt.ma2.web.admin.UserForm
 
UserForm.Command - Class in magoffin.matt.ma2.web.admin
The command class.
UserForm.Command() - Constructor for class magoffin.matt.ma2.web.admin.UserForm.Command
 
UserIndexController - Class in magoffin.matt.ma2.web.admin
Get User index data.
UserIndexController() - Constructor for class magoffin.matt.ma2.web.admin.UserIndexController
 
UserIndexController.Command - Class in magoffin.matt.ma2.web.admin
Command class.
UserIndexController.Command() - Constructor for class magoffin.matt.ma2.web.admin.UserIndexController.Command
 
UserIndexInterceptor - Class in magoffin.matt.ma2.aop
Interceptor to support automatic indexing of updated User domain objects.
UserIndexInterceptor() - Constructor for class magoffin.matt.ma2.aop.UserIndexInterceptor
 
UserLoginEmailInterceptor - Class in magoffin.matt.ma2.aop
Email interceptor for forgot password email handling.
UserLoginEmailInterceptor() - Constructor for class magoffin.matt.ma2.aop.UserLoginEmailInterceptor
 
UserLucenePlugin - Class in magoffin.matt.ma2.lucene
Lucene search plugin implementation for User objects.
UserLucenePlugin() - Constructor for class magoffin.matt.ma2.lucene.UserLucenePlugin
Default constructor.
UserResourceController - Class in magoffin.matt.ma2.web
Controller for returning Matte user resources.
UserResourceController() - Constructor for class magoffin.matt.ma2.web.UserResourceController
 
UserResourceController.Command - Class in magoffin.matt.ma2.web
Command object.
UserResourceController.Command() - Constructor for class magoffin.matt.ma2.web.UserResourceController.Command
 
UsersController - Class in magoffin.matt.ma2.web.admin
Controller to administer users.
UsersController() - Constructor for class magoffin.matt.ma2.web.admin.UsersController
 
UsersController.Command - Class in magoffin.matt.ma2.web.admin
Command object.
UsersController.Command() - Constructor for class magoffin.matt.ma2.web.admin.UsersController.Command
 
UserSearchResult - Interface in magoffin.matt.ma2.domain
Java content class for user-search-result complex type.
UserTag - Interface in magoffin.matt.ma2.domain
Java content class for user-tag complex type.
UserTagTokenizer - Class in magoffin.matt.ma2.lucene
Lucene tokenizer for UserTag values.
UserTagTokenizer(Reader) - Constructor for class magoffin.matt.ma2.lucene.UserTagTokenizer
Construct from a reader.
UserValidator - Class in magoffin.matt.ma2.validation
Validation for a user object.
UserValidator() - Constructor for class magoffin.matt.ma2.validation.UserValidator
 

V

validate(Object, Errors) - Method in class magoffin.matt.ma2.validation.AddMediaValidator
 
validate(Object, Errors) - Method in class magoffin.matt.ma2.validation.EditUserValidator
 
validate(Object, Errors) - Method in class magoffin.matt.ma2.validation.LogonValidator
 
validate(Object, Errors) - Method in class magoffin.matt.ma2.validation.UserValidator
 
validate(Object, Errors) - Method in class magoffin.matt.ma2.web.service.DeleteAlbumController.CommandValidator
 
validate(Object, Errors) - Method in class magoffin.matt.ma2.web.service.DeleteCollectionController.CommandValidator
 
validate(Object, Errors) - Method in class magoffin.matt.ma2.web.service.NewAlbumController.CommandValidator
Deprecated.  
validate(Object, Errors) - Method in class magoffin.matt.ma2.web.service.NewCollectionController.CommandValidator
Deprecated.  
validate(Object, Errors) - Method in class magoffin.matt.ma2.web.SetupWizard.SetupCommandValidator
 
validateMessage(SoapMessage) - Method in class magoffin.matt.ma2.web.service.SimpleWsSecurityInterceptor
 
validatePage(Object, Errors, int) - Method in class magoffin.matt.ma2.web.RegisterForm
 
validatePage(Object, Errors, int) - Method in class magoffin.matt.ma2.web.SetupWizard
 
validateXml(Source, Resource) - Method in class magoffin.matt.ma2.util.XmlHelper
Validate XLM against a schema.
ValidationException - Exception in magoffin.matt.ma2
Application exception for validation errors.
ValidationException() - Constructor for exception magoffin.matt.ma2.ValidationException
Default constructor.
ValidationException(Errors) - Constructor for exception magoffin.matt.ma2.ValidationException
Constructor with Errors.
valueOf(String) - Static method in enum magoffin.matt.ma2.AuthorizationException.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magoffin.matt.ma2.biz.BizContext.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magoffin.matt.ma2.lucene.IndexField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magoffin.matt.ma2.lucene.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magoffin.matt.ma2.MediaQuality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magoffin.matt.ma2.MediaSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magoffin.matt.ma2.support.Geometry.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magoffin.matt.ma2.util.AlbumSorter.SortMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magoffin.matt.ma2.util.MediaItemSorter.SortMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum magoffin.matt.ma2.AuthorizationException.Reason
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum magoffin.matt.ma2.biz.BizContext.Feature
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum magoffin.matt.ma2.lucene.IndexField
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum magoffin.matt.ma2.lucene.IndexType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum magoffin.matt.ma2.MediaQuality
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum magoffin.matt.ma2.MediaSize
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum magoffin.matt.ma2.support.Geometry.Mode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum magoffin.matt.ma2.util.AlbumSorter.SortMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum magoffin.matt.ma2.util.MediaItemSorter.SortMode
Returns an array containing the constants of this enum type, in the order they're declared.
version - Static variable in class magoffin.matt.ma2.domain.ObjectFactory
 
VideoConstants - Class in magoffin.matt.ma2.video
Video related constants.
VideoConstants() - Constructor for class magoffin.matt.ma2.video.VideoConstants
 
ViewAlbumController - Class in magoffin.matt.ma2.web
Controller for viewing a shared album or a virtual album by way of a BrowseModePlugin.
ViewAlbumController() - Constructor for class magoffin.matt.ma2.web.ViewAlbumController
 
ViewAlbumController.Command - Class in magoffin.matt.ma2.web
Command class.
ViewAlbumController.Command() - Constructor for class magoffin.matt.ma2.web.ViewAlbumController.Command
 
ViewSettingsForm - Class in magoffin.matt.ma2.web
Form controller for updating the current (session only) view settings.
ViewSettingsForm() - Constructor for class magoffin.matt.ma2.web.ViewSettingsForm
 
ViewSettingsForm.Command - Class in magoffin.matt.ma2.web
Command class.
ViewSettingsForm.Command() - Constructor for class magoffin.matt.ma2.web.ViewSettingsForm.Command
 

W

WATERMARK_META_KEY - Static variable in interface magoffin.matt.ma2.biz.UserBiz
The metadata key for the user watermark path.
WebBizContext - Class in magoffin.matt.ma2.web.util
BizContext for web layer.
WebBizContext(HttpServletRequest, AppContextSupport) - Constructor for class magoffin.matt.ma2.web.util.WebBizContext
Constructor.
WebConstants - Class in magoffin.matt.ma2.web.util
Constants to share in the web world.
WebConstants() - Constructor for class magoffin.matt.ma2.web.util.WebConstants
 
WebHelper - Class in magoffin.matt.ma2.web.util
Utility methods for web layer.
WebHelper() - Constructor for class magoffin.matt.ma2.web.util.WebHelper
 
WebMediaResponse - Class in magoffin.matt.ma2.web.util
Web implementation of MediaResponse.
WebMediaResponse() - Constructor for class magoffin.matt.ma2.web.util.WebMediaResponse
Default constructor.
WebMediaResponse(HttpServletResponse, String) - Constructor for class magoffin.matt.ma2.web.util.WebMediaResponse
Construct from an HttpServletResponse.
WebMediaResponse(HttpServletResponse, boolean) - Constructor for class magoffin.matt.ma2.web.util.WebMediaResponse
Construct from an HttpServletResponse.
WorkBiz - Interface in magoffin.matt.ma2.biz
API for a work queue and scheduling tasks to keep the application from overloading the system it's running on.
WorkBiz.WorkInfo - Interface in magoffin.matt.ma2.biz
Work information created by submitting WorkRequest instances.
WorkBiz.WorkRequest - Interface in magoffin.matt.ma2.biz
Interface for submitting a job to the work queue.
WorkBizImpl - Class in magoffin.matt.ma2.biz.impl
Implementation of WorkBiz that uses an ExecutorService to schedule the work in different threads.
WorkBizImpl() - Constructor for class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
WorkInfo - Interface in magoffin.matt.ma2.domain
Java content class for work-info complex type.
workReadyNow(long) - Method in class magoffin.matt.ma2.biz.impl.WorkBizImpl
 
workReadyNow(long) - Method in interface magoffin.matt.ma2.biz.WorkBiz
Signal that a particular job is ready to begin work now, presumably after being delayed.
writeJpegStream(BufferedImage, Long, int, OutputStream) - Method in class magoffin.matt.ma2.image.ImageMediaHelper
Encode a JPEG image to an OutputStream with the specified quality.
WSSE_NAMESPACE_URI - Static variable in class magoffin.matt.ma2.web.service.SimpleWsSecurityInterceptor
The WSSE namespace URI.
WSSE_SECURITY_ELEMENT_NAME - Static variable in class magoffin.matt.ma2.web.service.SimpleWsSecurityInterceptor
The wsse:UsernameToken element name.

X

XMIME_XML_NAMESPACE_URI - Static variable in interface magoffin.matt.ma2.SystemConstants
The namespace URI for XMIME.
XmlHelper - Class in magoffin.matt.ma2.util
Utility class for working with XML data.
XmlHelper() - Constructor for class magoffin.matt.ma2.util.XmlHelper
 

A B C D E F G H I J K L M N O P Q R S T U V W X