Skip navigation links
A B C D E F G H I L M N O P Q R S T U V 

A

absolute() - Method in class org.shredzone.cilla.service.link.LinkBuilder
Generates an absolute (instead of a relative) target URL.
AbstractAssembler<F extends BaseModel,T extends BaseDto> - Class in org.shredzone.cilla.ws.assembler
Abstract implementation of Assembler.
AbstractAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.AbstractAssembler
 
AbstractSearchStrategy - Class in org.shredzone.cilla.service.search.strategy
Abstract implementation of SearchStrategy, containing commonly used methods.
AbstractSearchStrategy() - Constructor for class org.shredzone.cilla.service.search.strategy.AbstractSearchStrategy
 
AbstractSectionAssembler<F extends Section,T extends SectionDto> - Class in org.shredzone.cilla.ws.assembler
AbstractAssembler for sections, implementing the SectionAssembler.
AbstractSectionAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.AbstractSectionAssembler
 
AbstractWs - Class in org.shredzone.cilla.ws
Abstract superclass for all web services.
AbstractWs() - Constructor for class org.shredzone.cilla.ws.AbstractWs
 
addGroupAuthority(String, GrantedAuthority) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
 
addMedium(Page, Medium, DataSource) - Method in class org.shredzone.cilla.service.impl.PageServiceImpl
 
addMedium(Page, Medium, DataSource) - Method in interface org.shredzone.cilla.service.PageService
Adds a medium to the page.
addPicture(GallerySection, Picture, DataSource) - Method in class org.shredzone.cilla.service.impl.PictureServiceImpl
 
addPicture(GallerySection, Picture, DataSource) - Method in interface org.shredzone.cilla.service.PictureService
Adds a Picture to the gallery.
addSection(Page, F) - Method in class org.shredzone.cilla.ws.assembler.AbstractSectionAssembler
Adds a Section to a Page.
addUserToGroup(String, String) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
 
analyzeDimension(DataSource) - Method in class org.shredzone.cilla.service.resource.ImageTools
Analyzes the dimension of the given image DataSource.
anchor(String) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Sets an anchor at the target URL.
applyListRange(ListRange, String, boolean, Criteria) - Method in class org.shredzone.cilla.ws.AbstractWs
Applies the ListRange to the given Criteria.
assemble(F) - Method in interface org.shredzone.cilla.ws.assembler.Assembler
Assembles a DTO from the given entity.
assemble(Category) - Method in class org.shredzone.cilla.ws.assembler.CategoryAssembler
 
assemble(Comment) - Method in class org.shredzone.cilla.ws.assembler.CommentAssembler
 
assemble(GallerySection) - Method in class org.shredzone.cilla.ws.assembler.GallerySectionAssembler
 
assemble(Header) - Method in class org.shredzone.cilla.ws.assembler.HeaderAssembler
 
assemble(Language) - Method in class org.shredzone.cilla.ws.assembler.LanguageAssembler
 
assemble(Medium) - Method in class org.shredzone.cilla.ws.assembler.MediumAssembler
 
assemble(Page) - Method in class org.shredzone.cilla.ws.assembler.PageAssembler
 
assemble(Picture) - Method in class org.shredzone.cilla.ws.assembler.PictureAssembler
 
assemble(TextSection) - Method in class org.shredzone.cilla.ws.assembler.TextSectionAssembler
 
assemble(User) - Method in class org.shredzone.cilla.ws.assembler.UserAssembler
 
Assembler<F extends BaseModel,T extends BaseDto> - Interface in org.shredzone.cilla.ws.assembler
An assembler converts model entities to DTOs and vice versa.
assembleSections(List<Section>) - Method in class org.shredzone.cilla.ws.impl.SectionFacadeImpl
 
assembleSections(List<Section>) - Method in interface org.shredzone.cilla.ws.SectionFacade
Assemble all sections.
authenticate() - Method in class org.shredzone.cilla.ws.impl.LoginWsImpl
 
author(User) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Target User.

B

base(String) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Sets a base URL for absolute links.
bulkAssemble(Collection<F>) - Method in class org.shredzone.cilla.ws.assembler.AbstractAssembler
Assembles a collection of entities with this assembler.
ByteArrayResourceDataSource - Class in org.shredzone.cilla.service.resource
A ResourceDataSource that delegates to another ResourceDataSource, but keeps separate data in a byte array.
ByteArrayResourceDataSource(ResourceDataSource, String, byte[]) - Constructor for class org.shredzone.cilla.service.resource.ByteArrayResourceDataSource

C

category(Category) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Target Category.
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
Service for Category handling.
CategoryServiceImpl - Class in org.shredzone.cilla.service.impl
CategoryService implementation.
CategoryServiceImpl() - Constructor for class org.shredzone.cilla.service.impl.CategoryServiceImpl
 
