Uses of Interface
magoffin.matt.ma2.domain.MediaSpec

Packages that use MediaSpec
magoffin.matt.ma2.biz   
magoffin.matt.ma2.biz.impl   
magoffin.matt.ma2.domain   
magoffin.matt.ma2.support   
magoffin.matt.ma2.web   
magoffin.matt.ma2.web.util   
 

Uses of MediaSpec in magoffin.matt.ma2.biz
 

Methods in magoffin.matt.ma2.biz that return MediaSpec
 MediaSpec DomainObjectFactory.newMediaSpecInstance()
          Get a new MediaSpec instance.
 

Uses of MediaSpec in magoffin.matt.ma2.biz.impl
 

Methods in magoffin.matt.ma2.biz.impl that return MediaSpec
 MediaSpec JAXBDomainObjectFactory.newMediaSpecInstance()
           
 

Uses of MediaSpec in magoffin.matt.ma2.domain
 

Methods in magoffin.matt.ma2.domain that return MediaSpec
 MediaSpec ObjectFactory.createMediaSpec()
          Create an instance of MediaSpec
 MediaSpec UiSession.getThumbnailSetting()
          Gets the value of the thumbnailSetting property.
 MediaSpec User.getThumbnailSetting()
          Gets the value of the thumbnailSetting property.
 MediaSpec UiSession.getViewSetting()
          Gets the value of the viewSetting property.
 MediaSpec User.getViewSetting()
          Gets the value of the viewSetting property.
 

Methods in magoffin.matt.ma2.domain with parameters of type MediaSpec
 void UiSession.setThumbnailSetting(MediaSpec value)
          Sets the value of the thumbnailSetting property.
 void User.setThumbnailSetting(MediaSpec value)
          Sets the value of the thumbnailSetting property.
 void UiSession.setViewSetting(MediaSpec value)
          Sets the value of the viewSetting property.
 void User.setViewSetting(MediaSpec value)
          Sets the value of the viewSetting property.
 

Uses of MediaSpec in magoffin.matt.ma2.support
 

Methods in magoffin.matt.ma2.support that return MediaSpec
 MediaSpec PreferencesCommand.getThumb()
           
 MediaSpec PreferencesCommand.getView()
           
 

Methods in magoffin.matt.ma2.support with parameters of type MediaSpec
 void PreferencesCommand.setThumb(MediaSpec thumb)
           
 void PreferencesCommand.setView(MediaSpec view)
           
 

Uses of MediaSpec in magoffin.matt.ma2.web
 

Methods in magoffin.matt.ma2.web that return MediaSpec
 MediaSpec ViewSettingsForm.Command.getThumb()
           
 MediaSpec ViewSettingsForm.Command.getView()
           
 

Methods in magoffin.matt.ma2.web with parameters of type MediaSpec
 void ViewSettingsForm.Command.setThumb(MediaSpec thumb)
           
 void ViewSettingsForm.Command.setView(MediaSpec view)
           
 

Uses of MediaSpec in magoffin.matt.ma2.web.util
 

Methods in magoffin.matt.ma2.web.util with parameters of type MediaSpec
 void WebHelper.saveAnonymousUserSession(javax.servlet.http.HttpServletRequest request, MediaSpec thumbnailSpec, MediaSpec viewSpec)
          Save an anonymous user session.