- category(Category) - Method in class org.shredzone.cilla.service.link.LinkBuilder
-
- CategoryAssembler - Class in org.shredzone.cilla.ws.assembler
-
- CategoryAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.CategoryAssembler
-
- CategoryService - Interface in org.shredzone.cilla.service
-
- CategoryServiceImpl - Class in org.shredzone.cilla.service.impl
-
- CategoryServiceImpl() - Constructor for class org.shredzone.cilla.service.impl.CategoryServiceImpl
-
- CategoryWsImpl - Class in org.shredzone.cilla.ws.impl
-
- CategoryWsImpl() - Constructor for class org.shredzone.cilla.ws.impl.CategoryWsImpl
-
- changeLogin(User, String) - Method in class org.shredzone.cilla.service.impl.UserServiceImpl
-
- changeLogin(User, String) - Method in interface org.shredzone.cilla.service.UserService
-
Changes the login name of a user.
- changePassword(User, String, String) - Method in class org.shredzone.cilla.service.impl.UserServiceImpl
-
- changePassword(String, String) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
-
- changePassword(User, String, String) - Method in interface org.shredzone.cilla.service.UserService
-
Changes the password of a user.
- changeRole(User, Role) - Method in class org.shredzone.cilla.service.impl.UserServiceImpl
-
- changeRole(User, Role) - Method in interface org.shredzone.cilla.service.UserService
-
Changes the role of a user.
- CillaPathContext - Class in org.shredzone.cilla.service.link
-
Collects all data for the link builder.
- CillaPathContext() - Constructor for class org.shredzone.cilla.service.link.CillaPathContext
-
- CillaUserDetails - Class in org.shredzone.cilla.service.security
-
An extension of UserDetails
that also provides the database ID, user name and
role name of the user that is currently logged in.
- CillaUserDetails(User) - Constructor for class org.shredzone.cilla.service.security.CillaUserDetails
-
- CillaUserDetailsManager - Class in org.shredzone.cilla.service.security
-
An UserDetailsManager
implementation that uses Cilla's user database for
authentication.
- CillaUserDetailsManager() - Constructor for class org.shredzone.cilla.service.security.CillaUserDetailsManager
-
- CillaUsernameTokenValidator - Class in org.shredzone.cilla.ws.cxf
-
A UsernameTokenValidator
that validates against the Cilla authentication
manager.
- CillaUsernameTokenValidator() - Constructor for class org.shredzone.cilla.ws.cxf.CillaUsernameTokenValidator
-
- commentable(Commentable) - Method in class org.shredzone.cilla.service.link.LinkBuilder
-
- CommentAssembler - Class in org.shredzone.cilla.ws.assembler
-
- CommentAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.CommentAssembler
-
- CommentService - Interface in org.shredzone.cilla.service
-
A service for all kind of
Comment
operations.
- CommentServiceImpl - Class in org.shredzone.cilla.service.impl
-
- CommentServiceImpl() - Constructor for class org.shredzone.cilla.service.impl.CommentServiceImpl
-
- CommentWsImpl - Class in org.shredzone.cilla.ws.impl
-
- CommentWsImpl() - Constructor for class org.shredzone.cilla.ws.impl.CommentWsImpl
-
- commit(CommentDto) - Method in class org.shredzone.cilla.ws.impl.CommentWsImpl
-
- commit(HeaderDto) - Method in class org.shredzone.cilla.ws.impl.HeaderWsImpl
-
- commit(PageDto) - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
-
- computeTagCloud(List<Page>, long, long) - Method in class org.shredzone.cilla.service.impl.TagServiceImpl
-
Computes the tag cloud map.
- ConfigurationService - Interface in org.shredzone.cilla.service
-
A service for global configuration settings.
- ConfigurationServiceImpl - Class in org.shredzone.cilla.service.impl
-
- ConfigurationServiceImpl() - Constructor for class org.shredzone.cilla.service.impl.ConfigurationServiceImpl
-
- count(SearchResultImpl) - Method in class org.shredzone.cilla.service.search.strategy.LuceneSearchStrategy
-
- count(SearchResultImpl) - Method in interface org.shredzone.cilla.service.search.strategy.SearchStrategy
-
- count(SearchResultImpl) - Method in class org.shredzone.cilla.service.search.strategy.SimpleSearchStrategy
-
- count() - Method in class org.shredzone.cilla.ws.impl.CommentWsImpl
-
- count() - Method in class org.shredzone.cilla.ws.impl.HeaderWsImpl
-
- count() - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
-
- count() - Method in class org.shredzone.cilla.ws.impl.TagWsImpl
-
- count() - Method in class org.shredzone.cilla.ws.impl.UserWsImpl
-
- create(Header, DataSource, DataSource) - Method in interface org.shredzone.cilla.service.HeaderService
-
Adds a new
Header
object to the database.
- create(Header, DataSource, DataSource) - Method in class org.shredzone.cilla.service.impl.HeaderServiceImpl
-
- create(Page) - Method in class org.shredzone.cilla.service.impl.PageServiceImpl
-
- create(Page) - Method in interface org.shredzone.cilla.service.PageService
-
Adds a new page.
- create(File) - Static method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
- create(InputStream) - Static method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
- createCriteria(SearchResultImpl) - Method in class org.shredzone.cilla.service.search.strategy.AbstractSearchStrategy
-
- createExifAnalyzer(DataSource) - Method in class org.shredzone.cilla.service.resource.ImageTools
-
- createForHeader(long) - Method in class org.shredzone.cilla.ws.impl.CommentWsImpl
-
- createFormatter() - Method in interface org.shredzone.cilla.service.search.renderer.SearchResultRenderer
-
Creates the Lucene Formatter
for formatting the result.
- createFormatter() - Method in class org.shredzone.cilla.service.search.renderer.SimpleSearchResultRenderer
-
- createForPage(long) - Method in class org.shredzone.cilla.ws.impl.CommentWsImpl
-
- createForPicture(long) - Method in class org.shredzone.cilla.ws.impl.CommentWsImpl
-
- createFragmenter(QueryScorer) - Method in interface org.shredzone.cilla.service.search.renderer.SearchResultRenderer
-
Creates the Lucene Fragmenter
for fragmenting the text.
- createFragmenter(QueryScorer) - Method in class org.shredzone.cilla.service.search.renderer.SimpleSearchResultRenderer
-
- createGroup(String, List<GrantedAuthority>) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
-
- createNew() - Method in interface org.shredzone.cilla.service.CategoryService
-
Creates a new, pre-initialized
Category
entity for the current user.
- createNew(Commentable) - Method in interface org.shredzone.cilla.service.CommentService
-
- createNew() - Method in interface org.shredzone.cilla.service.HeaderService
-
Creates a new, empty header.
- createNew() - Method in class org.shredzone.cilla.service.impl.CategoryServiceImpl
-
- createNew(Commentable) - Method in class org.shredzone.cilla.service.impl.CommentServiceImpl
-
- createNew() - Method in class org.shredzone.cilla.service.impl.HeaderServiceImpl
-
- createNew() - Method in class org.shredzone.cilla.service.impl.PageServiceImpl
-
- createNew() - Method in class org.shredzone.cilla.service.impl.PictureServiceImpl
-
- createNew() - Method in class org.shredzone.cilla.service.impl.UserServiceImpl
-
- createNew() - Method in interface org.shredzone.cilla.service.PageService
-
Creates a new, empty page.
- createNew() - Method in interface org.shredzone.cilla.service.PictureService
-
Creates a new, empty
Picture
object to be used in a gallery.
- createNew() - Method in interface org.shredzone.cilla.service.UserService
-
Creates a new, initialized
User
entity.
- createNew() - Method in class org.shredzone.cilla.ws.impl.CategoryWsImpl
-
- createNew() - Method in class org.shredzone.cilla.ws.impl.HeaderWsImpl
-
- createNew() - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
-
- createNew() - Method in class org.shredzone.cilla.ws.impl.UserWsImpl
-
- createNewMedium() - Method in class org.shredzone.cilla.service.impl.PageServiceImpl
-
- createNewMedium() - Method in interface org.shredzone.cilla.service.PageService
-
Creates a new, empty
Medium
object.
- createNewMedium() - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
-
- createNewPicture() - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
-
- createNewSection(String) - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
-
- createPaginatedCriteria(SearchResultImpl) - Method in class org.shredzone.cilla.service.search.strategy.AbstractSearchStrategy
-
- createSection() - Method in class org.shredzone.cilla.ws.assembler.GallerySectionAssembler
-
- createSection() - Method in interface org.shredzone.cilla.ws.assembler.SectionAssembler
-
Creates a new, empty section of this type.
- createSection() - Method in class org.shredzone.cilla.ws.assembler.TextSectionAssembler
-
- createSection(String) - Method in class org.shredzone.cilla.ws.impl.SectionFacadeImpl
-
- createSection(String) - Method in interface org.shredzone.cilla.ws.SectionFacade
-
- createTagCloud(long) - Method in class org.shredzone.cilla.service.impl.TagServiceImpl
-
- createTagCloud(long) - Method in interface org.shredzone.cilla.service.TagService
-
Computes tag cloud data.
- createUser(UserDetails) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
-
- GallerySectionAssembler - Class in org.shredzone.cilla.ws.assembler
-
- GallerySectionAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.GallerySectionAssembler
-
- get(String, T) - Method in interface org.shredzone.cilla.service.ConfigurationService
-
Gets a configuration option.
- get(String, T) - Method in class org.shredzone.cilla.service.impl.ConfigurationServiceImpl
-
- getAperture() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
Gets the Aperture in F-Stops of the photo taken.
- getAttributes() - Method in class org.shredzone.cilla.service.notification.Notification
-
Attributes for placeholders in the message.
- getAuthenticatedUser() - Method in class org.shredzone.cilla.service.impl.SecurityServiceImpl
-
- getAuthenticatedUser() - Method in interface org.shredzone.cilla.service.SecurityService
-
Gets the currently authenticated user.
- getAuthor() - Method in class org.shredzone.cilla.service.link.CillaPathContext
-
- getAuthorities() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
-
- getCalendar() - Method in class org.shredzone.cilla.service.search.DateRange
-
Gets a
Calendar
representation of the date range.
- getCameraModel() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
Gets the Camera Model.
- getCategory() - Method in class org.shredzone.cilla.service.link.CillaPathContext
-
- getCategory() - Method in class org.shredzone.cilla.service.search.FilterModel
-
Only find pages with this effective
Category
.
- getContentType() - Method in class org.shredzone.cilla.service.resource.ByteArrayResourceDataSource
-
This implementation returns the byte array's content type.
- getContentType() - Method in class org.shredzone.cilla.service.resource.ImageProcessorResult
-
Image's content type.
- getCount() - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
-
- getCount() - Method in class org.shredzone.cilla.service.search.PaginatorModel
-
Number of entries available.
- getCount() - Method in interface org.shredzone.cilla.service.search.SearchResult
-
Returns the number of pages that were matching the
FilterModel
.
- getCreator() - Method in class org.shredzone.cilla.service.search.FilterModel
-
Only find pages created by this
User
.
- getCurrentSession() - Method in class org.shredzone.cilla.service.search.strategy.AbstractSearchStrategy
-
Gets the current Session
.
- getData() - Method in class org.shredzone.cilla.service.resource.ImageProcessorResult
-
Processed image, as byte array.
- getDate() - Method in class org.shredzone.cilla.service.link.CillaPathContext
-
- getDate() - Method in class org.shredzone.cilla.service.search.FilterModel
-
- getDateTime(TimeZone) - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
Gets the date and time when the picture was taken according to the EXIF data.
- getDay() - Method in class org.shredzone.cilla.service.search.DateRange
-
Day to be shown, or 0 if not limited by day.
- getEffectiveCategories() - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
-
- getEffectiveCategories() - Method in interface org.shredzone.cilla.service.search.SearchResult
-
- getExifData() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
- getExposureBias() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
Gets the Exposure Bias of the photo taken.
- getFilter() - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
-
- getFilter() - Method in interface org.shredzone.cilla.service.search.SearchResult
-
- getFirst() - Method in class org.shredzone.cilla.service.search.PaginatorModel
-
Returns the first entry to be displayed.
- getFlash() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
Reads the Flash Mode that was set on the camera for this photo.
- getFocalLength() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
Gets the Focal Length of the photo taken.
- getFocusMode() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
Reads the Focus Mode that was set on the camera for this photo.
- getFooter() - Method in interface org.shredzone.cilla.service.search.renderer.SearchResultRenderer
-
Returns the HTML footer which is appended to each search result.
- getFromDate() - Method in class org.shredzone.cilla.service.search.DateRange
-
Gets the starting date of this date range.
- getFullImage(Header, ImageProcessing) - Method in interface org.shredzone.cilla.service.HeaderService
-
Gets a scaled instance of the full sized header image.
- getFullImage(Header, ImageProcessing) - Method in class org.shredzone.cilla.service.impl.HeaderServiceImpl
-
- getFullImage(long, ImageProcessing) - Method in class org.shredzone.cilla.ws.impl.HeaderWsImpl
-
- getGalleryImage(long, ImageProcessing) - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
-
- getGeolocation() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
- getHeader() - Method in class org.shredzone.cilla.service.link.CillaPathContext
-
- getHeader() - Method in interface org.shredzone.cilla.service.search.renderer.SearchResultRenderer
-
Returns the HTML header which is prepended to each search result.
- getHeaderImage(Header, ImageProcessing) - Method in interface org.shredzone.cilla.service.HeaderService
-
Gets the header image.
- getHeaderImage(Header, ImageProcessing) - Method in class org.shredzone.cilla.service.impl.HeaderServiceImpl
-
- getHeaderImage(long, ImageProcessing) - Method in class org.shredzone.cilla.ws.impl.HeaderWsImpl
-
- getHighlighted() - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
-
- getHighlighted() - Method in interface org.shredzone.cilla.service.search.SearchResult
-
For search requests with a query set, a HTML string is returned for each page
that was found.
- getId() - Method in class org.shredzone.cilla.service.resource.ByteArrayResourceDataSource
-
- getImage(Picture, ImageProcessing) - Method in class org.shredzone.cilla.service.impl.PictureServiceImpl
-
- getImage(Picture, ImageProcessing) - Method in interface org.shredzone.cilla.service.PictureService
-
Gets a picture of a gallery.
- getInputStream() - Method in class org.shredzone.cilla.service.resource.ByteArrayResourceDataSource
-
This implementation streams the byte array instead.
- getIso() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
Gets the ISO value of the photo taken.
- getLastModified() - Method in class org.shredzone.cilla.service.resource.ByteArrayResourceDataSource
-
- getLength() - Method in class org.shredzone.cilla.service.resource.ByteArrayResourceDataSource
-
This implementation returns the length of the byte array.
- getLocale() - Method in class org.shredzone.cilla.service.notification.NotificationTarget
-
The receiver's language.
- getLocale() - Method in class org.shredzone.cilla.service.search.FilterModel
-
If a query string is set, use this
Locale
to optimize the search result.
- getLocale() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
-
User's locale.
- getMail() - Method in class org.shredzone.cilla.service.notification.NotificationTarget
-
The receiver's mail address to send the notification to.
- getMaxResults() - Method in interface org.shredzone.cilla.service.search.renderer.SearchResultRenderer
-
Returns the maximum number of shown fragments per page.
- getMediumImage(Medium, ImageProcessing) - Method in class org.shredzone.cilla.service.impl.PageServiceImpl
-
- getMediumImage(Medium, ImageProcessing) - Method in interface org.shredzone.cilla.service.PageService
-
Gets a medium of a page.
- getMediumImage(long, ImageProcessing) - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
-
- getMetadata() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
Gets the Metadata containing the EXIF information.
- getMeteringMode() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
Reads the Metering Mode that was set on the camera for this photo.
- getMonth() - Method in class org.shredzone.cilla.service.search.DateRange
-
Month to be shown, or 0 if not limited by month.
- getName() - Method in class org.shredzone.cilla.service.notification.NotificationTarget
-
The receiver's name.
- getName() - Method in class org.shredzone.cilla.service.resource.ByteArrayResourceDataSource
-
- getName() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
-
User's full name.
- getNow() - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
-
- getOrder() - Method in class org.shredzone.cilla.service.search.FilterModel
-
The desired result order.
- getOutputStream() - Method in class org.shredzone.cilla.service.resource.ByteArrayResourceDataSource
-
This implementation throws an exception.
- getPage() - Method in class org.shredzone.cilla.service.link.CillaPathContext
-
- getPage() - Method in class org.shredzone.cilla.service.search.FilterModel
-
- getPageCount() - Method in class org.shredzone.cilla.service.search.PaginatorModel
-
Returns the number of pages available.
- getPages() - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
-
- getPages() - Method in interface org.shredzone.cilla.service.search.SearchResult
-
Returns the
Page
that were found.
- getPaginator() - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
-
- getPaginator() - Method in interface org.shredzone.cilla.service.search.SearchResult
-
- getParam(String) - Method in class org.shredzone.cilla.service.link.CillaPathContext
-
Parameters
- getPassword() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
-
- getPerPage() - Method in class org.shredzone.cilla.service.search.PaginatorModel
-
Number of entries per page.
- getPicture() - Method in class org.shredzone.cilla.service.link.CillaPathContext
-
- getProgram() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
Reads the Program that was set on the camera for this photo.
- getQualifier() - Method in class org.shredzone.cilla.service.link.CillaPathContext
-
- getQuery() - Method in class org.shredzone.cilla.service.search.FilterModel
-
Only find pages with the content matching the given query string.
- getRecipients() - Method in class org.shredzone.cilla.service.notification.Notification
-
List of recipients.
- getRole() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
-
User's role name.
- getSection() - Method in class org.shredzone.cilla.service.link.CillaPathContext
-
- getSectionTypes() - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
-
- getSectionTypes() - Method in class org.shredzone.cilla.ws.impl.SectionFacadeImpl
-
- getSectionTypes() - Method in interface org.shredzone.cilla.ws.SectionFacade
-
Gets a collection of all defined section types.
- getSelectedPage() - Method in class org.shredzone.cilla.service.search.PaginatorModel
-
Selected page.
- getSeparator() - Method in interface org.shredzone.cilla.service.search.renderer.SearchResultRenderer
-
Returns the HTML separator which is placed between two fragments.
- getShutter() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
Gets the Shutter Speed of the photo taken.
- getSignature() - Method in class org.shredzone.cilla.service.link.CillaPathContext
-
- getSpanPost() - Method in class org.shredzone.cilla.service.search.renderer.SimpleSearchResultRenderer
-
Returns the HTML tag which is appended to a highlight marker.
- getSpanPre() - Method in class org.shredzone.cilla.service.search.renderer.SimpleSearchResultRenderer
-
Returns the HTML tag which is prepended to a highlight marker.
- getTag() - Method in class org.shredzone.cilla.service.link.CillaPathContext
-
- getTag() - Method in class org.shredzone.cilla.service.search.FilterModel
-
Only find pages tagged with this
Tag
.
- getThruDate() - Method in class org.shredzone.cilla.service.search.DateRange
-
Gets the ending date of this date range (inclusive).
- getTimeZone() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
-
User's time zone.
- getType() - Method in class org.shredzone.cilla.service.notification.Notification
-
Notification type.
- getUnderstoodHeaders() - Method in class org.shredzone.cilla.ws.cxf.SecurityInInterceptor
-
- getUserId() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
-
User's ID.
- getUsername() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
-
- getVariables() - Method in class org.shredzone.cilla.service.link.CillaPathContext
-
- getVisibleHeaders() - Method in interface org.shredzone.cilla.service.HeaderService
-
Returns a collection of all
Header
that are visible to the currently logged
in user.
- getVisibleHeaders() - Method in class org.shredzone.cilla.service.impl.HeaderServiceImpl
-
- getWhiteBalance() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
-
Reads the White Balance Mode that was set on the camera for this photo.
- getYear() - Method in class org.shredzone.cilla.service.search.DateRange
-
Year to be shown, or 0 if not limited by year.