CategoryWsImpl - Class in org.shredzone.cilla.ws.impl
Implementation of CategoryWs.
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
Instantiates a new CillaUserDetails for the given User.
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
Target Commentable.
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
Default implementation of CommentService.
CommentServiceImpl() - Constructor for class org.shredzone.cilla.service.impl.CommentServiceImpl
 
CommentWsImpl - Class in org.shredzone.cilla.ws.impl
Implementation of CommentWs.
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
Default implementation of ConfigurationService.
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
Counts the number of results and sets the SearchResultImpl accordingly.
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
Creates a new ExifAnalyzer for the given JPEG file.
create(InputStream) - Static method in class org.shredzone.cilla.service.resource.ExifAnalyzer
Creates a new ExifAnalyzer for the given JPEG input stream.
createCriteria(SearchResultImpl) - Method in class org.shredzone.cilla.service.search.strategy.AbstractSearchStrategy
Creates a Criteria object for the filter given in the SearchResultImpl.
createExifAnalyzer(DataSource) - Method in class org.shredzone.cilla.service.resource.ImageTools
Creates an ExifAnalyzer that analyzes the given DataSource.
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
Creates a new, empty Comment.
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
Creates a Criteria that also takes the PaginatorModel into account.
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
Creates a new SectionDto of the given type.
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
 

D

date(DateRange) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Sets a date range.
DateRange - Class in org.shredzone.cilla.service.search
A date range spans either an entire year, an entire month or a day.
DateRange() - Constructor for class org.shredzone.cilla.service.search.DateRange
Creates an empty date range.
DateRange(DateRange) - Constructor for class org.shredzone.cilla.service.search.DateRange
Clone constructor.
delete() - Method in class org.shredzone.cilla.service.resource.ByteArrayResourceDataSource
This implementation throws an exception.
delete(GallerySection) - Method in class org.shredzone.cilla.ws.assembler.GallerySectionAssembler
 
delete(F) - Method in interface org.shredzone.cilla.ws.assembler.SectionAssembler
Deletes a section.
delete(TextSection) - Method in class org.shredzone.cilla.ws.assembler.TextSectionAssembler
 
delete(long) - Method in class org.shredzone.cilla.ws.impl.CommentWsImpl
 
delete(long) - Method in class org.shredzone.cilla.ws.impl.HeaderWsImpl
 
delete(long) - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
 
deleteGroup(String) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
 
deleteSection(Section) - Method in class org.shredzone.cilla.ws.impl.SectionFacadeImpl
 
deleteSection(Section) - Method in interface org.shredzone.cilla.ws.SectionFacade
Deletes a Section and all its dependencies.
deleteUser(User) - Method in class org.shredzone.cilla.service.impl.UserServiceImpl
 
deleteUser(String) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
 
deleteUser(User) - Method in interface org.shredzone.cilla.service.UserService
Deletes a User.

E

equals(Object) - Method in class org.shredzone.cilla.service.search.DateRange
Compares two date ranges.
ExifAnalyzer - Class in org.shredzone.cilla.service.resource
Analyzes the EXIF and GPS information of a JPEG image.
external() - Method in class org.shredzone.cilla.service.link.LinkBuilder
Creates an absolute link with a default base URL.

F

fetch(long) - Method in class org.shredzone.cilla.ws.impl.CategoryWsImpl
 
fetch(long) - Method in class org.shredzone.cilla.ws.impl.CommentWsImpl
 
fetch(long) - Method in class org.shredzone.cilla.ws.impl.HeaderWsImpl
 
fetch(long) - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
 
fetch(long) - Method in class org.shredzone.cilla.ws.impl.UserWsImpl
 
fetchByLogin(String) - Method in class org.shredzone.cilla.ws.impl.UserWsImpl
 
fetchPageDays(Calendar) - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
 
fetchPageDays(Calendar) - Method in interface org.shredzone.cilla.service.search.SearchResult
Fetches all days having at least one matching page in the result set.
fetchPageDays(SearchResultImpl, Calendar) - Method in class org.shredzone.cilla.service.search.strategy.AbstractSearchStrategy
 
fetchPageDays(SearchResultImpl, Calendar) - Method in interface org.shredzone.cilla.service.search.strategy.SearchStrategy
Fetches matching page days.
FilterModel - Class in org.shredzone.cilla.service.search
Contains filter parameters.
FilterModel() - Constructor for class org.shredzone.cilla.service.search.FilterModel
 
FilterModel(FilterModel) - Constructor for class org.shredzone.cilla.service.search.FilterModel
Clone constructor.
findAllGroups() - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
 
findGroupAuthorities(String) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
 
findUsersInGroup(String) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
 

G

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
Only find pages within the given DateRange.
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
Returns the effective set of Category affected by the FilterModel.
getExifData() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
Gets the ExifData of the picture taken.
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
Gets the Geolocation where the picture was taken.
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
Only find this Page.
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.

H

handleMessage(SoapMessage) - Method in class org.shredzone.cilla.ws.cxf.SecurityInInterceptor
 
hashCode() - Method in class org.shredzone.cilla.service.search.DateRange
 
hasKey(String) - Method in interface org.shredzone.cilla.service.ConfigurationService
Checks if an option key is set.
hasKey(String) - Method in class org.shredzone.cilla.service.impl.ConfigurationServiceImpl
 
hasRole(String) - Method in class org.shredzone.cilla.service.impl.SecurityServiceImpl
 
hasRole(String) - Method in interface org.shredzone.cilla.service.SecurityService
Checks if the current user has the given role.
header(Header) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Target Header.
HeaderAssembler - Class in org.shredzone.cilla.ws.assembler
HeaderAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.HeaderAssembler
 
HeaderService - Interface in org.shredzone.cilla.service
A service that takes care for header images.
HeaderServiceImpl - Class in org.shredzone.cilla.service.impl
Default implementation of HeaderService.
HeaderServiceImpl() - Constructor for class org.shredzone.cilla.service.impl.HeaderServiceImpl
 
HeaderWsImpl - Class in org.shredzone.cilla.ws.impl
Implementation of HeaderWs.
HeaderWsImpl() - Constructor for class org.shredzone.cilla.ws.impl.HeaderWsImpl
 

I

ifRole(String, Consumer<String>) - Method in interface org.shredzone.cilla.service.SecurityService
Executes the consumer if the current user has the given role.
ImageProcessor - Interface in org.shredzone.cilla.service.resource
Image processor engine, for scaling and other process operations on images.
ImageProcessorImpl - Class in org.shredzone.cilla.service.resource
Implementation of ImageProcessor.
ImageProcessorImpl() - Constructor for class org.shredzone.cilla.service.resource.ImageProcessorImpl
 
ImageProcessorResult - Class in org.shredzone.cilla.service.resource
A serializable result of the ImageProcessor.
ImageProcessorResult() - Constructor for class org.shredzone.cilla.service.resource.ImageProcessorResult
 
ImageTools - Class in org.shredzone.cilla.service.resource
Tool for handling images.
ImageTools() - Constructor for class org.shredzone.cilla.service.resource.ImageTools
 
isAcceptedResponse(Page, String) - Method in class org.shredzone.cilla.service.impl.PageServiceImpl
 
isAcceptedResponse(Page, String) - Method in interface org.shredzone.cilla.service.PageService
Checks if the response is acceptable for the page's challenge.
isAccountNonExpired() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
 
isAccountNonLocked() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
 
isCredentialsNonExpired() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
 
isEmpty() - Method in class org.shredzone.cilla.service.search.DateRange
Checks if the Date Range is unset.
isEmpty() - Method in class org.shredzone.cilla.service.search.PaginatorModel
Returns true if there are no entries to be rendered.
isEnabled() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
 
isFirstPage() - Method in class org.shredzone.cilla.service.search.PaginatorModel
Returns true if the selected page is the first page.
isLastPage() - Method in class org.shredzone.cilla.service.search.PaginatorModel
Returns true if the selected page is the last page;
isVisible(Header) - Method in interface org.shredzone.cilla.service.HeaderService
Checks if the header is visible to the currently logged in user.
isVisible(Header) - Method in class org.shredzone.cilla.service.impl.HeaderServiceImpl
 
isVisible(Page) - Method in class org.shredzone.cilla.service.impl.PageServiceImpl
 
isVisible(Page) - Method in interface org.shredzone.cilla.service.PageService
Checks if this page is visible to the currently logged in user.

L

LanguageAssembler - Class in org.shredzone.cilla.ws.assembler
LanguageAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.LanguageAssembler
 
Linkable - Interface in org.shredzone.cilla.service.link
Implementing classes can be passed to the LinkBuilder in order to transfer its state to the link.
LinkBuilder - Class in org.shredzone.cilla.service.link
Builds a link to the given target, by trying to find a view with the matching name or signature.
LinkBuilder() - Constructor for class org.shredzone.cilla.service.link.LinkBuilder
 
LinkService - Interface in org.shredzone.cilla.service.link
This service creates links to views.
LinkServiceImpl - Class in org.shredzone.cilla.service.link
LinkService implementation.
LinkServiceImpl() - Constructor for class org.shredzone.cilla.service.link.LinkServiceImpl
 
linkTo() - Method in interface org.shredzone.cilla.service.link.LinkService
Creates a LinkBuilder.
linkTo() - Method in class org.shredzone.cilla.service.link.LinkServiceImpl
 
list() - Method in class org.shredzone.cilla.ws.impl.CategoryWsImpl
 
list(ListRange) - Method in class org.shredzone.cilla.ws.impl.CommentWsImpl
 
list(ListRange) - Method in class org.shredzone.cilla.ws.impl.HeaderWsImpl
 
list(ListRange) - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
 
list() - Method in class org.shredzone.cilla.ws.impl.TagWsImpl
 
list(ListRange) - Method in class org.shredzone.cilla.ws.impl.UserWsImpl
 
listLanguages() - Method in class org.shredzone.cilla.ws.impl.SystemWsImpl
 
loadUserByUsername(String) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
 
LoginWsImpl - Class in org.shredzone.cilla.ws.impl
LoginWs implementation.
LoginWsImpl() - Constructor for class org.shredzone.cilla.ws.impl.LoginWsImpl
 
LuceneSearchStrategy - Class in org.shredzone.cilla.service.search.strategy
A SearchStrategy that uses Lucene for finding.
LuceneSearchStrategy() - Constructor for class org.shredzone.cilla.service.search.strategy.LuceneSearchStrategy
 

M

MediumAssembler - Class in org.shredzone.cilla.ws.assembler
MediumAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.MediumAssembler
 
merge(T, F) - Method in class org.shredzone.cilla.ws.assembler.AbstractAssembler
Writes back the DTO properties to the entity.
merge(T, F) - Method in interface org.shredzone.cilla.ws.assembler.Assembler
Writes back the DTO properties to the entity.
merge(CategoryDto, Category) - Method in class org.shredzone.cilla.ws.assembler.CategoryAssembler
 
merge(CommentDto, Comment) - Method in class org.shredzone.cilla.ws.assembler.CommentAssembler
 
merge(GallerySectionDto, GallerySection) - Method in class org.shredzone.cilla.ws.assembler.GallerySectionAssembler
 
merge(HeaderDto, Header) - Method in class org.shredzone.cilla.ws.assembler.HeaderAssembler
 
merge(LanguageDto, Language) - Method in class org.shredzone.cilla.ws.assembler.LanguageAssembler
 
merge(MediumDto, Medium) - Method in class org.shredzone.cilla.ws.assembler.MediumAssembler
 
merge(PageDto, Page) - Method in class org.shredzone.cilla.ws.assembler.PageAssembler
 
merge(PictureDto, Picture) - Method in class org.shredzone.cilla.ws.assembler.PictureAssembler
 
merge(TextSectionDto, TextSection) - Method in class org.shredzone.cilla.ws.assembler.TextSectionAssembler
 
merge(UserDto, User) - Method in class org.shredzone.cilla.ws.assembler.UserAssembler
 

N

Notification - Class in org.shredzone.cilla.service.notification
A notification is a message that is sent to different receivers.
Notification() - Constructor for class org.shredzone.cilla.service.notification.Notification
 
NotificationService - Interface in org.shredzone.cilla.service.notification
Sends a notification to a set of receivers.
NotificationServiceImpl - Class in org.shredzone.cilla.service.notification
Default implementation of NotificationService.
NotificationServiceImpl() - Constructor for class org.shredzone.cilla.service.notification.NotificationServiceImpl
 
NotificationTarget - Class in org.shredzone.cilla.service.notification
A target to send a notification to.
NotificationTarget() - Constructor for class org.shredzone.cilla.service.notification.NotificationTarget
 

O

org.shredzone.cilla.service - package org.shredzone.cilla.service
 
org.shredzone.cilla.service.impl - package org.shredzone.cilla.service.impl
 
org.shredzone.cilla.service.link - package org.shredzone.cilla.service.link
 
org.shredzone.cilla.service.notification - package org.shredzone.cilla.service.notification
 
org.shredzone.cilla.service.resource - package org.shredzone.cilla.service.resource
 
org.shredzone.cilla.service.search - package org.shredzone.cilla.service.search
 
org.shredzone.cilla.service.search.impl - package org.shredzone.cilla.service.search.impl
 
org.shredzone.cilla.service.search.renderer - package org.shredzone.cilla.service.search.renderer
 
org.shredzone.cilla.service.search.strategy - package org.shredzone.cilla.service.search.strategy
 
org.shredzone.cilla.service.security - package org.shredzone.cilla.service.security
 
org.shredzone.cilla.ws - package org.shredzone.cilla.ws
 
org.shredzone.cilla.ws.assembler - package org.shredzone.cilla.ws.assembler
 
org.shredzone.cilla.ws.assembler.annotation - package org.shredzone.cilla.ws.assembler.annotation
 
org.shredzone.cilla.ws.cxf - package org.shredzone.cilla.ws.cxf
 
org.shredzone.cilla.ws.impl - package org.shredzone.cilla.ws.impl
 

P

page(Page) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Target Page.
PageAssembler - Class in org.shredzone.cilla.ws.assembler
PageAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.PageAssembler
 
PageService - Interface in org.shredzone.cilla.service
A service for complex Page operations.
PageServiceImpl - Class in org.shredzone.cilla.service.impl
Default implementation of PageService.
PageServiceImpl() - Constructor for class org.shredzone.cilla.service.impl.PageServiceImpl
 
PageWsImpl - Class in org.shredzone.cilla.ws.impl
Implementation of PageWs.
PageWsImpl() - Constructor for class org.shredzone.cilla.ws.impl.PageWsImpl
 
PaginatorModel - Class in org.shredzone.cilla.service.search
Model for showing a Paginator.
PaginatorModel() - Constructor for class org.shredzone.cilla.service.search.PaginatorModel
 
PaginatorModel(int) - Constructor for class org.shredzone.cilla.service.search.PaginatorModel
Creates a new PaginatorModel with the given number of entries per page.
PaginatorModel(int, int) - Constructor for class org.shredzone.cilla.service.search.PaginatorModel
Creates a new PaginatorModel with the given number of entries per page, and the selected page.
PaginatorModel(PaginatorModel) - Constructor for class org.shredzone.cilla.service.search.PaginatorModel
Copy constructor.
param(String, Object) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Adds a generic parameter.
parse(String) - Static method in class org.shredzone.cilla.service.search.DateRange
Creates a DateRange by parsing a string.
persistSection(GallerySectionDto, Page) - Method in class org.shredzone.cilla.ws.assembler.GallerySectionAssembler
 
persistSection(T, Page) - Method in interface org.shredzone.cilla.ws.assembler.SectionAssembler
Persists a section.
persistSection(TextSectionDto, Page) - Method in class org.shredzone.cilla.ws.assembler.TextSectionAssembler
 
persistSection(SectionDto, Page) - Method in class org.shredzone.cilla.ws.impl.SectionFacadeImpl
 
persistSection(SectionDto, Page) - Method in interface org.shredzone.cilla.ws.SectionFacade
Persists a single SectionDto.
picture(Picture) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Target Picture.
PictureAssembler - Class in org.shredzone.cilla.ws.assembler
PictureAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.PictureAssembler
 
PictureService - Interface in org.shredzone.cilla.service
Service for handling Picture.
PictureServiceImpl - Class in org.shredzone.cilla.service.impl
PictureService implementation.
PictureServiceImpl() - Constructor for class org.shredzone.cilla.service.impl.PictureServiceImpl
 
postComment(Comment, Object) - Method in interface org.shredzone.cilla.service.CommentService
Posts a comment.
postComment(Comment, Object) - Method in class org.shredzone.cilla.service.impl.CommentServiceImpl
 
postSilently(Comment) - Method in interface org.shredzone.cilla.service.CommentService
Posts a comment.
postSilently(Comment) - Method in class org.shredzone.cilla.service.impl.CommentServiceImpl
 
previewUrl(long) - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
 
process(DataSource, long, ImageProcessing) - Method in interface org.shredzone.cilla.service.resource.ImageProcessor
Processes an image.
process(DataSource, long, ImageProcessing) - Method in class org.shredzone.cilla.service.resource.ImageProcessorImpl
 
processImage(ResourceDataSource, ImageProcessing) - Method in class org.shredzone.cilla.service.resource.ImageTools
Processes an image.
projection() - Method in class org.shredzone.cilla.ws.assembler.AbstractAssembler
Creates a ProjectionList for bulk queries of the DTO.
projection() - Method in interface org.shredzone.cilla.ws.assembler.Assembler
Creates a ProjectionList for bulk queries of the DTO.
projection() - Method in class org.shredzone.cilla.ws.assembler.CategoryAssembler
 
projection() - Method in class org.shredzone.cilla.ws.assembler.CommentAssembler
 
projection() - Method in class org.shredzone.cilla.ws.assembler.HeaderAssembler
 
projection() - Method in class org.shredzone.cilla.ws.assembler.LanguageAssembler
 
projection() - Method in class org.shredzone.cilla.ws.assembler.PageAssembler
Creates a ProjectionList for bulk queries of the DTO.
projection() - Method in class org.shredzone.cilla.ws.assembler.UserAssembler
 
proposeSubjects(String, int) - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
 
proposeTags(String, int) - Method in class org.shredzone.cilla.service.impl.TagServiceImpl
 
proposeTags(String, int) - Method in interface org.shredzone.cilla.service.TagService
Proposes tags by their tag name.
proposeTags(String, int) - Method in class org.shredzone.cilla.ws.impl.TagWsImpl
 
put(String, T) - Method in interface org.shredzone.cilla.service.ConfigurationService
Puts a configuration option
put(String, T) - Method in class org.shredzone.cilla.service.impl.ConfigurationServiceImpl
 

Q

qualifier(String) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Sets the link qualifier.
query(String, String) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Adds a search part parameter.

R

readAngle(Class<T>, int) - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
Converts an angle from a directory.
readDate(Class<T>, int, TimeZone) - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
Fetches a Date from a directory.
readInteger(Class<T>, int) - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
Fetches an Integer from a directory.
readRational(Class<T>, int) - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
Fetches a Rational from a directory.
readString(Class<T>, int) - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
Fetches a String from a directory.
ref(Linkable) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Sets a Linkable as reference.
remove(Comment) - Method in interface org.shredzone.cilla.service.CommentService
Removes a comment.
remove(String) - Method in interface org.shredzone.cilla.service.ConfigurationService
Removes a configuration option.
remove(Header) - Method in interface org.shredzone.cilla.service.HeaderService
Removes a header, deleting its resources.
remove(Comment) - Method in class org.shredzone.cilla.service.impl.CommentServiceImpl
 
remove(String) - Method in class org.shredzone.cilla.service.impl.ConfigurationServiceImpl
 
remove(Header) - Method in class org.shredzone.cilla.service.impl.HeaderServiceImpl
 
remove(Page) - Method in class org.shredzone.cilla.service.impl.PageServiceImpl
 
remove(Page) - Method in interface org.shredzone.cilla.service.PageService
Removes a page with all its dependencies.
removeAll(Commentable) - Method in interface org.shredzone.cilla.service.CommentService
Removes all comments posted to the given thread.
removeAll(Commentable) - Method in class org.shredzone.cilla.service.impl.CommentServiceImpl
 
removeGroupAuthority(String, GrantedAuthority) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
 
removeMedium(Page, Medium) - Method in class org.shredzone.cilla.service.impl.PageServiceImpl
 
removeMedium(Page, Medium) - Method in interface org.shredzone.cilla.service.PageService
Removes a medium from a page.
removePicture(Picture) - Method in class org.shredzone.cilla.service.impl.PictureServiceImpl
 
removePicture(Picture) - Method in interface org.shredzone.cilla.service.PictureService
Removes a picture.
removeSection(F) - Method in class org.shredzone.cilla.ws.assembler.AbstractSectionAssembler
Removes a Section with all its dependencies.
removeUserFromGroup(String, String) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
 
renameGroup(String, String) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
 
renumberPictures(GallerySection) - Method in class org.shredzone.cilla.service.impl.PictureServiceImpl
 
renumberPictures(GallerySection) - Method in interface org.shredzone.cilla.service.PictureService
Renumbers all pictures of a gallery.
requireRole(String) - Method in class org.shredzone.cilla.service.impl.SecurityServiceImpl
 
requireRole(String) - Method in interface org.shredzone.cilla.service.SecurityService
Makes sure that the current user has the given role.

S

search(FilterModel) - Method in class org.shredzone.cilla.service.search.impl.SearchServiceImpl
 
search(FilterModel) - Method in interface org.shredzone.cilla.service.search.SearchService
Searches the page index using the given filter.
search(SearchResultImpl) - Method in class org.shredzone.cilla.service.search.strategy.LuceneSearchStrategy
 
search(SearchResultImpl) - Method in interface org.shredzone.cilla.service.search.strategy.SearchStrategy
Searches for matching pages and sets the SearchResultImpl accordingly.
search(SearchResultImpl) - Method in class org.shredzone.cilla.service.search.strategy.SimpleSearchStrategy
 
SearchResult - Interface in org.shredzone.cilla.service.search
Contains the result of a search request.
SearchResultImpl - Class in org.shredzone.cilla.service.search.impl
Implements SearchResult.
SearchResultImpl() - Constructor for class org.shredzone.cilla.service.search.impl.SearchResultImpl
 
SearchResultRenderer - Interface in org.shredzone.cilla.service.search.renderer
Renders a search result.
SearchService - Interface in org.shredzone.cilla.service.search
Service for searching the index.
SearchServiceImpl - Class in org.shredzone.cilla.service.search.impl
Default implementation of SearchService.
SearchServiceImpl() - Constructor for class org.shredzone.cilla.service.search.impl.SearchServiceImpl
 
SearchStrategy - Interface in org.shredzone.cilla.service.search.strategy
A strategy for filling SearchResultImpl.
section(Section) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Target Section.
SectionAssembler<F extends Section,T extends SectionDto> - Interface in org.shredzone.cilla.ws.assembler
Extended Assembler for SectionDto and Section.
SectionAssemblerType - Annotation Type in org.shredzone.cilla.ws.assembler.annotation
Annotates a SectionAssembler, providing information about the handled types.
SectionFacade - Interface in org.shredzone.cilla.ws
A facade for invoking SectionAssembler.
SectionFacadeImpl - Class in org.shredzone.cilla.ws.impl
Implementation of SectionFacade.
SectionFacadeImpl() - Constructor for class org.shredzone.cilla.ws.impl.SectionFacadeImpl
 
SecurityInInterceptor - Class in org.shredzone.cilla.ws.cxf
SOAP interceptor for incoming authentication headers.
SecurityInInterceptor() - Constructor for class org.shredzone.cilla.ws.cxf.SecurityInInterceptor
 
SecurityService - Interface in org.shredzone.cilla.service
Service for security and access restriction.
SecurityServiceImpl - Class in org.shredzone.cilla.service.impl
Default implementation of SecurityService.
SecurityServiceImpl() - Constructor for class org.shredzone.cilla.service.impl.SecurityServiceImpl
 
send(Notification) - Method in interface org.shredzone.cilla.service.notification.NotificationService
Sends a Notification.
send(Notification) - Method in class org.shredzone.cilla.service.notification.NotificationServiceImpl
 
setAttributes(Map<String, Object>) - Method in class org.shredzone.cilla.service.notification.Notification
 
setAuthor(User) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setCategory(Category) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setCategory(Category) - Method in class org.shredzone.cilla.service.search.FilterModel
 
setContentType(String) - Method in class org.shredzone.cilla.service.resource.ImageProcessorResult
 
setCount(int) - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
 
setCount(int) - Method in class org.shredzone.cilla.service.search.PaginatorModel
 
setCreator(User) - Method in class org.shredzone.cilla.service.search.FilterModel
 
setData(byte[]) - Method in class org.shredzone.cilla.service.resource.ImageProcessorResult
 
setDate(DateRange) - Method in class org.shredzone.cilla.service.link.CillaPathContext
setDate(Date) - Method in class org.shredzone.cilla.service.search.DateRange
Sets the day, month and year according to the given Date.
setDate(DateRange) - Method in class org.shredzone.cilla.service.search.FilterModel
 
setDay(int) - Method in class org.shredzone.cilla.service.search.DateRange
 
setFilter(FilterModel) - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
 
setFilter(FilterModel) - Method in interface org.shredzone.cilla.service.search.SearchResult
FilterModel to be used for searching
setHeader(Header) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setHighlighted(List<String>) - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
 
setLocale(Locale) - Method in class org.shredzone.cilla.service.notification.NotificationTarget
 
setLocale(Locale) - Method in class org.shredzone.cilla.service.search.FilterModel
 
setMail(String) - Method in class org.shredzone.cilla.service.notification.NotificationTarget
 
setMonth(int) - Method in class org.shredzone.cilla.service.search.DateRange
 
setName(String) - Method in class org.shredzone.cilla.service.notification.NotificationTarget
 
setOrder(PageOrder) - Method in class org.shredzone.cilla.service.search.FilterModel
 
setPage(Page) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setPage(Page) - Method in class org.shredzone.cilla.service.search.FilterModel
 
setPages(List<Page>) - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
 
setPaginator(PaginatorModel) - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
 
setPaginator(PaginatorModel) - Method in interface org.shredzone.cilla.service.search.SearchResult
PaginatorModel to be used for requesting pages.
setParam(String, Object) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setPerPage(int) - Method in class org.shredzone.cilla.service.search.PaginatorModel
 
setPicture(Picture) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setQualifier(String) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setQuery(String) - Method in class org.shredzone.cilla.service.search.FilterModel
 
setRecipients(List<NotificationTarget>) - Method in class org.shredzone.cilla.service.notification.Notification
 
setSection(Section) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setSelectedPage(int) - Method in class org.shredzone.cilla.service.search.PaginatorModel
 
setTag(Tag) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setTag(Tag) - Method in class org.shredzone.cilla.service.search.FilterModel
 
setType(String) - Method in class org.shredzone.cilla.service.notification.Notification
 
setup() - Method in class org.shredzone.cilla.ws.cxf.SecurityInInterceptor
 
setup() - Method in class org.shredzone.cilla.ws.impl.SectionFacadeImpl
 
setYear(int) - Method in class org.shredzone.cilla.service.search.DateRange
 
SimpleSearchResultRenderer - Class in org.shredzone.cilla.service.search.renderer
A simple SearchResultRenderer implementation that wraps away all Lucene stuff.
SimpleSearchResultRenderer() - Constructor for class org.shredzone.cilla.service.search.renderer.SimpleSearchResultRenderer
 
SimpleSearchStrategy - Class in org.shredzone.cilla.service.search.strategy
A simple SearchStrategy implementation.
SimpleSearchStrategy() - Constructor for class org.shredzone.cilla.service.search.strategy.SimpleSearchStrategy
 
SystemWsImpl - Class in org.shredzone.cilla.ws.impl
Implementation of SystemWs.
SystemWsImpl() - Constructor for class org.shredzone.cilla.ws.impl.SystemWsImpl
 

T

tag(Tag) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Target Tag.
TagService - Interface in org.shredzone.cilla.service
Service for handling tags.
TagServiceImpl - Class in org.shredzone.cilla.service.impl
 
TagServiceImpl() - Constructor for class org.shredzone.cilla.service.impl.TagServiceImpl
 
TagWsImpl - Class in org.shredzone.cilla.ws.impl
Implementation of TagWs.
TagWsImpl() - Constructor for class org.shredzone.cilla.ws.impl.TagWsImpl
 
TextSectionAssembler - Class in org.shredzone.cilla.ws.assembler
TextSectionAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.TextSectionAssembler
 
toString() - Method in class org.shredzone.cilla.service.link.LinkBuilder
Builds the URL.
toString() - Method in class org.shredzone.cilla.service.search.DateRange
Returns a string representation of this DateRange.
transfer(LinkBuilder) - Method in interface org.shredzone.cilla.service.link.Linkable
Transfers the link target to the given LinkBuilder.
transfer(LinkBuilder) - Method in class org.shredzone.cilla.service.search.FilterModel
 

U

update(Header) - Method in interface org.shredzone.cilla.service.HeaderService
Updates a Header.
update(Header) - Method in class org.shredzone.cilla.service.impl.HeaderServiceImpl
 
update(Page) - Method in class org.shredzone.cilla.service.impl.PageServiceImpl
 
update(Page) - Method in interface org.shredzone.cilla.service.PageService
Must be invoked after page content has been updated externally.
updateImage(Header, DataSource, DataSource) - Method in interface org.shredzone.cilla.service.HeaderService
Updates the images of an existing Header.
updateImage(Header, DataSource, DataSource) - Method in class org.shredzone.cilla.service.impl.HeaderServiceImpl
 
updateMedium(Page, Medium, DataSource) - Method in class org.shredzone.cilla.service.impl.PageServiceImpl
 
updateMedium(Page, Medium, DataSource) - Method in interface org.shredzone.cilla.service.PageService
Updates a medium of a page.
updatePicture(Picture, DataSource) - Method in class org.shredzone.cilla.service.impl.PictureServiceImpl
 
updatePicture(Picture, DataSource) - Method in interface org.shredzone.cilla.service.PictureService
Updates a picture.
updatePublishedState() - Method in class org.shredzone.cilla.service.impl.PageServiceImpl
 
updatePublishedState() - Method in interface org.shredzone.cilla.service.PageService
Updates the published state of all pages, triggering the appropriate events where necessary.
updateSection(F) - Method in class org.shredzone.cilla.ws.assembler.AbstractSectionAssembler
Updates a Section.
updateUser(User) - Method in class org.shredzone.cilla.service.impl.UserServiceImpl
 
updateUser(UserDetails) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
 
updateUser(User) - Method in interface org.shredzone.cilla.service.UserService
Updates a User.
UserAssembler - Class in org.shredzone.cilla.ws.assembler
UserAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.UserAssembler
 
userExists(String) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
 
UserService - Interface in org.shredzone.cilla.service
A service for User operations.
UserServiceImpl - Class in org.shredzone.cilla.service.impl
Default implementation of UserService.
UserServiceImpl() - Constructor for class org.shredzone.cilla.service.impl.UserServiceImpl
 
UserWsImpl - Class in org.shredzone.cilla.ws.impl
Implementation of UserWs.
UserWsImpl() - Constructor for class org.shredzone.cilla.ws.impl.UserWsImpl
 

V

verifyPlaintextPassword(UsernameToken, RequestData) - Method in class org.shredzone.cilla.ws.cxf.CillaUsernameTokenValidator
 
view(String) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Target view name.
A B C D E F G H I L M N O P Q R S T U V 
Skip navigation links

Copyright © 2009–2016. All rights reserved.