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

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
 
AbstractCommentRendererStrategy - Class in org.shredzone.cilla.web.renderer
An abstract implementation of CommentRendererStrategy that does almost nothing.
AbstractCommentRendererStrategy() - Constructor for class org.shredzone.cilla.web.renderer.AbstractCommentRendererStrategy
 
AbstractImageBean - Class in org.shredzone.cilla.admin
Abstract superclass for image providing beans.
AbstractImageBean() - Constructor for class org.shredzone.cilla.admin.AbstractImageBean
 
AbstractPaginatorRendererStrategy - Class in org.shredzone.cilla.web.renderer
An abstract implementation of PaginatorRendererStrategy that does almost nothing.
AbstractPaginatorRendererStrategy() - Constructor for class org.shredzone.cilla.web.renderer.AbstractPaginatorRendererStrategy
 
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
 
AbstractView - Class in org.shredzone.cilla.view
An abstract view superclass that offers common methods.
AbstractView() - Constructor for class org.shredzone.cilla.view.AbstractView
 
AbstractWs - Class in org.shredzone.cilla.ws
Abstract superclass for all web services.
AbstractWs() - Constructor for class org.shredzone.cilla.ws.AbstractWs
 
access(Store) - Method in class org.shredzone.cilla.core.repository.impl.StoreDaoHibImpl
 
access(Store) - Method in interface org.shredzone.cilla.core.repository.StoreDao
Gives access to the store's backing resource.
add() - Method in class org.shredzone.cilla.admin.header.HeaderBean
Creates a new HeaderDto.
add() - Method in class org.shredzone.cilla.admin.page.PageBean
Adds a new PageDto.
add() - Method in class org.shredzone.cilla.admin.role.RoleBean
 
add(HeadTag) - Method in class org.shredzone.cilla.web.header.DocumentHeader
Adds a new HeadTag to the HTML document.
addGroupAuthority(String, GrantedAuthority) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
 
addHeadersIfRestricted(Page, HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.AbstractView
If the page is restricted and unlocked, send headers so public caches won't cache the page, but private caches (user-agent) do.
addMarker(Marker) - Method in class org.shredzone.cilla.web.tag.MapTag
 
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.
addNewSection() - Method in class org.shredzone.cilla.admin.page.PageSectionBean
Adds a new section to the current page.
addParam(String, Object) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
addParam(String, Object) - Method in class org.shredzone.cilla.web.tag.MapTag
 
addParam(String, Object) - Method in interface org.shredzone.cilla.web.tag.Parameterizable
Adds a parameter to the tag.
addParam(String, Object) - Method in class org.shredzone.cilla.web.tag.RenderTag
 
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.
append(String) - Method in class org.shredzone.cilla.web.header.tag.CssTag
Appends one or more formatting rules to the CSS.
append(String) - Method in class org.shredzone.cilla.web.header.tag.JavaScriptTag
Appends a JavaScript code block to the JavaScript section.
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(Authentication) - Method in class org.shredzone.cilla.ws.cxf.CillaRemoteAuthenticationProvider
 
authenticate() - Method in class org.shredzone.cilla.ws.impl.LoginWsImpl
 
authenticate() - Method in interface org.shredzone.cilla.ws.system.LoginWs
Forces an user authentication and returns information about the authenticated user.
author(User) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Target User.
Authority - Class in org.shredzone.cilla.core.model
A single right.
Authority() - Constructor for class org.shredzone.cilla.core.model.Authority
 
AuthorityDao - Interface in org.shredzone.cilla.core.repository
DAO for Authority entities.
AuthorityDaoHibImpl - Class in org.shredzone.cilla.core.repository.impl
Default implementation of AuthorityDao.
AuthorityDaoHibImpl() - Constructor for class org.shredzone.cilla.core.repository.impl.AuthorityDaoHibImpl
 
authorView(User, DateRange, PaginatorModel, ServletRequest) - Method in class org.shredzone.cilla.view.PageListView
Lists all blog entries by author.

B

base(String) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Sets a base URL for absolute links.
BaseDao<T extends BaseModel> - Interface in org.shredzone.cilla.core.repository
Base class of all DAOs.
BaseDaoHibImpl<T extends BaseModel> - Class in org.shredzone.cilla.core.repository.impl
Base implementation of BaseDao.
BaseDaoHibImpl() - Constructor for class org.shredzone.cilla.core.repository.impl.BaseDaoHibImpl
 
BaseDto - Class in org.shredzone.cilla.ws
Base superclass for all DTOs.
BaseDto() - Constructor for class org.shredzone.cilla.ws.BaseDto
 
BaseModel - Class in org.shredzone.cilla.core.model
Represents the superclass of all other entities.
BaseModel() - Constructor for class org.shredzone.cilla.core.model.BaseModel
 
beginningOfMonth(Calendar) - Static method in class org.shredzone.cilla.core.util.DateUtils
Computes the beginning of a month of the given date.
beginningOfNextMonth(Calendar) - Static method in class org.shredzone.cilla.core.util.DateUtils
Computes the first day of next month of the given date.
build() - Method in class org.shredzone.cilla.core.search.LuceneSearchMappingFactory
Builds the SearchMapping to be used.
build(String, MapModel) - Method in class org.shredzone.cilla.web.map.GoogleMapServiceImpl
 
build(String, MapModel) - Method in interface org.shredzone.cilla.web.map.MapService
Builds a HTML fragment for rendering the given MapModel.
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

calendarFragment(SearchResult, Locale, HttpServletResponse, JspWriter) - Method in class org.shredzone.cilla.web.renderer.CalendarFragmentRenderer
Renders a calendar.
CalendarFragmentRenderer - Class in org.shredzone.cilla.web.renderer
A fragment for rendering a calendar.
CalendarFragmentRenderer() - Constructor for class org.shredzone.cilla.web.renderer.CalendarFragmentRenderer
 
CalendarGenerator - Class in org.shredzone.cilla.web.renderer
Generates a HTML calendar by using a CalendarRenderStrategy.
CalendarGenerator() - Constructor for class org.shredzone.cilla.web.renderer.CalendarGenerator
 
CalendarRenderStrategy - Interface in org.shredzone.cilla.web.renderer
A strategy for rendering a calendar.
CalendarRenderStrategyImpl - Class in org.shredzone.cilla.site.renderer
A CalendarRenderStrategy that generates a simple HTML calendar.
CalendarRenderStrategyImpl() - Constructor for class org.shredzone.cilla.site.renderer.CalendarRenderStrategyImpl
 
cancelEdit() - Method in class org.shredzone.cilla.admin.page.PageBean
Cancels editing the currently selected PageDto, throwing away all changes.
CaptureTag - Class in org.shredzone.cilla.web.tag
Captures the body to a variable.
CaptureTag() - Constructor for class org.shredzone.cilla.web.tag.CaptureTag
 
Category - Class in org.shredzone.cilla.core.model
A Category.
Category() - Constructor for class org.shredzone.cilla.core.model.Category
 
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
 
CategoryConverter - Class in org.shredzone.cilla.admin
Converts a CategoryDto to a String, and vice versa.
CategoryConverter() - Constructor for class org.shredzone.cilla.admin.CategoryConverter
 
CategoryDao - Interface in org.shredzone.cilla.core.repository
DAO for Category entities.
CategoryDaoHibImpl - Class in org.shredzone.cilla.core.repository.impl
Default implementation of CategoryDao.
CategoryDaoHibImpl() - Constructor for class org.shredzone.cilla.core.repository.impl.CategoryDaoHibImpl
 
CategoryDto - Class in org.shredzone.cilla.ws.category
A Category.
CategoryDto() - Constructor for class org.shredzone.cilla.ws.category.CategoryDto
 
CategoryPicklistBean - Class in org.shredzone.cilla.admin.page
Handles a pick list of categories for the current page.
CategoryPicklistBean() - Constructor for class org.shredzone.cilla.admin.page.CategoryPicklistBean
 
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
 
categoryView(Category, DateRange, PaginatorModel, ServletRequest) - Method in class org.shredzone.cilla.view.PageListView
Lists all blog entries by category.
CategoryWs - Interface in org.shredzone.cilla.ws.category
Services for Category.
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.
CillaNotFoundException - Exception in org.shredzone.cilla.ws.exception
This exception is thrown when an entity was not found.
CillaNotFoundException(String, long) - Constructor for exception org.shredzone.cilla.ws.exception.CillaNotFoundException
Creates a new CillaNotFoundException.
CillaParameterException - Exception in org.shredzone.cilla.ws.exception
This exception is thrown when a parameter given to a service call was bad.
CillaParameterException(String) - Constructor for exception org.shredzone.cilla.ws.exception.CillaParameterException
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
 
CillaRemoteAuthenticationProvider - Class in org.shredzone.cilla.ws.cxf
An AuthenticationProvider for remote authentication.
CillaRemoteAuthenticationProvider() - Constructor for class org.shredzone.cilla.ws.cxf.CillaRemoteAuthenticationProvider
 
CillaServiceException - Exception in org.shredzone.cilla.ws.exception
A generic exception that is thrown when a service call fails.
CillaServiceException() - Constructor for exception org.shredzone.cilla.ws.exception.CillaServiceException
 
CillaServiceException(String) - Constructor for exception org.shredzone.cilla.ws.exception.CillaServiceException
 
CillaServiceException(Throwable) - Constructor for exception org.shredzone.cilla.ws.exception.CillaServiceException
 
CillaServiceException(String, Throwable) - Constructor for exception org.shredzone.cilla.ws.exception.CillaServiceException
 
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
 
clear() - Method in class org.shredzone.cilla.admin.EditableMapModel
Clears the position at the Geolocated.
clear() - Method in class org.shredzone.cilla.admin.page.gallery.PictureTagBean
Clears the currently selected tag.
clear() - Method in class org.shredzone.cilla.admin.page.PageTagBean
Clears the currently selected tag.
cloneDate(Date) - Static method in class org.shredzone.cilla.core.util.DateUtils
Clones a Date object.
closeCommentBox(Appendable) - Method in class org.shredzone.cilla.web.renderer.AbstractCommentRendererStrategy
Closes the HTML container for the list of comments.
closeCommentBox(Appendable) - Method in interface org.shredzone.cilla.web.renderer.CommentRendererStrategy
Closes the HTML container for the list of comments.
closeContainer(Appendable) - Method in class org.shredzone.cilla.site.renderer.CommentRendererStrategyImpl
 
closeContainer(Appendable) - Method in class org.shredzone.cilla.site.renderer.PaginatorStrategyImpl
 
closeContainer(Appendable) - Method in class org.shredzone.cilla.web.renderer.AbstractCommentRendererStrategy
Closes the HTML container of the strategy.
closeContainer(Appendable) - Method in class org.shredzone.cilla.web.renderer.AbstractPaginatorRendererStrategy
Closes the HTML container of the paginator.
closeContainer(Appendable) - Method in interface org.shredzone.cilla.web.renderer.CommentRendererStrategy
Closes the HTML container of the strategy.
closeContainer(Appendable) - Method in interface org.shredzone.cilla.web.renderer.PaginatorRendererStrategy
Closes the HTML container of the paginator.
Comment - Class in org.shredzone.cilla.core.model
A single comment of a CommentThread.
Comment() - Constructor for class org.shredzone.cilla.core.model.Comment
 
comment(CommentModel, Appendable) - Method in class org.shredzone.cilla.site.renderer.CommentRendererStrategyImpl
 
comment(CommentModel, Appendable) - Method in interface org.shredzone.cilla.web.renderer.CommentRendererStrategy
Writes a single comment.
Commentable - Interface in org.shredzone.cilla.core.model.is
Interface showing that the entity is commentable.
commentable(Commentable) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Target Commentable.
commentable - Variable in class org.shredzone.cilla.web.renderer.AbstractCommentRendererStrategy
 
CommentAssembler - Class in org.shredzone.cilla.ws.assembler
CommentAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.CommentAssembler
 
CommentBean - Class in org.shredzone.cilla.admin.comment
A bean for handling comments.
CommentBean() - Constructor for class org.shredzone.cilla.admin.comment.CommentBean
 
CommentDao - Interface in org.shredzone.cilla.core.repository
DAO for Comment entities and CommentThread entities.
CommentDaoHibImpl - Class in org.shredzone.cilla.core.repository.impl
Default implementation of CommentDao.
CommentDaoHibImpl() - Constructor for class org.shredzone.cilla.core.repository.impl.CommentDaoHibImpl
 
CommentDataModel - Class in org.shredzone.cilla.admin.comment
CommentDataModel() - Constructor for class org.shredzone.cilla.admin.comment.CommentDataModel
 
CommentDto - Class in org.shredzone.cilla.ws.comment
A Comment.
CommentDto() - Constructor for class org.shredzone.cilla.ws.comment.CommentDto
 
commentForm(Appendable) - Method in class org.shredzone.cilla.site.renderer.CommentRendererStrategyImpl
 
commentForm(Appendable) - Method in interface org.shredzone.cilla.web.renderer.CommentRendererStrategy
Writes a form that is used for posting new comments.
CommentFormHandler - Interface in org.shredzone.cilla.web.comment
A service for handling comments related to a Commentable.
CommentFormHandlerImpl - Class in org.shredzone.cilla.web.comment
Default implementation of CommentFormHandler.
CommentFormHandlerImpl() - Constructor for class org.shredzone.cilla.web.comment.CommentFormHandlerImpl
 
commentFragment(Commentable, Boolean, Locale, FragmentContext, JspWriter) - Method in class org.shredzone.cilla.web.renderer.CommentFragmentRenderer
Renders a comment box.
CommentFragmentRenderer - Class in org.shredzone.cilla.web.renderer
A fragment for rendering Commentable.
CommentFragmentRenderer() - Constructor for class org.shredzone.cilla.web.renderer.CommentFragmentRenderer
 
CommentModel - Class in org.shredzone.cilla.web.comment
A flattened Comment to be used for displaying.
CommentModel() - Constructor for class org.shredzone.cilla.web.comment.CommentModel
 
CommentRendererStrategy - Interface in org.shredzone.cilla.web.renderer
A renderer strategy for rendering comments.
CommentRendererStrategyImpl - Class in org.shredzone.cilla.site.renderer
Renders a comment area with all comments and a form for submitting new comments.
CommentRendererStrategyImpl() - Constructor for class org.shredzone.cilla.site.renderer.CommentRendererStrategyImpl
 
commentsDisallowed(Appendable) - Method in class org.shredzone.cilla.web.renderer.AbstractCommentRendererStrategy
Writes a HTML section that states that there are no comments, and new comments are also not accepted.
commentsDisallowed(Appendable) - Method in interface org.shredzone.cilla.web.renderer.CommentRendererStrategy
Writes a HTML section that states that there are no comments, and new comments are also not accepted.
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
 
CommentThread - Class in org.shredzone.cilla.core.model
A thread of comments.
CommentThread() - Constructor for class org.shredzone.cilla.core.model.CommentThread
 
CommentThreadModel - Class in org.shredzone.cilla.web.comment
A comment thread.
CommentThreadModel() - Constructor for class org.shredzone.cilla.web.comment.CommentThreadModel
 
CommentThreadService - Interface in org.shredzone.cilla.web.comment
Service for fetching CommentThreadModel.
CommentThreadServiceImpl - Class in org.shredzone.cilla.web.comment
CommentThreadService implementation.
CommentThreadServiceImpl() - Constructor for class org.shredzone.cilla.web.comment.CommentThreadServiceImpl
 
CommentThreadTag - Class in org.shredzone.cilla.web.tag
CommentThreadTag() - Constructor for class org.shredzone.cilla.web.tag.CommentThreadTag
 
CommentWs - Interface in org.shredzone.cilla.ws.comment
Service for handling Comments.
CommentWsImpl - Class in org.shredzone.cilla.ws.impl
Implementation of CommentWs.
CommentWsImpl() - Constructor for class org.shredzone.cilla.ws.impl.CommentWsImpl
 
commit() - Method in class org.shredzone.cilla.admin.comment.CommentBean
Commits changes to the selected CommentDto.
commit() - Method in class org.shredzone.cilla.admin.EditableMapModel
Commits the position, writing it to the Geolocated.
commit() - Method in class org.shredzone.cilla.admin.header.HeaderBean
Commits the changes to the selected or newly created HeaderDto.
commit() - Method in class org.shredzone.cilla.admin.page.PageBean
Commits changes to the currently selected PageDto and returns to the page overview.
commit(CommentDto) - Method in interface org.shredzone.cilla.ws.comment.CommentWs
Commits a CommentDto.
commit(HeaderDto) - Method in interface org.shredzone.cilla.ws.header.HeaderWs
Commits a HeaderDto.
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
 
commit(PageDto) - Method in interface org.shredzone.cilla.ws.page.PageWs
Commits a PageDto.
commitTimeOverride() - Method in class org.shredzone.cilla.admin.page.gallery.GalleryBean
Commits the time override flag when the edit dialog is closed.
compare(T, T) - Method in class org.shredzone.cilla.web.plugin.manager.PriorityComparator
 
compareTo(Tag) - Method in class org.shredzone.cilla.core.model.Tag
 
compareTo(MetaTag) - Method in class org.shredzone.cilla.web.header.tag.MetaTag
 
complete(String) - Method in class org.shredzone.cilla.admin.page.gallery.PictureTagBean
Returns a proposal of existing tags matching the query.
complete(String) - Method in class org.shredzone.cilla.admin.page.PageTagBean
Returns a proposal of existing tags matching the query.
complete(String) - Method in class org.shredzone.cilla.admin.TimeZoneBean
Returns a list of proposals for the given query string.
computeNextPage(PaginatorModel, int) - Method in class org.shredzone.cilla.site.renderer.PaginatorStrategyImpl
 
computeNextPage(PaginatorModel, int) - Method in class org.shredzone.cilla.web.renderer.AbstractPaginatorRendererStrategy
Computes the next page number to be shown.
computeNextPage(PaginatorModel, int) - Method in interface org.shredzone.cilla.web.renderer.PaginatorRendererStrategy
Computes the next page number to be shown.
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
 
configure(Type, Properties, Dialect) - Method in class org.shredzone.cilla.core.hibernate.TableNameSequencePostgresDialect.TableNameSequenceGenerator
 
contains(MetaTag) - Method in class org.shredzone.cilla.web.header.DocumentHeader
Checks if the document header already contains a MetaTag with the same name.
context - Variable in class org.shredzone.cilla.web.renderer.AbstractCommentRendererStrategy
 
convert(DateRange) - Method in class org.shredzone.cilla.web.converter.DateRangeToString
 
convert(String) - Method in class org.shredzone.cilla.web.converter.StringToCategory
 
convert(String) - Method in class org.shredzone.cilla.web.converter.StringToDateRange
 
convert(String) - Method in class org.shredzone.cilla.web.converter.StringToGallerySection
 
convert(String) - Method in class org.shredzone.cilla.web.converter.StringToHeader
 
convert(String) - Method in class org.shredzone.cilla.web.converter.StringToPage
 
convert(String) - Method in class org.shredzone.cilla.web.converter.StringToPaginatorModel
 
convert(String) - Method in class org.shredzone.cilla.web.converter.StringToPicture
 
convert(String) - Method in class org.shredzone.cilla.web.converter.StringToTag
 
convert(String) - Method in class org.shredzone.cilla.web.converter.StringToTextSection
 
convert(String) - Method in class org.shredzone.cilla.web.converter.StringToUser
 
count(Query, Criteria) - Method in class org.shredzone.cilla.core.repository.impl.SearchDaoHibImpl
 
count(Query, Criteria) - Method in interface org.shredzone.cilla.core.repository.SearchDao
Counts the number of pages matching the query.
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 interface org.shredzone.cilla.ws.comment.CommentWs
Counts the number of all comments (also unpublished ones).
count() - Method in interface org.shredzone.cilla.ws.header.HeaderWs
Counts the number of all headers.
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
 
count() - Method in interface org.shredzone.cilla.ws.page.PageWs
Returns the number of all pages (including unpublished pages).
count() - Method in interface org.shredzone.cilla.ws.tag.TagWs
Counts all tags.
count() - Method in interface org.shredzone.cilla.ws.user.UserWs
Counts the number of all users.
countAll() - Method in interface org.shredzone.cilla.core.repository.BaseDao
Count all entities.
countAll() - Method in class org.shredzone.cilla.core.repository.impl.AuthorityDaoHibImpl
 
countAll() - Method in class org.shredzone.cilla.core.repository.impl.CategoryDaoHibImpl
 
countAll() - Method in class org.shredzone.cilla.core.repository.impl.CommentDaoHibImpl
 
countAll() - Method in class org.shredzone.cilla.core.repository.impl.HeaderDaoHibImpl
 
countAll() - Method in class org.shredzone.cilla.core.repository.impl.LanguageDaoHibImpl
 
countAll() - Method in class org.shredzone.cilla.core.repository.impl.MediumDaoHibImpl
 
countAll(Page) - Method in class org.shredzone.cilla.core.repository.impl.MediumDaoHibImpl
 
countAll() - Method in class org.shredzone.cilla.core.repository.impl.PageDaoHibImpl
 
countAll() - Method in class org.shredzone.cilla.core.repository.impl.PictureDaoHibImpl
 
countAll() - Method in class org.shredzone.cilla.core.repository.impl.RoleDaoHibImpl
 
countAll() - Method in class org.shredzone.cilla.core.repository.impl.SectionDaoHibImpl
 
countAll() - Method in class org.shredzone.cilla.core.repository.impl.SettingDaoHibImpl
 
countAll() - Method in class org.shredzone.cilla.core.repository.impl.StoreDaoHibImpl
 
countAll() - Method in class org.shredzone.cilla.core.repository.impl.TagDaoHibImpl
 
countAll() - Method in class org.shredzone.cilla.core.repository.impl.UserDaoHibImpl
 
countAll(Page) - Method in interface org.shredzone.cilla.core.repository.MediumDao
Counts all Medium belonging to a Page.
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.
createContext(PageContext) - Method in interface org.shredzone.cilla.web.fragment.FragmentService
Creates a new FragmentContext.
createContext(PageContext) - Method in class org.shredzone.cilla.web.fragment.FragmentServiceImpl
 
createCriteria(SearchResultImpl) - Method in class org.shredzone.cilla.service.search.strategy.AbstractSearchStrategy
Creates a Criteria object for the filter given in the SearchResultImpl.
createEmptyStreamedContent() - Method in class org.shredzone.cilla.admin.AbstractImageBean
Creates an empty StreamedContent.
createExifAnalyzer(DataSource) - Method in class org.shredzone.cilla.service.resource.ImageTools
Creates an ExifAnalyzer that analyzes the given DataSource.
createForHeader(long) - Method in interface org.shredzone.cilla.ws.comment.CommentWs
Creates a new CommentDto for the given header.
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 interface org.shredzone.cilla.ws.comment.CommentWs
Creates a new CommentDto for the given page.
createForPage(long) - Method in class org.shredzone.cilla.ws.impl.CommentWsImpl
 
createForPicture(long) - Method in interface org.shredzone.cilla.ws.comment.CommentWs
Creates a new CommentDto for the given picture.
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
 
createImageProcessing(String) - Method in class org.shredzone.cilla.site.ipptype.ThumbImagePostProcessFactory
 
createImageProcessing(String) - Method in interface org.shredzone.cilla.web.plugin.ImageProcessingFactory
Creates an ImageProcessing object by a type name.
createImageProcessing(String) - Method in class org.shredzone.cilla.web.plugin.manager.ImageProcessingManager
Creates an ImageProcessing of the given type.
createLanguageList() - Method in class org.shredzone.cilla.admin.ListBean
Returns a list of available languages.
createMapModel(Geolocated) - Method in class org.shredzone.cilla.admin.MapModelFactory
Creates an EditableMapModel for the given Geolocated object.
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 interface org.shredzone.cilla.ws.category.CategoryWs
Creates a new CategoryDto.
createNew() - Method in interface org.shredzone.cilla.ws.header.HeaderWs
Creates a new HeaderDto.
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
 
createNew() - Method in interface org.shredzone.cilla.ws.page.PageWs
Creates a new, empty PageDto.
createNew() - Method in interface org.shredzone.cilla.ws.user.UserWs
Creates a new UserDto.
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
 
createNewMedium() - Method in interface org.shredzone.cilla.ws.page.PageWs
Creates a new MediumDto.
createNewPicture() - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
 
createNewPicture() - Method in interface org.shredzone.cilla.ws.page.PageWs
Creates a new PictureDto.
createNewSection(String) - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
 
createNewSection(String) - Method in interface org.shredzone.cilla.ws.page.PageWs
Creates a new section of the given type.
createOrUpdate(String, String) - Method in class org.shredzone.cilla.core.repository.impl.SettingDaoHibImpl
 
createOrUpdate(String, String) - Method in interface org.shredzone.cilla.core.repository.SettingDao
Creates a new setting entry with the given key and value.
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.
createStreamedContent(DataHandler) - Method in class org.shredzone.cilla.admin.AbstractImageBean
Creates a StreamedContent for the given DataHandler.
createStreamedContent(DataHandler, ImageProcessing) - Method in class org.shredzone.cilla.admin.AbstractImageBean
Creates a StreamedContent for the given DataHandler, with the image having the given width and height.
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.
createTextFormatList() - Method in class org.shredzone.cilla.admin.ListBean
Returns a list of available text format types.
createTimeDefinitionList() - Method in class org.shredzone.cilla.admin.ListBean
Returns a list of available time precisions.
createUser(UserDetails) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
 
createUserList() - Method in class org.shredzone.cilla.admin.ListBean
Returns a list of available users.
criteria() - Method in interface org.shredzone.cilla.core.repository.BaseDao
Creates a Criteria object that will result entities of this type.
criteria() - Method in class org.shredzone.cilla.core.repository.impl.AuthorityDaoHibImpl
 
criteria() - Method in class org.shredzone.cilla.core.repository.impl.CategoryDaoHibImpl
 
criteria() - Method in class org.shredzone.cilla.core.repository.impl.CommentDaoHibImpl
 
criteria() - Method in class org.shredzone.cilla.core.repository.impl.HeaderDaoHibImpl
 
criteria() - Method in class org.shredzone.cilla.core.repository.impl.LanguageDaoHibImpl
 
criteria() - Method in class org.shredzone.cilla.core.repository.impl.MediumDaoHibImpl
 
criteria() - Method in class org.shredzone.cilla.core.repository.impl.PageDaoHibImpl
 
criteria() - Method in class org.shredzone.cilla.core.repository.impl.PictureDaoHibImpl
 
criteria() - Method in class org.shredzone.cilla.core.repository.impl.RoleDaoHibImpl
 
criteria() - Method in class org.shredzone.cilla.core.repository.impl.SectionDaoHibImpl
 
criteria(Class<? extends Section>) - Method in class org.shredzone.cilla.core.repository.impl.SectionDaoHibImpl
 
criteria() - Method in class org.shredzone.cilla.core.repository.impl.SettingDaoHibImpl
 
criteria() - Method in class org.shredzone.cilla.core.repository.impl.StoreDaoHibImpl
 
criteria() - Method in class org.shredzone.cilla.core.repository.impl.TagDaoHibImpl
 
criteria() - Method in class org.shredzone.cilla.core.repository.impl.UserDaoHibImpl
 
criteria(Class<? extends Section>) - Method in interface org.shredzone.cilla.core.repository.SectionDao
Creates a Criteria object that will result entities of the given type.
CssLinkTag - Class in org.shredzone.cilla.web.header.tag
A link to a CSS resource.
CssLinkTag(String) - Constructor for class org.shredzone.cilla.web.header.tag.CssLinkTag
Creates a new CssLinkTag.
CssLinkTag(String, String) - Constructor for class org.shredzone.cilla.web.header.tag.CssLinkTag
Creates a new CssLinkTag.
CssTag - Class in org.shredzone.cilla.web.header.tag
A css tag containing style format rules.
CssTag() - Constructor for class org.shredzone.cilla.web.header.tag.CssTag
Creates a CssTag.
CssTag(String) - Constructor for class org.shredzone.cilla.web.header.tag.CssTag
Creates a CssTag.

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.
DateRangeToString - Class in org.shredzone.cilla.web.converter
Converts a DateRange to a String.
DateRangeToString() - Constructor for class org.shredzone.cilla.web.converter.DateRangeToString
 
DateUtils - Class in org.shredzone.cilla.core.util
Utility class for date handling.
DefaultSearchResultRenderer - Class in org.shredzone.cilla.site.renderer
Renders a search result.
DefaultSearchResultRenderer() - Constructor for class org.shredzone.cilla.site.renderer.DefaultSearchResultRenderer
 
delete() - Method in class org.shredzone.cilla.admin.comment.CommentBean
Deletes the selected CommentDto.
delete() - Method in class org.shredzone.cilla.admin.header.HeaderBean
Deletes the selected HeaderDto.
delete() - Method in class org.shredzone.cilla.admin.page.media.PageMediaBean
Deletes all currently selected MediumDto.
delete() - Method in class org.shredzone.cilla.admin.page.PageBean
Deletes the currently selected PageDto.
delete() - Method in class org.shredzone.cilla.core.datasource.FileResourceDataSource
 
delete() - Method in interface org.shredzone.cilla.core.datasource.ResourceDataSource
Tries to delete the resource at the store.
delete(T) - Method in interface org.shredzone.cilla.core.repository.BaseDao
Deletes an entity.
delete(T) - Method in class org.shredzone.cilla.core.repository.impl.BaseDaoHibImpl
 
delete() - Method in class org.shredzone.cilla.service.resource.ByteArrayResourceDataSource
Tries to delete the resource at the store.
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 interface org.shredzone.cilla.ws.comment.CommentWs
Deletes a Comment by its ID.
delete(long) - Method in interface org.shredzone.cilla.ws.header.HeaderWs
Deletes a Header by its ID.
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
 
delete(long) - Method in interface org.shredzone.cilla.ws.page.PageWs
Deletes a Page by its ID.
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.
DocumentHeader - Class in org.shredzone.cilla.web.header
Collects tags for the HTML document header.
DocumentHeader() - Constructor for class org.shredzone.cilla.web.header.DocumentHeader
 
DocumentHeaderManager - Class in org.shredzone.cilla.web.header
Manages DocumentHeader instances.
DocumentHeaderManager() - Constructor for class org.shredzone.cilla.web.header.DocumentHeaderManager
 
DocumentHeaderObserver - Interface in org.shredzone.cilla.web.header
Beans implementing this interface are notified when a new DocumentHeader instance was created.
doEndTag() - Method in class org.shredzone.cilla.web.tag.CaptureTag
 
doEndTag() - Method in class org.shredzone.cilla.web.tag.CommentThreadTag
 
doEndTag() - Method in class org.shredzone.cilla.web.tag.FeedTag
 
doEndTag() - Method in class org.shredzone.cilla.web.tag.FormatTag
 
doEndTag() - Method in class org.shredzone.cilla.web.tag.ImageTag
 
doEndTag() - Method in class org.shredzone.cilla.web.tag.LinkTag
 
doEndTag() - Method in class org.shredzone.cilla.web.tag.MapInitTag
 
doEndTag() - Method in class org.shredzone.cilla.web.tag.MapMarkerTag
 
doEndTag() - Method in class org.shredzone.cilla.web.tag.MapTag
 
doEndTag() - Method in class org.shredzone.cilla.web.tag.MetaTag
 
doEndTag() - Method in class org.shredzone.cilla.web.tag.ParamTag
 
doEndTag() - Method in class org.shredzone.cilla.web.tag.RenderTag
 
doStartTag() - Method in class org.shredzone.cilla.web.tag.CaptureTag
 
doStartTag() - Method in class org.shredzone.cilla.web.tag.CommentThreadTag
 
doStartTag() - Method in class org.shredzone.cilla.web.tag.IfBrowserTag
 
doStartTag() - Method in class org.shredzone.cilla.web.tag.ImageTag
 
doStartTag() - Method in class org.shredzone.cilla.web.tag.LinkTag
 
doStartTag() - Method in class org.shredzone.cilla.web.tag.MapMarkerTag
 
doStartTag() - Method in class org.shredzone.cilla.web.tag.MapTag
 
doStartTag() - Method in class org.shredzone.cilla.web.tag.MetaTag
 
doStartTag() - Method in class org.shredzone.cilla.web.tag.ParamTag
 
doStartTag() - Method in class org.shredzone.cilla.web.tag.RenderTag
 

E

edit() - Method in class org.shredzone.cilla.admin.comment.CommentBean
Edits the selected CommentDto.
edit() - Method in class org.shredzone.cilla.admin.header.HeaderBean
Edits the selected HeaderDto.
edit() - Method in class org.shredzone.cilla.admin.page.PageBean
Edits the currently selected PageDto.
edit() - Method in class org.shredzone.cilla.admin.role.RoleBean
 
EditableMapModel - Class in org.shredzone.cilla.admin
A model providing a map where a position can be marked upon.
EditableMapModel(MapModelFactory, Geolocated) - Constructor for class org.shredzone.cilla.admin.EditableMapModel
Creates a new EditableMapModel.
equals(Object) - Method in class org.shredzone.cilla.core.model.BaseModel
Compares two model entities.
equals(Object) - Method in class org.shredzone.cilla.service.search.DateRange
Compares two date ranges.
equals(Object) - Method in class org.shredzone.cilla.web.header.tag.MetaTag
 
equals(Object) - Method in class org.shredzone.cilla.ws.BaseDto
Checks if two DTOs are equal.
Event<T> - Class in org.shredzone.cilla.core.event
Contains a single event.
Event(EventType, T) - Constructor for class org.shredzone.cilla.core.event.Event
Instantiates a new event.
EventInvoker - Class in org.shredzone.cilla.core.event
Tracks the event handler's bean and method, and invokes the handler method.
EventInvoker() - Constructor for class org.shredzone.cilla.core.event.EventInvoker
 
EventListener - Annotation Type in org.shredzone.cilla.core.event.annotation
This annotation marks a Spring bean that is listening to system events.
EventService - Interface in org.shredzone.cilla.core.event
Offers services for event handling and processing.
EventServiceImpl - Class in org.shredzone.cilla.core.event
Implementation of EventService.
EventServiceImpl() - Constructor for class org.shredzone.cilla.core.event.EventServiceImpl
 
EventType - Enum in org.shredzone.cilla.core.event
Enumeration of all available event types.
evict(Commentable) - Method in interface org.shredzone.cilla.web.comment.CommentThreadService
Purges all cached information about the Commentable.
evict(Commentable) - Method in class org.shredzone.cilla.web.comment.CommentThreadServiceImpl
 
ExifAnalyzer - Class in org.shredzone.cilla.service.resource
Analyzes the EXIF and GPS information of a JPEG image.
ExifData - Class in org.shredzone.cilla.core.model.embed
Contains exif data of a picture.
ExifData() - Constructor for class org.shredzone.cilla.core.model.embed.ExifData
 
external() - Method in class org.shredzone.cilla.service.link.LinkBuilder
Creates an absolute link with a default base URL.
ExternalLinkTypeMatcher - Class in org.shredzone.cilla.site.linktype
A LinkTypeMatcher that checks if the link contains a scheme (so it is absolute).
ExternalLinkTypeMatcher() - Constructor for class org.shredzone.cilla.site.linktype.ExternalLinkTypeMatcher
 

F

feedAuthorView(User, String, HttpServletRequest, HttpServletResponse, ViewContext) - Method in class org.shredzone.cilla.view.FeedView
A feed for a single author.
feedCategoryView(Category, String, HttpServletRequest, HttpServletResponse, ViewContext) - Method in class org.shredzone.cilla.view.FeedView
A feed for a single category.
feedListView(String, HttpServletRequest, HttpServletResponse, ViewContext) - Method in class org.shredzone.cilla.view.FeedView
A feed for all pages.
FeedTag - Class in org.shredzone.cilla.web.tag
Creates a link to a feed.
FeedTag() - Constructor for class org.shredzone.cilla.web.tag.FeedTag
 
feedTagView(Tag, String, HttpServletRequest, HttpServletResponse, ViewContext) - Method in class org.shredzone.cilla.view.FeedView
A feed for a single tag.
FeedType - Enum in org.shredzone.cilla.web
Enumeration of available feed types.
FeedView - Class in org.shredzone.cilla.view
Views for generating atom and rss feeds for categories, tags and users.
FeedView() - Constructor for class org.shredzone.cilla.view.FeedView
 
fetch(long) - Method in interface org.shredzone.cilla.core.repository.BaseDao
Fetches the entity with the given ID.
fetch(long) - Method in class org.shredzone.cilla.core.repository.impl.AuthorityDaoHibImpl
 
fetch(long) - Method in class org.shredzone.cilla.core.repository.impl.CategoryDaoHibImpl
 
fetch(long) - Method in class org.shredzone.cilla.core.repository.impl.CommentDaoHibImpl
 
fetch(long) - Method in class org.shredzone.cilla.core.repository.impl.HeaderDaoHibImpl
 
fetch(long) - Method in class org.shredzone.cilla.core.repository.impl.LanguageDaoHibImpl
 
fetch(long) - Method in class org.shredzone.cilla.core.repository.impl.MediumDaoHibImpl
 
fetch(long) - Method in class org.shredzone.cilla.core.repository.impl.PageDaoHibImpl
 
fetch(long) - Method in class org.shredzone.cilla.core.repository.impl.PictureDaoHibImpl
 
fetch(long) - Method in class org.shredzone.cilla.core.repository.impl.RoleDaoHibImpl
 
fetch(Query, Criteria) - Method in class org.shredzone.cilla.core.repository.impl.SearchDaoHibImpl
 
fetch(long) - Method in class org.shredzone.cilla.core.repository.impl.SectionDaoHibImpl
 
fetch(long) - Method in class org.shredzone.cilla.core.repository.impl.SettingDaoHibImpl
 
fetch(long) - Method in class org.shredzone.cilla.core.repository.impl.StoreDaoHibImpl
 
fetch(long) - Method in class org.shredzone.cilla.core.repository.impl.TagDaoHibImpl
 
fetch(long) - Method in class org.shredzone.cilla.core.repository.impl.UserDaoHibImpl
 
fetch(Query, Criteria) - Method in interface org.shredzone.cilla.core.repository.SearchDao
Fetches all pages matching the query.
fetch(long) - Method in interface org.shredzone.cilla.ws.category.CategoryWs
Fetches a CategoryDto by its ID.
fetch(long) - Method in interface org.shredzone.cilla.ws.comment.CommentWs
Fetches a CommentDto by its ID.
fetch(long) - Method in interface org.shredzone.cilla.ws.header.HeaderWs
Fetches a HeaderDto by its ID.
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
 
fetch(long) - Method in interface org.shredzone.cilla.ws.page.PageWs
Fetches a PageDto by its ID.
fetch(long) - Method in interface org.shredzone.cilla.ws.user.UserWs
Fetches a UserDto by its ID.
fetchAll() - Method in interface org.shredzone.cilla.core.repository.BaseDao
Fetches all entities.
fetchAll() - Method in class org.shredzone.cilla.core.repository.impl.AuthorityDaoHibImpl
 
fetchAll() - Method in class org.shredzone.cilla.core.repository.impl.CategoryDaoHibImpl
 
fetchAll() - Method in class org.shredzone.cilla.core.repository.impl.CommentDaoHibImpl
 
fetchAll() - Method in class org.shredzone.cilla.core.repository.impl.HeaderDaoHibImpl
 
fetchAll() - Method in class org.shredzone.cilla.core.repository.impl.LanguageDaoHibImpl
 
fetchAll() - Method in class org.shredzone.cilla.core.repository.impl.MediumDaoHibImpl
 
fetchAll(Page) - Method in class org.shredzone.cilla.core.repository.impl.MediumDaoHibImpl
 
fetchAll() - Method in class org.shredzone.cilla.core.repository.impl.PageDaoHibImpl
 
fetchAll() - Method in class org.shredzone.cilla.core.repository.impl.PictureDaoHibImpl
 
fetchAll() - Method in class org.shredzone.cilla.core.repository.impl.RoleDaoHibImpl
 
fetchAll() - Method in class org.shredzone.cilla.core.repository.impl.SectionDaoHibImpl
 
fetchAll() - Method in class org.shredzone.cilla.core.repository.impl.SettingDaoHibImpl
 
fetchAll() - Method in class org.shredzone.cilla.core.repository.impl.StoreDaoHibImpl
 
fetchAll() - Method in class org.shredzone.cilla.core.repository.impl.TagDaoHibImpl
 
fetchAll() - Method in class org.shredzone.cilla.core.repository.impl.UserDaoHibImpl
 
fetchAll(Page) - Method in interface org.shredzone.cilla.core.repository.MediumDao
Fetches all Medium belonging to a Page.
fetchAllPublic() - Method in class org.shredzone.cilla.core.repository.impl.PageDaoHibImpl
 
fetchAllPublic() - Method in interface org.shredzone.cilla.core.repository.PageDao
Fetches all public Page.
fetchAllSubjects() - Method in class org.shredzone.cilla.core.repository.impl.PageDaoHibImpl
 
fetchAllSubjects() - Method in interface org.shredzone.cilla.core.repository.PageDao
Fetches a list of all subject strings that are currently used.
fetchAllWithAuthority(String) - Method in class org.shredzone.cilla.core.repository.impl.UserDaoHibImpl
 
fetchAllWithAuthority(String) - Method in interface org.shredzone.cilla.core.repository.UserDao
Fetches all users with the given authority.
fetchAllWithRole(Role) - Method in class org.shredzone.cilla.core.repository.impl.UserDaoHibImpl
 
fetchAllWithRole(Role) - Method in interface org.shredzone.cilla.core.repository.UserDao
Fetches all users with the given role.
fetchAs(long, Class<T>) - Method in class org.shredzone.cilla.core.repository.impl.SectionDaoHibImpl
 
fetchAs(long, Class<T>) - Method in interface org.shredzone.cilla.core.repository.SectionDao
Fetches a Section with the given type.
fetchBadPublishState() - Method in class org.shredzone.cilla.core.repository.impl.PageDaoHibImpl
 
fetchBadPublishState() - Method in interface org.shredzone.cilla.core.repository.PageDao
Fetches all pages where the publishstate flag does not correspond with the actual publish state.
fetchByKey(String) - Method in class org.shredzone.cilla.core.repository.impl.SettingDaoHibImpl
 
fetchByKey(String) - Method in interface org.shredzone.cilla.core.repository.SettingDao
Fetches a setting by its key.
fetchByLogin(String) - Method in class org.shredzone.cilla.core.repository.impl.UserDaoHibImpl
 
fetchByLogin(String) - Method in interface org.shredzone.cilla.core.repository.UserDao
Fetches a User by the given login.
fetchByLogin(String) - Method in class org.shredzone.cilla.ws.impl.UserWsImpl
 
fetchByLogin(String) - Method in interface org.shredzone.cilla.ws.user.UserWs
Fetches a UserDto by its login name.
fetchByName(String) - Method in interface org.shredzone.cilla.core.repository.AuthorityDao
Fetches an Authority by its name.
fetchByName(String) - Method in interface org.shredzone.cilla.core.repository.HeaderDao
Fetches a header by its name.
fetchByName(String) - Method in class org.shredzone.cilla.core.repository.impl.AuthorityDaoHibImpl
 
fetchByName(String) - Method in class org.shredzone.cilla.core.repository.impl.HeaderDaoHibImpl
 
fetchByName(Page, String) - Method in class org.shredzone.cilla.core.repository.impl.MediumDaoHibImpl
 
fetchByName(String) - Method in class org.shredzone.cilla.core.repository.impl.PageDaoHibImpl
 
fetchByName(String) - Method in class org.shredzone.cilla.core.repository.impl.RoleDaoHibImpl
 
fetchByName(String) - Method in class org.shredzone.cilla.core.repository.impl.TagDaoHibImpl
 
fetchByName(Page, String) - Method in interface org.shredzone.cilla.core.repository.MediumDao
Fetches a Medium entity by its bucket name and name.
fetchByName(String) - Method in interface org.shredzone.cilla.core.repository.PageDao
Fetches a Page by its name.
fetchByName(String) - Method in interface org.shredzone.cilla.core.repository.RoleDao
Fetches a Role by its name.
fetchByName(String) - Method in interface org.shredzone.cilla.core.repository.TagDao
Finds a tag by its name.
fetchByNames(Collection<String>) - Method in interface org.shredzone.cilla.core.repository.AuthorityDao
Fetches a bulk of Authority by their name.
fetchByNames(Collection<String>) - Method in class org.shredzone.cilla.core.repository.impl.AuthorityDaoHibImpl
 
fetchCategoryTree(Category) - Method in interface org.shredzone.cilla.core.repository.CategoryDao
Fetches the root Category and all its children Category.
fetchCategoryTree(Category) - Method in class org.shredzone.cilla.core.repository.impl.CategoryDaoHibImpl
 
fetchCommentable(CommentThread) - Method in interface org.shredzone.cilla.core.repository.CommentDao
Fetches the entry that uses the given CommentThread.
fetchCommentable(CommentThread) - Method in class org.shredzone.cilla.core.repository.impl.CommentDaoHibImpl
 
fetchEnabled() - Method in interface org.shredzone.cilla.core.repository.HeaderDao
Fetches all enabled headers.
fetchEnabled() - Method in class org.shredzone.cilla.core.repository.impl.HeaderDaoHibImpl
 
fetchForLocale(Locale) - Method in class org.shredzone.cilla.core.repository.impl.LanguageDaoHibImpl
 
fetchForLocale(Locale) - Method in interface org.shredzone.cilla.core.repository.LanguageDao
Fetches a Language for the given Locale.
fetchHavingProperty(String, String) - Method in class org.shredzone.cilla.core.repository.impl.PageDaoHibImpl
 
fetchHavingProperty(String, String) - Method in interface org.shredzone.cilla.core.repository.PageDao
Fetches all pages having the property with the key set to the given value.
fetchMinMaxModification() - Method in class org.shredzone.cilla.core.repository.impl.PageDaoHibImpl
 
fetchMinMaxModification() - Method in interface org.shredzone.cilla.core.repository.PageDao
Fetches the minimum and maximum modification date of all published pages.
fetchNextPage(Page) - Method in class org.shredzone.cilla.core.repository.impl.PageDaoHibImpl
 
fetchNextPage(Page) - Method in interface org.shredzone.cilla.core.repository.PageDao
Fetches the next published page to the given page.
fetchOrCreate(String) - Method in class org.shredzone.cilla.core.repository.impl.TagDaoHibImpl
 
fetchOrCreate(String) - Method in interface org.shredzone.cilla.core.repository.TagDao
Finds a tag by its name, or creates a new tag if there is none.
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.
fetchPreviousPage(Page) - Method in class org.shredzone.cilla.core.repository.impl.PageDaoHibImpl
 
fetchPreviousPage(Page) - Method in interface org.shredzone.cilla.core.repository.PageDao
Fetches the previous published page to the given page.
fetchPrevNextMonth(Calendar) - Method in class org.shredzone.cilla.core.repository.impl.PageDaoHibImpl
 
fetchPrevNextMonth(Calendar) - Method in interface org.shredzone.cilla.core.repository.PageDao
Fetches the Date of the last Page in the previous month and the first Page in the next month of the given Date.
fetchRandomHeader() - Method in interface org.shredzone.cilla.core.repository.HeaderDao
Fetches a random single Header out of all enabled headers.
fetchRandomHeader() - Method in class org.shredzone.cilla.core.repository.impl.HeaderDaoHibImpl
 
fetchReplies(Comment) - Method in interface org.shredzone.cilla.core.repository.CommentDao
Fetches all direct replies on the given Comment, even unpublished ones.
fetchReplies(Comment) - Method in class org.shredzone.cilla.core.repository.impl.CommentDaoHibImpl
 
fetchRootCategories() - Method in interface org.shredzone.cilla.core.repository.CategoryDao
Fetches only the root Category elements, sorted by their sequence.
fetchRootCategories() - Method in class org.shredzone.cilla.core.repository.impl.CategoryDaoHibImpl
 
fetchRootCategoriesOfPage(Page) - Method in interface org.shredzone.cilla.core.repository.CategoryDao
Fetches the root Category elements of all categories the page belongs to.
fetchRootCategoriesOfPage(Page) - Method in class org.shredzone.cilla.core.repository.impl.CategoryDaoHibImpl
 
fetchRootCategory(Category) - Method in interface org.shredzone.cilla.core.repository.CategoryDao
Fetches the root Category of the given Category.
fetchRootCategory(Category) - Method in class org.shredzone.cilla.core.repository.impl.CategoryDaoHibImpl
 
fetchSameSubject(Page) - Method in class org.shredzone.cilla.core.repository.impl.PageDaoHibImpl
 
fetchSameSubject(Page) - Method in interface org.shredzone.cilla.core.repository.PageDao
Fetches all pages that cover the same subject as the given page.
FileResourceDataSource - Class in org.shredzone.cilla.core.datasource
ResourceDataSource implementation that stores the resource in a file system.
FileResourceDataSource(Store, File) - Constructor for class org.shredzone.cilla.core.datasource.FileResourceDataSource
Creates a new FileResourceDataSource.
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
 
fireEvent(Event<?>) - Method in interface org.shredzone.cilla.core.event.EventService
Fires an event.
fireEvent(Event<?>) - Method in class org.shredzone.cilla.core.event.EventServiceImpl
 
format(FormattedText) - Static method in class org.shredzone.cilla.core.search.PlainTextFormatter
Formats the given FormattedText.
format(CharSequence, TextFormat) - Static method in class org.shredzone.cilla.core.search.PlainTextFormatter
Formats the given formatted text
format(FormattedText) - Method in interface org.shredzone.cilla.web.format.TextFormatter
Formats the given FormattedText.
format(FormattedText, Supplier<LinkBuilder>) - Method in interface org.shredzone.cilla.web.format.TextFormatter
Formats the given FormattedText.
format(CharSequence, TextFormat) - Method in interface org.shredzone.cilla.web.format.TextFormatter
Formats the given CharSequence.
format(CharSequence, TextFormat, Supplier<LinkBuilder>) - Method in interface org.shredzone.cilla.web.format.TextFormatter
Formats the given CharSequence.
format(FormattedText) - Method in class org.shredzone.cilla.web.format.TextFormatterImpl
 
format(FormattedText, Supplier<LinkBuilder>) - Method in class org.shredzone.cilla.web.format.TextFormatterImpl
 
format(CharSequence, TextFormat) - Method in class org.shredzone.cilla.web.format.TextFormatterImpl
 
format(CharSequence, TextFormat, Supplier<LinkBuilder>) - Method in class org.shredzone.cilla.web.format.TextFormatterImpl
 
FormatTag - Class in org.shredzone.cilla.web.tag
Formats a text.
FormatTag() - Constructor for class org.shredzone.cilla.web.tag.FormatTag
 
FormattedText - Class in org.shredzone.cilla.core.model.embed
A text and its formatting mode.
FormattedText() - Constructor for class org.shredzone.cilla.core.model.embed.FormattedText
Instantiates an empty formatted text.
FormattedText(String, TextFormat) - Constructor for class org.shredzone.cilla.core.model.embed.FormattedText
Instantiates a new formatted text.
formatting(TextFormat) - Static method in class org.shredzone.cilla.core.search.PlainTextFormatter
Returns a Function that converts the input CharSequence to a plaintext output CharSequence.
Fragment - Annotation Type in org.shredzone.cilla.web.fragment.annotation
Annotates a method that generates the fragment's HTML.
FragmentContext - Class in org.shredzone.cilla.web.fragment.manager
An EvaluationContext for FragmentValue annotated parameters.
FragmentContext() - Constructor for class org.shredzone.cilla.web.fragment.manager.FragmentContext
 
FragmentInvoker - Class in org.shredzone.cilla.web.fragment.manager
Invokes a fragment renderer.
FragmentInvoker(Object, Method, String, ConversionService) - Constructor for class org.shredzone.cilla.web.fragment.manager.FragmentInvoker
Creates a new FragmentInvoker.
FragmentItem - Annotation Type in org.shredzone.cilla.web.fragment.annotation
Annotates the parameter where the root item of the context is expected.
FragmentManager - Class in org.shredzone.cilla.web.fragment.manager
Manages all FragmentRenderer.
FragmentManager() - Constructor for class org.shredzone.cilla.web.fragment.manager.FragmentManager
 
FragmentRenderer - Annotation Type in org.shredzone.cilla.web.fragment.annotation
Annotates a class that contains Fragment annotated methods.
FragmentService - Interface in org.shredzone.cilla.web.fragment
A service that renders HTML fragments.
FragmentServiceImpl - Class in org.shredzone.cilla.web.fragment
Default implementation of FragmentService.
FragmentServiceImpl() - Constructor for class org.shredzone.cilla.web.fragment.FragmentServiceImpl
 
FragmentValue - Annotation Type in org.shredzone.cilla.web.fragment.annotation
Annotation for parameters of the Fragment annotated method.
Framed - Annotation Type in org.shredzone.cilla.view.annotation
This annotation marks a view that uses a standard frame.
FramedViewInterceptor - Class in org.shredzone.cilla.view.interceptor
Interceptor that prepares Framed annotated views.
FramedViewInterceptor() - Constructor for class org.shredzone.cilla.view.interceptor.FramedViewInterceptor
 

G

GalleryBean - Class in org.shredzone.cilla.admin.page.gallery
Bean for editing a gallery section of the current page.
GalleryBean() - Constructor for class org.shredzone.cilla.admin.page.gallery.GalleryBean
 
GalleryGridBean - Class in org.shredzone.cilla.admin.page.gallery
Bean for editing within the gallery grid of a gallery section.
GalleryGridBean() - Constructor for class org.shredzone.cilla.admin.page.gallery.GalleryGridBean
 
GalleryImageBean - Class in org.shredzone.cilla.admin.page.gallery
Provides gallery images.
GalleryImageBean() - Constructor for class org.shredzone.cilla.admin.page.gallery.GalleryImageBean
 
galleryIndexFragment(GallerySection, FragmentContext) - Method in class org.shredzone.cilla.site.renderer.GalleryIndexFragmentRenderer
 
GalleryIndexFragmentRenderer - Class in org.shredzone.cilla.site.renderer
Renders the picture index of a gallery.
GalleryIndexFragmentRenderer() - Constructor for class org.shredzone.cilla.site.renderer.GalleryIndexFragmentRenderer
 
galleryMapView(GallerySection, Picture, HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.GalleryView
Shows a map of the location the picture was taken.
galleryPictureView(GallerySection, Picture, String, HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.GalleryView
Shows a single picture of a gallery.
GallerySection - Class in org.shredzone.cilla.core.model
A section containing a gallery.
GallerySection() - Constructor for class org.shredzone.cilla.core.model.GallerySection
 
GallerySectionAssembler - Class in org.shredzone.cilla.ws.assembler
GallerySectionAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.GallerySectionAssembler
 
GallerySectionDto - Class in org.shredzone.cilla.ws.page
A Gallery Section.
GallerySectionDto() - Constructor for class org.shredzone.cilla.ws.page.GallerySectionDto
 
galleryShortFragment(GallerySection, FragmentContext) - Method in class org.shredzone.cilla.site.renderer.GalleryIndexFragmentRenderer
 
GalleryView - Class in org.shredzone.cilla.view
Views for showing the standalone parts of the gallery section.
GalleryView() - Constructor for class org.shredzone.cilla.view.GalleryView
 
generator - Variable in class org.shredzone.cilla.site.renderer.CalendarRenderStrategyImpl
 
GenericViewInterceptor - Class in org.shredzone.cilla.view.interceptor
A generic view interceptor that sets common headers and attributes.
GenericViewInterceptor() - Constructor for class org.shredzone.cilla.view.interceptor.GenericViewInterceptor
 
Geolocated - Interface in org.shredzone.cilla.ws
Implemented by DTOs that offer a geolocation.
Geolocation - Class in org.shredzone.cilla.core.model.embed
A location somewhere on our blue planet.
Geolocation() - Constructor for class org.shredzone.cilla.core.model.embed.Geolocation
 
get(String, ObjectFactory<?>) - Method in class org.shredzone.cilla.admin.spring.ViewScope
 
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
 
getAltitude() - Method in class org.shredzone.cilla.core.model.embed.Geolocation
Altitude above sea level.
getAltitude() - Method in interface org.shredzone.cilla.ws.Geolocated
 
getAltitude() - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
getAltitude() - Method in class org.shredzone.cilla.ws.page.PictureDto
 
getAperture() - Method in class org.shredzone.cilla.core.model.embed.ExifData
Aperture.
getAperture() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
Gets the Aperture in F-Stops of the photo taken.
getAsObject(FacesContext, UIComponent, String) - Method in class org.shredzone.cilla.admin.CategoryConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.shredzone.cilla.admin.TimeZoneBean
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.shredzone.cilla.admin.CategoryConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.shredzone.cilla.admin.TimeZoneBean
 
getAttribute(String) - Method in class org.shredzone.cilla.web.fragment.manager.FragmentContext
Gets an attribute.
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.
getAuthenticatedUser() - Method in interface org.shredzone.cilla.ws.client.RemoteLoginService
Returns details about the currently logged in user.
getAuthenticatedUser() - Method in class org.shredzone.cilla.ws.client.RemoteLoginServiceImpl
 
getAuthor() - Method in class org.shredzone.cilla.service.link.CillaPathContext
getAuthorities() - Method in class org.shredzone.cilla.core.model.Role
Authorities of this role.
getAuthorities() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
 
getAuthorities() - Method in class org.shredzone.cilla.ws.client.RemoteUserDetails
 
getBackgroundColor() - Method in class org.shredzone.cilla.web.map.MapModel
The background color.
getBean() - Method in class org.shredzone.cilla.core.event.EventInvoker
Event handler bean.
getBean() - Method in class org.shredzone.cilla.web.fragment.manager.FragmentInvoker
The Spring bean that was annotated with FragmentRenderer.
getCalendar() - Method in class org.shredzone.cilla.service.search.DateRange
Gets a Calendar representation of the date range.
getCalendarGenerator() - Method in class org.shredzone.cilla.web.renderer.CalendarFragmentRenderer
Gets a new CalendarGenerator.
getCalendarRenderStrategy() - Method in class org.shredzone.cilla.web.renderer.CalendarFragmentRenderer
getCameraModel() - Method in class org.shredzone.cilla.core.model.embed.ExifData
Camera brand and make.
getCameraModel() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
Gets the Camera Model.
getCaption() - Method in class org.shredzone.cilla.core.model.Category
Category caption text, optional.
getCaption() - Method in class org.shredzone.cilla.core.model.Header
Caption: a short one-liner without markup
getCaption() - Method in class org.shredzone.cilla.core.model.Picture
The caption rendered below this picture.
getCaption() - Method in class org.shredzone.cilla.ws.category.CategoryDto
 
getCaption() - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
getCaption() - Method in class org.shredzone.cilla.ws.page.PictureDto
 
getCaptionFormat() - Method in class org.shredzone.cilla.ws.category.CategoryDto
 
getCaptionFormat() - Method in class org.shredzone.cilla.ws.page.PictureDto
 
getCategories() - Method in class org.shredzone.cilla.core.model.Page
All Category this page belongs to.
getCategories() - Method in class org.shredzone.cilla.ws.page.PageDto
 
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.
getCenter() - Method in class org.shredzone.cilla.admin.EditableMapModel
Gets the center position of the map to be used.
getChallenge() - Method in class org.shredzone.cilla.core.model.Page
Question that is shown to the visitor.
getChallenge() - Method in class org.shredzone.cilla.ws.page.PageDto
 
getChildren() - Method in class org.shredzone.cilla.core.model.Category
A list of sub-categories of this Category.
getChildren() - Method in class org.shredzone.cilla.web.comment.CommentModel
Children CommentModel.
getColumn() - Method in enum org.shredzone.cilla.ws.PageOrder
The name of the property the pages are ordered by.
getComment() - Method in class org.shredzone.cilla.admin.comment.CommentBean
The currently selected CommentDto.
getCommentRendererStrategy() - Method in class org.shredzone.cilla.web.renderer.CommentFragmentRenderer
getComments() - Method in class org.shredzone.cilla.core.model.CommentThread
All Comment of this thread.
getCommentThread(Commentable) - Method in interface org.shredzone.cilla.web.comment.CommentThreadService
Creates a CommentThreadModel list for a CommentThread.
getCommentThread(Commentable) - Method in class org.shredzone.cilla.web.comment.CommentThreadServiceImpl
 
getCompression() - Method in enum org.shredzone.cilla.ws.ImageType
Compression quality factor, or null for default/no compression.
getContent() - Method in class org.shredzone.cilla.web.header.tag.MetaTag
Gets the content attribute.
getContentType() - Method in class org.shredzone.cilla.admin.UploadedFileDataSource
 
getContentType() - Method in class org.shredzone.cilla.core.datasource.FileResourceDataSource
 
getContentType() - Method in class org.shredzone.cilla.core.model.Store
 
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.
getContentType() - Method in enum org.shredzone.cilla.web.FeedType
Returns the content type of the feed.
getContentType() - Method in enum org.shredzone.cilla.ws.ImageType
Content type of the ImageType.
getConversationId() - Method in class org.shredzone.cilla.admin.spring.ViewScope
 
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.
getCount() - Method in class org.shredzone.cilla.view.model.PictureInfoModel
Returns the picture count, starting from 1.
getCount() - Method in class org.shredzone.cilla.web.comment.CommentThreadModel
Number of comments.
getCreateDate() - Method in class org.shredzone.cilla.core.model.Picture
Creation date.
getCreateDate() - Method in class org.shredzone.cilla.ws.page.PictureDto
 
getCreatedBy() - Method in class org.shredzone.cilla.core.model.Medium
User who created that medium.
getCreateTimeDefinition() - Method in class org.shredzone.cilla.core.model.Picture
Time definition to be used for this picture.
getCreateTimeDefinition() - Method in class org.shredzone.cilla.ws.page.PictureDto
 
getCreateTimeZone() - Method in class org.shredzone.cilla.core.model.Picture
Time zone the picture was taken in.
getCreateTimeZone() - Method in class org.shredzone.cilla.ws.page.PictureDto
 
getCreation() - Method in class org.shredzone.cilla.core.model.Comment
Creation date of the comment.
getCreation() - Method in class org.shredzone.cilla.core.model.Header
Creation date.
getCreation() - Method in class org.shredzone.cilla.core.model.Page
Creation date.
getCreation() - Method in class org.shredzone.cilla.web.comment.CommentModel
Comment creation date.
getCreation() - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
getCreation() - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
getCreation() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
getCreator() - Method in class org.shredzone.cilla.core.model.Comment
The creator of this comment.
getCreator() - Method in class org.shredzone.cilla.core.model.Header
Creator User of this page.
getCreator() - Method in class org.shredzone.cilla.core.model.Page
Creator User of this page.
getCreator() - Method in class org.shredzone.cilla.service.search.FilterModel
Only find pages created by this User.
getCreatorId() - Method in class org.shredzone.cilla.web.comment.CommentModel
Commentor's user ID, if the comment was posted by a logged-in user.
getCreatorId() - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
getCreatorId() - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
getCreatorId() - Method in class org.shredzone.cilla.ws.page.MediumDto
 
getCreatorId() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
getCreatorLogin() - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
getCreatorLogin() - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
getCreatorLogin() - Method in class org.shredzone.cilla.ws.page.MediumDto
 
getCreatorLogin() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
getCreatorName() - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
getCreatorName() - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
getCreatorName() - Method in class org.shredzone.cilla.ws.page.MediumDto
 
getCreatorName() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
getCurrentSession() - Method in class org.shredzone.cilla.core.repository.impl.BaseDaoHibImpl
Gets the current Session.
getCurrentSession() - Method in class org.shredzone.cilla.core.repository.impl.SearchDaoHibImpl
Gets the current Session.
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.
getDayUrl(int) - Method in class org.shredzone.cilla.web.renderer.CalendarGenerator
Returns the URL of the calendar day.
getDefaultTimePrecision() - Method in class org.shredzone.cilla.core.model.GallerySection
Default time precision that is used in this gallery.
getDefaultTimePrecision() - Method in class org.shredzone.cilla.ws.page.GallerySectionDto
 
getDefaultTimeZone() - Method in class org.shredzone.cilla.core.model.GallerySection
Default timezone that is used in this gallery.
getDefaultTimeZone() - Method in class org.shredzone.cilla.ws.page.GallerySectionDto
 
getDescription() - Method in class org.shredzone.cilla.core.model.Header
A page-filling long description about the image.
getDescription() - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
getDescriptionFormat() - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
getDisplayCalendar() - Method in class org.shredzone.cilla.web.renderer.CalendarGenerator
Gets the start date of the calendar that is to be displayed.
getDocumentHeader() - Method in class org.shredzone.cilla.web.header.DocumentHeaderManager
Gets the DocumentHeader for the current HTTP request.
getDonateUrl() - Method in class org.shredzone.cilla.core.model.Page
URL of a donation site for donating for this page.
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.
getEntity() - Method in exception org.shredzone.cilla.ws.exception.CillaNotFoundException
Returns the name of the entity.
getExifData() - Method in class org.shredzone.cilla.core.model.Picture
Exif data of this picture.
getExifData() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
Gets the ExifData of the picture taken.
getExpiration() - Method in class org.shredzone.cilla.core.model.Page
Expiration date.
getExpiration() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
getExposureBias() - Method in class org.shredzone.cilla.core.model.embed.ExifData
Exposure bias.
getExposureBias() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
Gets the Exposure Bias of the photo taken.
getFacesIndex() - Method in class org.shredzone.cilla.admin.AbstractImageBean
Gets the "index" request parameter used for rendering images by their index.
getFacesRenderId() - Method in class org.shredzone.cilla.admin.AbstractImageBean
Gets the "renderId" request parameter used for rendering images by their ID.
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.
getFirst() - Method in class org.shredzone.cilla.ws.ListRange
 
getFirstPicture() - Method in class org.shredzone.cilla.view.model.PictureInfoModel
Returns the first Picture, or null if there are no pictures.
getFlash() - Method in class org.shredzone.cilla.core.model.embed.ExifData
Flash mode.
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.core.model.embed.ExifData
Focal length.
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.core.model.embed.ExifData
Focus mode.
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.
getFooter() - Method in class org.shredzone.cilla.site.renderer.DefaultSearchResultRenderer
 
getFormat() - Method in class org.shredzone.cilla.core.model.embed.FormattedText
The format mode.
getFormatName() - Method in enum org.shredzone.cilla.ws.ImageType
Format name of the ImageType.
getFromDate() - Method in class org.shredzone.cilla.service.search.DateRange
Gets the starting date of this date range.
getFullImage() - Method in class org.shredzone.cilla.core.model.Header
Full image resource.
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 interface org.shredzone.cilla.ws.header.HeaderWs
Returns the full-scaled image shown at the header's detail page.
getFullImage(long, ImageProcessing) - Method in class org.shredzone.cilla.ws.impl.HeaderWsImpl
 
getFullTextSession() - Method in class org.shredzone.cilla.core.repository.impl.SearchDaoHibImpl
Gets a FullTextSession of the current Session.
getFullView() - Method in class org.shredzone.cilla.admin.header.HeaderImageBean
Returns the full-size view of the currently selected header as a thumbnail image.
getGallery() - Method in class org.shredzone.cilla.core.model.Picture
GallerySection this picture belongs to.
getGalleryImage(long, ImageProcessing) - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
 
getGalleryImage(long, ImageProcessing) - Method in interface org.shredzone.cilla.ws.page.PageWs
Returns the gallery picture.
getGallerySection() - Method in class org.shredzone.cilla.admin.page.gallery.GalleryBean
GallerySectionDto to be edited.
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.admin.header.HeaderBean
Currently selected HeaderDto.
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.
getHeader() - Method in class org.shredzone.cilla.site.renderer.DefaultSearchResultRenderer
 
getHeaderImage() - Method in class org.shredzone.cilla.core.model.Header
Header image resource.
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 interface org.shredzone.cilla.ws.header.HeaderWs
Returns the header image.
getHeaderImage(long, ImageProcessing) - Method in class org.shredzone.cilla.ws.impl.HeaderWsImpl
 
getHeaderMapModel() - Method in class org.shredzone.cilla.admin.header.HeaderBean
EditableMapModel of the current header.
getHeaderView() - Method in class org.shredzone.cilla.admin.header.HeaderImageBean
Returns the currently selected header as a thumbnail image.
getHeadTags() - Method in class org.shredzone.cilla.web.header.DocumentHeader
Returns all HeadTag that have been added.
getHeight() - Method in class org.shredzone.cilla.core.model.Header
Height of the header image.
getHeight() - Method in class org.shredzone.cilla.core.model.Picture
Image height.
getHeight() - Method in class org.shredzone.cilla.ws.ImageProcessing
Maximum image height.
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.
getHref() - Method in class org.shredzone.cilla.web.header.tag.LinkTag
Returns the link url.
getIcon() - Method in class org.shredzone.cilla.core.model.Category
The location of an icon representing the category.
getIcon() - Method in class org.shredzone.cilla.ws.category.CategoryDto
 
getId() - Method in class org.shredzone.cilla.core.datasource.FileResourceDataSource
 
getId() - Method in interface org.shredzone.cilla.core.datasource.ResourceDataSource
A unique ID for this resource.
getId() - Method in class org.shredzone.cilla.core.model.BaseModel
Primary key.
getId() - Method in class org.shredzone.cilla.service.resource.ByteArrayResourceDataSource
 
getId() - Method in class org.shredzone.cilla.web.comment.CommentModel
Comment ID.
getId() - Method in class org.shredzone.cilla.ws.BaseDto
A unique ID, or 0 for newly created DTOs.
getId() - Method in exception org.shredzone.cilla.ws.exception.CillaNotFoundException
Returns the id of the entry.
getImage() - Method in class org.shredzone.cilla.core.model.Medium
Image resource.
getImage() - Method in class org.shredzone.cilla.core.model.Picture
Image resource.
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.
getInitJs() - Method in class org.shredzone.cilla.web.map.GoogleMapServiceImpl
 
getInitJs() - Method in interface org.shredzone.cilla.web.map.MapService
Gets a JavaScript code for initialization.
getInputStream() - Method in class org.shredzone.cilla.admin.UploadedFileDataSource
 
getInputStream() - Method in class org.shredzone.cilla.core.datasource.FileResourceDataSource
 
getInputStream() - Method in class org.shredzone.cilla.service.resource.ByteArrayResourceDataSource
This implementation streams the byte array instead.
getInvoker(String) - Method in class org.shredzone.cilla.web.fragment.manager.FragmentManager
Gets a FragmentInvoker for the given fragment name.
getIso() - Method in class org.shredzone.cilla.core.model.embed.ExifData
ISO value.
getIso() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
Gets the ISO value of the photo taken.
getKey() - Method in class org.shredzone.cilla.core.model.Setting
Setting key.
getLanguage() - Method in class org.shredzone.cilla.core.model.Page
Language the page content is written in
getLanguage() - Method in class org.shredzone.cilla.core.model.User
Language of the user.
getLanguage() - Method in class org.shredzone.cilla.ws.user.UserDto
 
getLanguageId() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
getLanguageId() - Method in class org.shredzone.cilla.ws.user.UserDto
 
getLastCommented() - Method in class org.shredzone.cilla.web.comment.CommentThreadModel
Date of the most recent comment, or null if there are no comments yet.
getLastLatitude() - Method in class org.shredzone.cilla.admin.MapModelFactory
Gets the last stored latitude.
getLastLongitude() - Method in class org.shredzone.cilla.admin.MapModelFactory
Gets the last stored longitude.
getLastModified() - Method in class org.shredzone.cilla.core.datasource.FileResourceDataSource
 
getLastModified() - Method in interface org.shredzone.cilla.core.datasource.ResourceDataSource
Last modification date of the resource.
getLastModified() - Method in class org.shredzone.cilla.core.model.Store
 
getLastModified() - Method in class org.shredzone.cilla.service.resource.ByteArrayResourceDataSource
 
getLastPicture() - Method in class org.shredzone.cilla.view.model.PictureInfoModel
Returns the last Picture, or null if there are no pictures.
getLatitude() - Method in class org.shredzone.cilla.admin.EditableMapModel
Gets the current latitude of the marker.
getLatitude() - Method in class org.shredzone.cilla.core.model.embed.Geolocation
Latitude.
getLatitude() - Method in interface org.shredzone.cilla.ws.Geolocated
 
getLatitude() - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
getLatitude() - Method in class org.shredzone.cilla.ws.page.PictureDto
 
getLength() - Method in class org.shredzone.cilla.core.datasource.FileResourceDataSource
 
getLength() - Method in interface org.shredzone.cilla.core.datasource.ResourceDataSource
Content length of the resource.
getLength() - Method in class org.shredzone.cilla.service.resource.ByteArrayResourceDataSource
Content length of the resource.
getLevel() - Method in class org.shredzone.cilla.web.comment.CommentModel
Comment level.
getLimit() - Method in class org.shredzone.cilla.ws.ListRange
 
getLink() - Method in class org.shredzone.cilla.web.map.Marker
Link to go to when the marker is clicked.
getLinkBuilderSupplier() - Method in class org.shredzone.cilla.web.format.ReferenceResolver
 
getLinkTypeMatchers() - Method in class org.shredzone.cilla.web.plugin.manager.LinkResolverManager
Gets all defined LinkTypeMatcher ordered by priority.
getLocale() - Method in class org.shredzone.cilla.core.model.Language
Language locale.
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.
getLocale() - Method in class org.shredzone.cilla.web.renderer.CalendarGenerator
 
getLocale() - Method in class org.shredzone.cilla.ws.system.LanguageDto
 
getLocalLinkResolvers() - Method in class org.shredzone.cilla.web.plugin.manager.LinkResolverManager
Gets all defined LocalLinkResolver ordered by priority.
getLocation() - Method in class org.shredzone.cilla.core.model.Header
Location where the picture was taken, or null.
getLocation() - Method in class org.shredzone.cilla.core.model.Picture
Location the picture was taken at.
getLocation() - Method in class org.shredzone.cilla.web.map.MapModel
The location to be shown in the center of the map.
getLocation() - Method in class org.shredzone.cilla.web.map.Marker
Location of the marker.
getLogin() - Method in class org.shredzone.cilla.core.model.User
Login name of the user.
getLogin() - Method in class org.shredzone.cilla.ws.user.UserDto
 
getLongitude() - Method in class org.shredzone.cilla.admin.EditableMapModel
Gets the current longitude of the marker.
getLongitude() - Method in class org.shredzone.cilla.core.model.embed.Geolocation
Longitude.
getLongitude() - Method in interface org.shredzone.cilla.ws.Geolocated
 
getLongitude() - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
getLongitude() - Method in class org.shredzone.cilla.ws.page.PictureDto
 
getMail() - Method in class org.shredzone.cilla.core.model.Comment
The email of the commentor.
getMail() - Method in class org.shredzone.cilla.core.model.User
Mail address of the user.
getMail() - Method in class org.shredzone.cilla.service.notification.NotificationTarget
The receiver's mail address to send the notification to.
getMail() - Method in class org.shredzone.cilla.web.comment.CommentModel
Commentor's mail address.
getMail() - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
getMail() - Method in class org.shredzone.cilla.ws.user.UserDto
 
getMailhash() - Method in class org.shredzone.cilla.web.comment.CommentModel
MD5 hash of the mail address, to be used for Gravatar.
getMarkers() - Method in class org.shredzone.cilla.web.map.MapModel
A list of Marker to be shown in the map.
getMaxResults() - Method in interface org.shredzone.cilla.service.search.renderer.SearchResultRenderer
Returns the maximum number of shown fragments per page.
getMaxResults() - Method in class org.shredzone.cilla.site.renderer.DefaultSearchResultRenderer
 
getMedia() - Method in class org.shredzone.cilla.admin.page.media.PageMediaBean
Returns all MediumDto of the current page.
getMedia() - Method in class org.shredzone.cilla.web.header.tag.LinkTag
Returns the media this link applies to.
getMedia() - Method in class org.shredzone.cilla.ws.page.PageDto
 
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
 
getMediumImage(long, ImageProcessing) - Method in interface org.shredzone.cilla.ws.page.PageWs
Returns the medium image.
getMetadata() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
Gets the Metadata containing the EXIF information.
getMetaTags() - Method in class org.shredzone.cilla.web.header.DocumentHeader
Returns all MetaTag that have been added.
getMeteringMode() - Method in class org.shredzone.cilla.core.model.embed.ExifData
Metering mode.
getMeteringMode() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
Reads the Metering Mode that was set on the camera for this photo.
getMethod() - Method in class org.shredzone.cilla.core.event.EventInvoker
Event handler method to be invoked.
getMethod() - Method in class org.shredzone.cilla.web.fragment.manager.FragmentInvoker
The target method that was annotated with Fragment.
getModel() - Method in class org.shredzone.cilla.admin.page.CategoryPicklistBean
Returns a new DualListModel to be used for category selection.
getModification() - Method in class org.shredzone.cilla.core.model.Page
Last modification date.
getModification() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
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.admin.UploadedFileDataSource
 
getName() - Method in class org.shredzone.cilla.core.datasource.FileResourceDataSource
 
getName() - Method in class org.shredzone.cilla.core.model.Authority
Descriptive name of the right.
getName() - Method in class org.shredzone.cilla.core.model.Category
The category name.
getName() - Method in class org.shredzone.cilla.core.model.Comment
The name of the commentor.
getName() - Method in class org.shredzone.cilla.core.model.Header
Header name
getName() - Method in class org.shredzone.cilla.core.model.Language
Language name, in that respective language.
getName() - Method in class org.shredzone.cilla.core.model.Page
Page name.
getName() - Method in class org.shredzone.cilla.core.model.Role
Descriptive name.
getName() - Method in class org.shredzone.cilla.core.model.Store
 
getName() - Method in class org.shredzone.cilla.core.model.Tag
Tag name.
getName() - Method in class org.shredzone.cilla.core.model.User
Full name of the user.
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.
getName() - Method in class org.shredzone.cilla.web.comment.CommentModel
Commentor's plain name.
getName() - Method in class org.shredzone.cilla.web.header.tag.MetaTag
Gets the name attribute.
getName() - Method in class org.shredzone.cilla.ws.category.CategoryDto
 
getName() - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
getName() - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
getName() - Method in class org.shredzone.cilla.ws.page.MediumDto
 
getName() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
getName() - Method in class org.shredzone.cilla.ws.system.GrantedRoleDto
Role name.
getName() - Method in class org.shredzone.cilla.ws.system.LanguageDto
 
getName() - Method in class org.shredzone.cilla.ws.user.UserDto
 
getNativeIdentifierGeneratorClass() - Method in class org.shredzone.cilla.core.hibernate.TableNameSequencePostgresDialect
 
getNewSectionBinding() - Method in class org.shredzone.cilla.admin.page.PageSectionBean
UI Binding for the section type selector.
getNext() - Method in class org.shredzone.cilla.view.model.PageTurnerModel
Next Page, or null if there is none.
getNextPicture() - Method in class org.shredzone.cilla.view.model.PictureInfoModel
Returns the next Picture, or null if the selected picture is the last picture.
getNextUrl() - Method in class org.shredzone.cilla.web.renderer.CalendarGenerator
Returns the URL of the next calendar page.
getNow() - Method in class org.shredzone.cilla.admin.UtilityBean
Returns the current time.
getNow() - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
 
getNumberOfPictures() - Method in class org.shredzone.cilla.view.model.PictureInfoModel
Returns the number of pictures.
getOrder() - Method in class org.shredzone.cilla.service.search.FilterModel
The desired result order.
getOrder() - Method in class org.shredzone.cilla.ws.ListRange
 
getOrderDate(Page, PageOrder) - Static method in class org.shredzone.cilla.core.util.DateUtils
Fetches the order date of a page.
getOutputStream() - Method in class org.shredzone.cilla.admin.UploadedFileDataSource
 
getOutputStream() - Method in class org.shredzone.cilla.core.datasource.FileResourceDataSource
 
getOutputStream() - Method in class org.shredzone.cilla.service.resource.ByteArrayResourceDataSource
This implementation throws an exception.
getPage() - Method in class org.shredzone.cilla.admin.page.PageBean
The PageDto being edited.
getPage() - Method in class org.shredzone.cilla.core.model.Medium
The Page this medium belongs to.
getPage() - Method in class org.shredzone.cilla.core.model.Section
Page this section belongs to.
getPage() - Method in class org.shredzone.cilla.service.link.CillaPathContext
getPage() - Method in class org.shredzone.cilla.service.search.FilterModel
Only find this Page.
getPageContext() - Method in class org.shredzone.cilla.web.fragment.manager.FragmentContext
PageContext of the invoking JSP.
getPageCount() - Method in class org.shredzone.cilla.service.search.PaginatorModel
Returns the number of pages available.
getPageInfo() - Method in class org.shredzone.cilla.admin.page.PageBean
The PageInfoDto for the PageDto being edited.
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.
getPageUrl() - Method in class org.shredzone.cilla.admin.page.PageBean
Gets the preview URL of the currently selected PageDto.
getPaginator() - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
 
getPaginator() - Method in interface org.shredzone.cilla.service.search.SearchResult
 
getPaginatorStrategy() - Method in class org.shredzone.cilla.web.renderer.PaginatorFragmentRenderer
getParam(String) - Method in class org.shredzone.cilla.service.link.CillaPathContext
Parameters
getParent() - Method in class org.shredzone.cilla.core.model.Category
The parent Category, or null if this is a root category.
getPassword() - Method in class org.shredzone.cilla.admin.login.LoginBean
Password given by the user trying to login.
getPassword() - Method in class org.shredzone.cilla.core.model.User
Password of the user, encrypted and salted.
getPassword() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
 
getPassword() - Method in class org.shredzone.cilla.ws.client.RemoteUserDetails
 
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
getPictureList() - Method in class org.shredzone.cilla.view.model.PictureInfoModel
Returns all pictures.
getPictures() - Method in class org.shredzone.cilla.admin.page.gallery.GalleryBean
List of all PictureDto of the selected gallery.
getPictures() - Method in class org.shredzone.cilla.core.model.GallerySection
List of Picture of this gallery.
getPictures() - Method in class org.shredzone.cilla.ws.page.GallerySectionDto
 
getPrevious() - Method in class org.shredzone.cilla.view.model.PageTurnerModel
Previous Page, or null if there is none.
getPreviousPicture() - Method in class org.shredzone.cilla.view.model.PictureInfoModel
Returns the previous Picture, or null if the selected picture is the first picture.
getPreviousUrl() - Method in class org.shredzone.cilla.web.renderer.CalendarGenerator
Returns the URL of the previous calendar page.
getProgram() - Method in class org.shredzone.cilla.core.model.embed.ExifData
Program the picture was taken in.
getProgram() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
Reads the Program that was set on the camera for this photo.
getProperties() - Method in class org.shredzone.cilla.core.model.Page
Common page properties.
getProperties() - Method in class org.shredzone.cilla.core.model.User
Common user properties.
getPublication() - Method in class org.shredzone.cilla.core.model.Page
Publication date.
getPublication() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
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.
getRel() - Method in class org.shredzone.cilla.web.header.tag.LinkTag
Returns the link relationship.
getReplyTo() - Method in class org.shredzone.cilla.core.model.Comment
Reference to the Comment this Comment replies to.
getReplyToId() - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
getResponsePattern() - Method in class org.shredzone.cilla.core.model.Page
Regular expression for the answer the visitor is expected to give for the question.
getResponsePattern() - Method in class org.shredzone.cilla.ws.page.PageDto
 
getRights() - Method in class org.shredzone.cilla.ws.system.GrantedRoleDto
Granted Authorizations.
getRole() - Method in class org.shredzone.cilla.core.model.User
Role this user belongs to.
getRole() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
User's role name.
getRoleName() - Method in class org.shredzone.cilla.ws.user.UserDto
 
getRowData(String) - Method in class org.shredzone.cilla.admin.page.media.MediaDataModel
 
getRowKey(MediumDto) - Method in class org.shredzone.cilla.admin.page.media.MediaDataModel
 
getScheme() - Method in class org.shredzone.cilla.web.header.tag.MetaTag
Gets the scheme attribute, or null if not set.
getSection() - Method in class org.shredzone.cilla.service.link.CillaPathContext
getSectionList() - Method in class org.shredzone.cilla.admin.ListBean
Returns a list of section types.
getSections() - Method in class org.shredzone.cilla.core.model.Page
All Section of this page.
getSections() - Method in class org.shredzone.cilla.ws.page.PageDto
 
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.page.PageWs
Gets all available section types.
getSectionTypes() - Method in interface org.shredzone.cilla.ws.SectionFacade
Gets a collection of all defined section types.
getSelected() - Method in class org.shredzone.cilla.view.model.PictureInfoModel
Returns the index of the selected picture.
getSelectedImage() - Method in class org.shredzone.cilla.admin.page.gallery.GalleryBean
PictureDto to be edited.
getSelectedMapModel() - Method in class org.shredzone.cilla.admin.page.gallery.GalleryBean
EditableMapModel of the currently selected image.
getSelectedMedia() - Method in class org.shredzone.cilla.admin.page.media.PageMediaBean
 
getSelectedPage() - Method in class org.shredzone.cilla.service.search.PaginatorModel
Selected page.
getSelectedPicture() - Method in class org.shredzone.cilla.view.model.PictureInfoModel
Returns the selected Picture.
getSeparator() - Method in interface org.shredzone.cilla.service.search.renderer.SearchResultRenderer
Returns the HTML separator which is placed between two fragments.
getSeparator() - Method in class org.shredzone.cilla.site.renderer.DefaultSearchResultRenderer
 
getSequence() - Method in class org.shredzone.cilla.core.model.Category
Order of appearance.
getSequence() - Method in class org.shredzone.cilla.core.model.Picture
Position of this picture in the gallery.
getSequence() - Method in class org.shredzone.cilla.core.model.Section
Position of this section within the Page.
getServletContext() - Method in class org.shredzone.cilla.web.fragment.manager.FragmentContext
getShutter() - Method in class org.shredzone.cilla.core.model.embed.ExifData
Shutter speed.
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
 
getSource() - Method in class org.shredzone.cilla.core.event.Event
Gets the source that triggered the event.
getSpanPost() - Method in class org.shredzone.cilla.service.search.renderer.SimpleSearchResultRenderer
Returns the HTML tag which is appended to a highlight marker.
getSpanPost() - Method in class org.shredzone.cilla.site.renderer.DefaultSearchResultRenderer
 
getSpanPre() - Method in class org.shredzone.cilla.service.search.renderer.SimpleSearchResultRenderer
Returns the HTML tag which is prepended to a highlight marker.
getSpanPre() - Method in class org.shredzone.cilla.site.renderer.DefaultSearchResultRenderer
 
getSubject() - Method in class org.shredzone.cilla.core.model.Page
Page subject.
getSubject() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
getSuffix() - Method in enum org.shredzone.cilla.web.FeedType
Returns the suffix of the feed file.
getTag() - Method in class org.shredzone.cilla.admin.page.gallery.PictureTagBean
Currently selected tag.
getTag() - Method in class org.shredzone.cilla.admin.page.PageTagBean
Currently selected tag.
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.
getTags() - Method in class org.shredzone.cilla.core.model.Page
All Tag this page are tagged with.
getTags() - Method in class org.shredzone.cilla.core.model.Picture
All Tag this page are tagged with.
getTags() - Method in class org.shredzone.cilla.ws.page.PageDto
 
getTags() - Method in class org.shredzone.cilla.ws.page.PictureDto
 
getTeaser() - Method in class org.shredzone.cilla.core.model.Page
Page teaser.
getTeaser() - Method in class org.shredzone.cilla.ws.page.PageDto
 
getTeaserFormat() - Method in class org.shredzone.cilla.ws.page.PageDto
 
getTemplate() - Method in class org.shredzone.cilla.web.fragment.manager.FragmentInvoker
The JSP template that was defined with the Fragment, or null if none was defined.
getText() - Method in class org.shredzone.cilla.core.model.Comment
The comment text.
getText() - Method in class org.shredzone.cilla.core.model.embed.FormattedText
The formatted text.
getText() - Method in class org.shredzone.cilla.core.model.TextSection
The text.
getText() - Method in class org.shredzone.cilla.web.comment.CommentModel
Comment text, as HTML.
getText() - Method in class org.shredzone.cilla.web.map.Marker
Caption of the marker.
getText() - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
getText() - Method in class org.shredzone.cilla.ws.page.TextSectionDto
 
getTextFormat() - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
getTextFormat() - Method in class org.shredzone.cilla.ws.page.TextSectionDto
 
getThread() - Method in class org.shredzone.cilla.core.model.Comment
Reference to the CommentThread this Comment belongs to.
getThread() - Method in class org.shredzone.cilla.core.model.Header
Comment thread.
getThread() - Method in interface org.shredzone.cilla.core.model.is.Commentable
Gets the CommentThread where the comments are collected.
getThread() - Method in class org.shredzone.cilla.core.model.Page
Comment thread.
getThread() - Method in class org.shredzone.cilla.core.model.Picture
Comment thread.
getThread() - Method in class org.shredzone.cilla.web.comment.CommentThreadModel
Thread entries, in a threaded sequence.
getThreadId() - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
getThruDate() - Method in class org.shredzone.cilla.service.search.DateRange
Gets the ending date of this date range (inclusive).
getThumbnail() - Method in class org.shredzone.cilla.admin.header.HeaderImageBean
Returns a persisted header as a thumbnail image.
getThumbnail() - Method in class org.shredzone.cilla.admin.page.gallery.GalleryImageBean
Gets the thumbnail of a gallery image.
getThumbnail() - Method in class org.shredzone.cilla.admin.page.media.MediaImageBean
Streams the page media image as thumbnail.
getTimeZone() - Method in class org.shredzone.cilla.admin.login.LoginBean
Returns the TimeZone of the currently logged in user.
getTimeZone() - Method in class org.shredzone.cilla.core.model.User
Time zone the user lives in.
getTimeZone() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
User's time zone.
getTimeZone() - Method in class org.shredzone.cilla.ws.user.UserDto
 
getTitle() - Method in class org.shredzone.cilla.core.model.Category
A short description of the category to be shown in tooltips.
getTitle() - Method in class org.shredzone.cilla.core.model.Page
Page title.
getTitle() - Method in class org.shredzone.cilla.ws.category.CategoryDto
 
getTitle() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
getType() - Method in class org.shredzone.cilla.core.event.Event
Gets the event type.
getType() - Method in class org.shredzone.cilla.core.model.GallerySection
 
getType() - Method in class org.shredzone.cilla.core.model.Section
Section type.
getType() - Method in class org.shredzone.cilla.core.model.TextSection
 
getType() - Method in class org.shredzone.cilla.service.notification.Notification
Notification type.
getType() - Method in enum org.shredzone.cilla.web.FeedType
Returns the ROME type of the feed.
getType() - Method in class org.shredzone.cilla.web.header.tag.LinkTag
Returns the content type of the resource.
getType() - Method in class org.shredzone.cilla.web.map.MapModel
The desired MapType.
getType() - Method in class org.shredzone.cilla.ws.ImageProcessing
Type of the processed image.
getType() - Method in class org.shredzone.cilla.ws.page.GallerySectionDto
 
getType() - Method in class org.shredzone.cilla.ws.page.SectionDto
Type of this section.
getType() - Method in class org.shredzone.cilla.ws.page.TextSectionDto
 
getUiGrid() - Method in class org.shredzone.cilla.admin.page.gallery.GalleryBean
Reference to the UIComponent of the data grid showing the pictures of the gallery.
getUiGrid() - Method in class org.shredzone.cilla.admin.page.gallery.GalleryGridBean
Reference to the UIComponent of the data grid showing the pictures of the gallery.
getUnderstoodHeaders() - Method in class org.shredzone.cilla.ws.cxf.SecurityInInterceptor
 
getUnderstoodHeaders() - Method in class org.shredzone.cilla.ws.cxf.SecurityOutInterceptor
 
getUploadFile() - Method in class org.shredzone.cilla.ws.page.PictureDto
 
getUploadFullFile() - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
getUploadHeaderFile() - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
getUploadMediumFile() - Method in class org.shredzone.cilla.ws.page.MediumDto
 
getUrl() - Method in class org.shredzone.cilla.core.model.Comment
The URL of the commentor.
getUrl() - Method in class org.shredzone.cilla.web.comment.CommentModel
Commentor's URL.
getUrl() - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
getUser() - Method in class org.shredzone.cilla.admin.login.LoginBean
Returns the currently logged in user.
getUser() - Method in class org.shredzone.cilla.ws.client.RemoteUserDetails
 
getUserId() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
User's ID.
getUserName() - Method in class org.shredzone.cilla.admin.login.LoginBean
Username of the user trying to login.
getUsername() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
 
getUsername() - Method in class org.shredzone.cilla.ws.client.RemoteUserDetails
 
getValue() - Method in class org.shredzone.cilla.core.model.Setting
Value of that setting.
getVariables() - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
getVersion() - Method in class org.shredzone.cilla.core.model.BaseModel
Version for optimistic locking.
getViewService() - Method in class org.shredzone.cilla.web.fragment.manager.FragmentContext
The ViewService.
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.core.model.embed.ExifData
White balance mode.
getWhiteBalance() - Method in class org.shredzone.cilla.service.resource.ExifAnalyzer
Reads the White Balance Mode that was set on the camera for this photo.
getWidth() - Method in class org.shredzone.cilla.core.model.Header
Width of the header image.
getWidth() - Method in class org.shredzone.cilla.core.model.Picture
Image width.
getWidth() - Method in class org.shredzone.cilla.ws.ImageProcessing
Maximum image width.
getYear() - Method in class org.shredzone.cilla.service.search.DateRange
Year to be shown, or 0 if not limited by year.
getZoom() - Method in class org.shredzone.cilla.admin.EditableMapModel
Gets the initial zoom level of the map.
getZoom() - Method in class org.shredzone.cilla.web.map.MapModel
Zoom factor.
GoogleMapServiceImpl - Class in org.shredzone.cilla.web.map
A MapService implementation that uses Google Maps.
GoogleMapServiceImpl() - Constructor for class org.shredzone.cilla.web.map.GoogleMapServiceImpl
 
GrantedRoleDto - Class in org.shredzone.cilla.ws.system
Role of an authenticated user.
GrantedRoleDto() - Constructor for class org.shredzone.cilla.ws.system.GrantedRoleDto
 

H

handle(Callback[]) - Method in class org.shredzone.cilla.ws.cxf.SecurityContextCallback
 
handleComment(Commentable, HttpServletRequest) - Method in interface org.shredzone.cilla.web.comment.CommentFormHandler
Handles a comment form for a Commentable.
handleComment(Commentable, HttpServletRequest, boolean) - Method in interface org.shredzone.cilla.web.comment.CommentFormHandler
Handles a comment form for a Commentable.
handleComment(Commentable, HttpServletRequest) - Method in class org.shredzone.cilla.web.comment.CommentFormHandlerImpl
 
handleComment(Commentable, HttpServletRequest, boolean) - Method in class org.shredzone.cilla.web.comment.CommentFormHandlerImpl
 
handleFileUpload(FileUploadEvent) - Method in class org.shredzone.cilla.admin.page.gallery.GalleryBean
Handles the upload of a new picture.
handleFileUpload(FileUploadEvent) - Method in class org.shredzone.cilla.admin.page.media.PageMediaBean
Handles upload of a new media.
handleFullFileUpload(FileUploadEvent) - Method in class org.shredzone.cilla.admin.header.HeaderBean
Handles file uploads to the full-scale image.
handleHeaderFileUpload(FileUploadEvent) - Method in class org.shredzone.cilla.admin.header.HeaderBean
Handles file uploads to the header image.
handleMessage(SoapMessage) - Method in class org.shredzone.cilla.ws.cxf.SecurityInInterceptor
 
handleMessage(SoapMessage) - Method in class org.shredzone.cilla.ws.cxf.SecurityOutInterceptor
 
handleRestricted(Page, HttpServletRequest) - Method in class org.shredzone.cilla.view.AbstractView
Handles page restrictions.
hasFragment(String) - Method in interface org.shredzone.cilla.web.fragment.FragmentService
Checks if a fragment is defined.
hasFragment(String) - Method in class org.shredzone.cilla.web.fragment.FragmentServiceImpl
 
hashCode() - Method in class org.shredzone.cilla.core.model.BaseModel
Creates a hash code for this model entity.
hashCode() - Method in class org.shredzone.cilla.service.search.DateRange
 
hashCode() - Method in class org.shredzone.cilla.web.header.tag.MetaTag
 
hashCode() - Method in class org.shredzone.cilla.ws.BaseDto
 
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 - Class in org.shredzone.cilla.core.model
A header is an image that is shown at the top of the website.
Header() - Constructor for class org.shredzone.cilla.core.model.Header
 
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
 
HeaderBean - Class in org.shredzone.cilla.admin.header
Bean for handling HeaderDto.
HeaderBean() - Constructor for class org.shredzone.cilla.admin.header.HeaderBean
 
HeaderDao - Interface in org.shredzone.cilla.core.repository
DAO for Header entities.
HeaderDaoHibImpl - Class in org.shredzone.cilla.core.repository.impl
Default implementation of HeaderDao.
HeaderDaoHibImpl() - Constructor for class org.shredzone.cilla.core.repository.impl.HeaderDaoHibImpl
 
HeaderDataModel - Class in org.shredzone.cilla.admin.header
A DataModel providing HeaderDto.
HeaderDataModel() - Constructor for class org.shredzone.cilla.admin.header.HeaderDataModel
 
HeaderDto - Class in org.shredzone.cilla.ws.header
A Header is a random image shown at the head of the blog.
HeaderDto() - Constructor for class org.shredzone.cilla.ws.header.HeaderDto
 
headerFragment(ServletRequest, JspWriter) - Method in class org.shredzone.cilla.web.header.HeaderFragmentRenderer
Renders HeadTag, except of MetaTag.
HeaderFragmentRenderer - Class in org.shredzone.cilla.web.header
Renders a fragment of all additional document header tags.
HeaderFragmentRenderer() - Constructor for class org.shredzone.cilla.web.header.HeaderFragmentRenderer
 
HeaderImageBean - Class in org.shredzone.cilla.admin.header
A bean that provides header images.
HeaderImageBean() - Constructor for class org.shredzone.cilla.admin.header.HeaderImageBean
 
headerImageView(Header, String, HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.HeaderView
Streams the header image.
headerListView(HttpServletRequest) - Method in class org.shredzone.cilla.view.HeaderView
Shows a list of all published headers.
headerMapView(Header, HttpServletRequest) - Method in class org.shredzone.cilla.view.HeaderView
Shows a map of the location the header picture was taken at.
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
 
headerUncroppedView(Header, String, HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.HeaderView
Streams the uncropped header image.
HeaderView - Class in org.shredzone.cilla.view
Views for generating all files about header images.
HeaderView() - Constructor for class org.shredzone.cilla.view.HeaderView
 
headerView(Header, HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.HeaderView
Shows details about a header (like a detailled caption and the location it was taken).
HeaderWs - Interface in org.shredzone.cilla.ws.header
Service for managing Headers.
HeaderWsImpl - Class in org.shredzone.cilla.ws.impl
Implementation of HeaderWs.
HeaderWsImpl() - Constructor for class org.shredzone.cilla.ws.impl.HeaderWsImpl
 
HeadTag - Interface in org.shredzone.cilla.web.header.tag
A HTML tag that can be added to the document's head.

I

IfBrowserTag - Class in org.shredzone.cilla.web.tag
Body is evaluated if a certain browser is detected.
IfBrowserTag() - Constructor for class org.shredzone.cilla.web.tag.IfBrowserTag
 
ifRole(String, Consumer<String>) - Method in interface org.shredzone.cilla.service.SecurityService
Executes the consumer if the current user has the given role.
ImageProcessing - Class in org.shredzone.cilla.ws
Contains parameters for image processing.
ImageProcessing() - Constructor for class org.shredzone.cilla.ws.ImageProcessing
 
ImageProcessing(int, int, ImageType) - Constructor for class org.shredzone.cilla.ws.ImageProcessing
 
ImageProcessingFactory - Interface in org.shredzone.cilla.web.plugin
A factory that parses the image type name and creates a matching ImageProcessing objects.
ImageProcessingManager - Class in org.shredzone.cilla.web.plugin.manager
ImageProcessingManager() - Constructor for class org.shredzone.cilla.web.plugin.manager.ImageProcessingManager
 
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
 
ImageTag - Class in org.shredzone.cilla.web.tag
Creates an image tag to a medium or picture.
ImageTag() - Constructor for class org.shredzone.cilla.web.tag.ImageTag
 
ImageTools - Class in org.shredzone.cilla.service.resource
Tool for handling images.
ImageTools() - Constructor for class org.shredzone.cilla.service.resource.ImageTools
 
ImageType - Enum in org.shredzone.cilla.ws
Enumeration of available image types.
imageUrl(String) - Method in class org.shredzone.cilla.web.format.ReferenceResolver
 
include(String) - Method in class org.shredzone.cilla.web.fragment.manager.FragmentContext
Includes a template to the output.
IndexerService - Interface in org.shredzone.cilla.core.search
This service takes care for maintaining the search index.
IndexerServiceImpl - Class in org.shredzone.cilla.core.search
Default implementation of IndexerService.
IndexerServiceImpl() - Constructor for class org.shredzone.cilla.core.search.IndexerServiceImpl
 
invoke(Event<?>) - Method in class org.shredzone.cilla.core.event.EventInvoker
Invoke the event handler.
invoke(FragmentContext) - Method in class org.shredzone.cilla.web.fragment.manager.FragmentInvoker
Invokes the fragment renderer.
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
 
isAccountNonExpired() - Method in class org.shredzone.cilla.ws.client.RemoteUserDetails
 
isAccountNonLocked() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
 
isAccountNonLocked() - Method in class org.shredzone.cilla.ws.client.RemoteUserDetails
 
isCommentable() - Method in class org.shredzone.cilla.core.model.CommentThread
true if comments are enabled for this thread.
isCommentable() - Method in class org.shredzone.cilla.core.model.GallerySection
If true, pictures of this gallery may be commented (depending on the commentable property of the picture).
isCommentable() - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
isCommentable() - Method in class org.shredzone.cilla.ws.page.GallerySectionDto
 
isCommentable() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
isCommentable() - Method in class org.shredzone.cilla.ws.page.PictureDto
 
isCredentialsNonExpired() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
 
isCredentialsNonExpired() - Method in class org.shredzone.cilla.ws.client.RemoteUserDetails
 
isDescending() - Method in class org.shredzone.cilla.ws.ListRange
 
isDonatable() - Method in class org.shredzone.cilla.core.model.Page
true if the page shall offer a link to a donation site.
isDonatable() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
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.
isEmpty() - Method in class org.shredzone.cilla.view.model.PictureInfoModel
Returns true if there are no pictures.
isEnabled() - Method in class org.shredzone.cilla.core.model.Header
If true, this header image is eligible for use.
isEnabled() - Method in class org.shredzone.cilla.service.security.CillaUserDetails
 
isEnabled() - Method in class org.shredzone.cilla.ws.client.RemoteUserDetails
 
isEnabled() - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
isFirst() - Method in class org.shredzone.cilla.view.model.PictureInfoModel
Returns true if the first picture is selected.
isFirstMonth() - Method in class org.shredzone.cilla.web.renderer.CalendarGenerator
Checks if the displayed calendar shows the first month of the blog.
isFirstPage() - Method in class org.shredzone.cilla.service.search.PaginatorModel
Returns true if the selected page is the first page.
isHarmful() - Method in enum org.shredzone.cilla.ws.TextFormat
If true, this TextFormat is potentially harmful.
isHidden() - Method in class org.shredzone.cilla.core.model.Page
true if the page is hidden.
isHidden() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
isLast() - Method in class org.shredzone.cilla.view.model.PictureInfoModel
Returns true if the last picture is selected.
isLastMonth() - Method in class org.shredzone.cilla.web.renderer.CalendarGenerator
Checks if the displayed calendar shows the last month of the blog.
isLastPage() - Method in class org.shredzone.cilla.service.search.PaginatorModel
Returns true if the selected page is the last page;
isNotModifiedSince(HttpServletRequest, Date) - Method in class org.shredzone.cilla.view.AbstractView
Checks that the request sent an "If-Modified-Since" header, and the date matches the given date.
isPersisted() - Method in class org.shredzone.cilla.ws.BaseDto
Checks if this DTO already has a persisted counterpart in the backend.
isPromoted() - Method in class org.shredzone.cilla.core.model.Page
true if the page shall be promoted on social network.
isPromoted() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
isPublished() - Method in class org.shredzone.cilla.core.model.Comment
Is the comment visible?
isPublished() - Method in class org.shredzone.cilla.core.model.Page
true if the page is currently published.
isPublished() - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
isPublished() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
isPublishedState() - Method in class org.shredzone.cilla.core.model.Page
true if the page is published, false if not published.
isRestricted() - Method in class org.shredzone.cilla.core.model.Page
true if the access to the page is restricted.
isSelectedDay(int) - Method in class org.shredzone.cilla.web.renderer.CalendarGenerator
Returns true if the given day of the displayed calendar is the day that has been selected by the SearchResult filter.
isSticky() - Method in class org.shredzone.cilla.core.model.Page
true if the page is sticky.
isSticky() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
isTimeOverride() - Method in class org.shredzone.cilla.admin.page.gallery.GalleryBean
Time zone and definition override?
isToday(int) - Method in class org.shredzone.cilla.web.renderer.CalendarGenerator
Returns true if the given day of the displayed calendar is today.
isUnlocked(HttpSession, BaseModel) - Method in interface org.shredzone.cilla.web.page.ResourceLockManager
Checks if an entity is unlocked in the given session.
isUnlocked(HttpSession, BaseModel) - Method in class org.shredzone.cilla.web.page.ResourceLockManagerImpl
 
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.
isVisible() - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 

J

JavaScriptLinkTag - Class in org.shredzone.cilla.web.header.tag
Links to a JavaScript file.
JavaScriptLinkTag(String) - Constructor for class org.shredzone.cilla.web.header.tag.JavaScriptLinkTag
Creates a new JavaScriptLinkTag.
JavaScriptTag - Class in org.shredzone.cilla.web.header.tag
A JavaScript tag.
JavaScriptTag() - Constructor for class org.shredzone.cilla.web.header.tag.JavaScriptTag
 

L

Language - Class in org.shredzone.cilla.core.model
An available language.
Language() - Constructor for class org.shredzone.cilla.core.model.Language
 
LanguageAssembler - Class in org.shredzone.cilla.ws.assembler
LanguageAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.LanguageAssembler
 
LanguageDao - Interface in org.shredzone.cilla.core.repository
DAO for Language entities.
LanguageDaoHibImpl - Class in org.shredzone.cilla.core.repository.impl
Default implementation of LanguageDao.
LanguageDaoHibImpl() - Constructor for class org.shredzone.cilla.core.repository.impl.LanguageDaoHibImpl
 
LanguageDto - Class in org.shredzone.cilla.ws.system
A Language.
LanguageDto() - Constructor for class org.shredzone.cilla.ws.system.LanguageDto
 
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
 
LinkResolverManager - Class in org.shredzone.cilla.web.plugin.manager
Manages all LinkTypeMatcher and LocalLinkResolver beans.
LinkResolverManager() - Constructor for class org.shredzone.cilla.web.plugin.manager.LinkResolverManager
 
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
 
LinkShortener - Interface in org.shredzone.cilla.web.plugin
A service for shortening links via link shorteners (like bit.ly).
LinkTag - Class in org.shredzone.cilla.web.header.tag
A generic link to a resource.
LinkTag(String, String) - Constructor for class org.shredzone.cilla.web.header.tag.LinkTag
Creates a new Link tag with unknown type.
LinkTag(String, String, String) - Constructor for class org.shredzone.cilla.web.header.tag.LinkTag
Creates a new Link tag.
LinkTag(String, String, String, String) - Constructor for class org.shredzone.cilla.web.header.tag.LinkTag
Creates a new Link tag.
LinkTag - Class in org.shredzone.cilla.web.tag
Creates a link to an internal page.
LinkTag() - Constructor for class org.shredzone.cilla.web.tag.LinkTag
 
linkTo() - Method in interface org.shredzone.cilla.service.link.LinkService
Creates a LinkBuilder.
linkTo() - Method in class org.shredzone.cilla.service.link.LinkServiceImpl
 
linkType(String) - Method in class org.shredzone.cilla.web.format.ReferenceResolver
 
LinkTypeMatcher - Interface in org.shredzone.cilla.web.plugin
Spring Beans implementing this interface are able to convert an URL to a link type.
linkUrl(String) - Method in class org.shredzone.cilla.web.format.ReferenceResolver
 
list() - Method in interface org.shredzone.cilla.ws.category.CategoryWs
Returns a list of all CategoryDto, ordered by name.
list(ListRange) - Method in interface org.shredzone.cilla.ws.comment.CommentWs
Lists all CommentDto matching the criteria.
list(ListRange) - Method in interface org.shredzone.cilla.ws.header.HeaderWs
Lists all HeaderDto matching the criteria.
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
 
list(ListRange) - Method in interface org.shredzone.cilla.ws.page.PageWs
Lists all PageInfoDto matching the criteria.
list() - Method in interface org.shredzone.cilla.ws.tag.TagWs
Lists all tags.
list(ListRange) - Method in interface org.shredzone.cilla.ws.user.UserWs
Lists all UserDto matching the criteria.
ListBean - Class in org.shredzone.cilla.admin
A bean that provides various lists to be used for select boxes.
ListBean() - Constructor for class org.shredzone.cilla.admin.ListBean
 
listLanguages() - Method in class org.shredzone.cilla.ws.impl.SystemWsImpl
 
listLanguages() - Method in interface org.shredzone.cilla.ws.system.SystemWs
Lists all languages defined.
ListRange - Class in org.shredzone.cilla.ws
Contains the parameters of a list range and order.
ListRange() - Constructor for class org.shredzone.cilla.ws.ListRange
 
listView(DateRange, PaginatorModel, ServletRequest) - Method in class org.shredzone.cilla.view.PageListView
Lists all blog entries.
load(int, int, String, SortOrder, Map<String, String>) - Method in class org.shredzone.cilla.admin.comment.CommentDataModel
 
load(int, int, String, SortOrder, Map<String, String>) - Method in class org.shredzone.cilla.admin.header.HeaderDataModel
 
load(int, int, String, SortOrder, Map<String, String>) - Method in class org.shredzone.cilla.admin.page.media.MediaDataModel
 
load(int, int, String, SortOrder, Map<String, String>) - Method in class org.shredzone.cilla.admin.page.PageDataModel
 
loadUserByUsername(String) - Method in class org.shredzone.cilla.service.security.CillaUserDetailsManager
 
locale - Variable in class org.shredzone.cilla.web.renderer.AbstractCommentRendererStrategy
 
locale - Variable in class org.shredzone.cilla.web.renderer.AbstractPaginatorRendererStrategy
 
LocaleAdapter - Class in org.shredzone.cilla.ws.adapter
Adapter for transporting Locale instances via XML.
LocaleAdapter() - Constructor for class org.shredzone.cilla.ws.adapter.LocaleAdapter
 
LocalLinkResolver - Interface in org.shredzone.cilla.web.plugin
Resolves local links as they are found in &lt;a href&gt; attributes.
login() - Method in class org.shredzone.cilla.admin.login.LoginBean
Tries to login the user with the given credentials.
login(String, String) - Method in interface org.shredzone.cilla.ws.client.RemoteLoginService
Logs in at the Cilla server.
login(String, String) - Method in class org.shredzone.cilla.ws.client.RemoteLoginServiceImpl
 
LoginBean - Class in org.shredzone.cilla.admin.login
This bean handles user authentication.
LoginBean() - Constructor for class org.shredzone.cilla.admin.login.LoginBean
 
LoginWs - Interface in org.shredzone.cilla.ws.system
Service for logging in against the web service.
LoginWsImpl - Class in org.shredzone.cilla.ws.impl
LoginWs implementation.
LoginWsImpl() - Constructor for class org.shredzone.cilla.ws.impl.LoginWsImpl
 
logout() - Method in class org.shredzone.cilla.admin.login.LoginBean
Logs out the currently logged in user.
logout() - Method in interface org.shredzone.cilla.ws.client.RemoteLoginService
Logs out.
logout() - Method in class org.shredzone.cilla.ws.client.RemoteLoginServiceImpl
 
LuceneSearchMappingFactory - Class in org.shredzone.cilla.core.search
A factory that set ups Lucene for indexing the Cilla entities.
LuceneSearchMappingFactory() - Constructor for class org.shredzone.cilla.core.search.LuceneSearchMappingFactory
 
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

MapInitTag - Class in org.shredzone.cilla.web.tag
Inserts all necessary init scripts for maps.
MapInitTag() - Constructor for class org.shredzone.cilla.web.tag.MapInitTag
 
MapMarkerTag - Class in org.shredzone.cilla.web.tag
A marker for a Map tag.
MapMarkerTag() - Constructor for class org.shredzone.cilla.web.tag.MapMarkerTag
 
MapModel - Class in org.shredzone.cilla.web.map
A model containing all the data to be rendered by the MapService.
MapModel() - Constructor for class org.shredzone.cilla.web.map.MapModel
 
MapModelFactory - Class in org.shredzone.cilla.admin
Creates EditableMapModel for a Geolocated object.
MapModelFactory() - Constructor for class org.shredzone.cilla.admin.MapModelFactory
 
MapService - Interface in org.shredzone.cilla.web.map
A generic service for online maps.
MapTag - Class in org.shredzone.cilla.web.tag
Shows a map around a location.
MapTag() - Constructor for class org.shredzone.cilla.web.tag.MapTag
 
MapType - Enum in org.shredzone.cilla.web.map
Enumeration of available map types.
Marker - Class in org.shredzone.cilla.web.map
A marker.
Marker(Geolocation, String) - Constructor for class org.shredzone.cilla.web.map.Marker
Creates a new marker.
Marker(Geolocation, String, String) - Constructor for class org.shredzone.cilla.web.map.Marker
Creates a new marker.
marshal(Locale) - Method in class org.shredzone.cilla.ws.adapter.LocaleAdapter
 
marshal(TimeZone) - Method in class org.shredzone.cilla.ws.adapter.TimeZoneAdapter
 
MediaDataModel - Class in org.shredzone.cilla.admin.page.media
A DataModel for page media.
MediaDataModel() - Constructor for class org.shredzone.cilla.admin.page.media.MediaDataModel
 
MediaImageBean - Class in org.shredzone.cilla.admin.page.media
Provides page media images.
MediaImageBean() - Constructor for class org.shredzone.cilla.admin.page.media.MediaImageBean
 
MediaView - Class in org.shredzone.cilla.view
Views for streaming media.
MediaView() - Constructor for class org.shredzone.cilla.view.MediaView
 
Medium - Class in org.shredzone.cilla.core.model
A single medium of a Page.
Medium() - Constructor for class org.shredzone.cilla.core.model.Medium
 
MediumAssembler - Class in org.shredzone.cilla.ws.assembler
MediumAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.MediumAssembler
 
MediumDao - Interface in org.shredzone.cilla.core.repository
DAO for Medium entities.
MediumDaoHibImpl - Class in org.shredzone.cilla.core.repository.impl
Default implementation of MediumDao.
MediumDaoHibImpl() - Constructor for class org.shredzone.cilla.core.repository.impl.MediumDaoHibImpl
 
MediumDto - Class in org.shredzone.cilla.ws.page
A Medium used in a Page.
MediumDto() - Constructor for class org.shredzone.cilla.ws.page.MediumDto
 
mediumFullView(Page, String, HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.MediaView
Shows the full view of a medium for the given page.
mediumView(Page, String, String, HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.MediaView
Streams a medium of the given page.
merge(T) - Method in interface org.shredzone.cilla.core.repository.BaseDao
Merges a detached entity.
merge(T) - Method in class org.shredzone.cilla.core.repository.impl.BaseDaoHibImpl
 
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
 
metaFragment(ServletRequest, JspWriter) - Method in class org.shredzone.cilla.web.header.HeaderFragmentRenderer
Renders MetaTag only.
MetaTag - Class in org.shredzone.cilla.web.header.tag
Contains a meta tag.
MetaTag(String, String) - Constructor for class org.shredzone.cilla.web.header.tag.MetaTag
Creates a new Meta tag.
MetaTag(String, String, String) - Constructor for class org.shredzone.cilla.web.header.tag.MetaTag
Creates a new Meta tag.
MetaTag - Class in org.shredzone.cilla.web.tag
Adds a meta tag.
MetaTag() - Constructor for class org.shredzone.cilla.web.tag.MetaTag
 
moveImage(PictureDto, int) - Method in class org.shredzone.cilla.admin.page.gallery.GalleryBean
Moves a picture within the picture list.

N

nextLink(Appendable, String) - Method in class org.shredzone.cilla.site.renderer.PaginatorStrategyImpl
 
nextLink(Appendable, String) - Method in class org.shredzone.cilla.web.renderer.AbstractPaginatorRendererStrategy
Writes the "next" link that jumps to the next page.
nextLink(Appendable, String) - Method in interface org.shredzone.cilla.web.renderer.PaginatorRendererStrategy
Writes the "next" link that jumps to the next page.
noCommentHeader(Appendable) - Method in class org.shredzone.cilla.site.renderer.CommentRendererStrategyImpl
 
noCommentHeader(Appendable) - Method in class org.shredzone.cilla.web.renderer.AbstractCommentRendererStrategy
Writes a text stating that the commentable was not commented yet.
noCommentHeader(Appendable) - Method in interface org.shredzone.cilla.web.renderer.CommentRendererStrategy
Writes a text stating that the commentable was not commented yet.
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

objectToString(Object) - Method in class org.shredzone.cilla.core.search.PageBridge
 
OnEvent - Annotation Type in org.shredzone.cilla.core.event.annotation
This annotation marks an event handler.
onNewDocumentHeader(DocumentHeader, ServletRequest) - Method in interface org.shredzone.cilla.web.header.DocumentHeaderObserver
A new DocumentHeader was created.
onPageSelected(PageDto) - Method in class org.shredzone.cilla.admin.MapModelFactory
 
onPageSelected(PageDto) - Method in class org.shredzone.cilla.admin.page.CategoryPicklistBean
 
onPageSelected(PageDto) - Method in class org.shredzone.cilla.admin.page.gallery.GalleryBean
 
onPageSelected(PageDto) - Method in class org.shredzone.cilla.admin.page.media.PageMediaBean
 
onPageSelected(PageDto) - Method in interface org.shredzone.cilla.admin.page.PageSelectionObserver
A PageDto was selected.
onPageSelected(PageDto) - Method in class org.shredzone.cilla.admin.page.PageTagBean
 
onPointSelect(PointSelectEvent) - Method in class org.shredzone.cilla.admin.EditableMapModel
Invoked when an empty point was selected in the map.
onPointSelect(PointSelectEvent) - Method in class org.shredzone.cilla.admin.MapModelFactory
Handles pointSelect events of a PrimeFaces gmap component.
onRendering(String, HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.interceptor.GenericViewInterceptor
 
onRequest(HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.interceptor.GenericViewInterceptor
 
onViewHandlerInvocation(ViewContext, Object, Method) - Method in class org.shredzone.cilla.view.interceptor.FramedViewInterceptor
 
openCommentBox(Appendable) - Method in class org.shredzone.cilla.web.renderer.AbstractCommentRendererStrategy
Opens the HTML container for the list of comments.
openCommentBox(Appendable) - Method in interface org.shredzone.cilla.web.renderer.CommentRendererStrategy
Opens the HTML container for the list of comments.
openContainer(Appendable) - Method in class org.shredzone.cilla.site.renderer.CommentRendererStrategyImpl
 
openContainer(Appendable) - Method in class org.shredzone.cilla.site.renderer.PaginatorStrategyImpl
 
openContainer(Appendable) - Method in class org.shredzone.cilla.web.renderer.AbstractCommentRendererStrategy
Opens the HTML container of the strategy.
openContainer(Appendable) - Method in class org.shredzone.cilla.web.renderer.AbstractPaginatorRendererStrategy
Opens the HTML container of the paginator.
openContainer(Appendable) - Method in interface org.shredzone.cilla.web.renderer.CommentRendererStrategy
Opens the HTML container of the strategy.
openContainer(Appendable) - Method in interface org.shredzone.cilla.web.renderer.PaginatorRendererStrategy
Opens the HTML container of the paginator.
org.shredzone.cilla.admin - package org.shredzone.cilla.admin
 
org.shredzone.cilla.admin.comment - package org.shredzone.cilla.admin.comment
 
org.shredzone.cilla.admin.header - package org.shredzone.cilla.admin.header
 
org.shredzone.cilla.admin.login - package org.shredzone.cilla.admin.login
 
org.shredzone.cilla.admin.page - package org.shredzone.cilla.admin.page
 
org.shredzone.cilla.admin.page.gallery - package org.shredzone.cilla.admin.page.gallery
 
org.shredzone.cilla.admin.page.media - package org.shredzone.cilla.admin.page.media
 
org.shredzone.cilla.admin.processing - package org.shredzone.cilla.admin.processing
 
org.shredzone.cilla.admin.role - package org.shredzone.cilla.admin.role
 
org.shredzone.cilla.admin.spring - package org.shredzone.cilla.admin.spring
 
org.shredzone.cilla.core.datasource - package org.shredzone.cilla.core.datasource
 
org.shredzone.cilla.core.event - package org.shredzone.cilla.core.event
 
org.shredzone.cilla.core.event.annotation - package org.shredzone.cilla.core.event.annotation
 
org.shredzone.cilla.core.hibernate - package org.shredzone.cilla.core.hibernate
 
org.shredzone.cilla.core.model - package org.shredzone.cilla.core.model
 
org.shredzone.cilla.core.model.embed - package org.shredzone.cilla.core.model.embed
 
org.shredzone.cilla.core.model.is - package org.shredzone.cilla.core.model.is
 
org.shredzone.cilla.core.repository - package org.shredzone.cilla.core.repository
 
org.shredzone.cilla.core.repository.impl - package org.shredzone.cilla.core.repository.impl
 
org.shredzone.cilla.core.search - package org.shredzone.cilla.core.search
 
org.shredzone.cilla.core.util - package org.shredzone.cilla.core.util
 
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.site.ipptype - package org.shredzone.cilla.site.ipptype
 
org.shredzone.cilla.site.linktype - package org.shredzone.cilla.site.linktype
 
org.shredzone.cilla.site.renderer - package org.shredzone.cilla.site.renderer
 
org.shredzone.cilla.view - package org.shredzone.cilla.view
 
org.shredzone.cilla.view.annotation - package org.shredzone.cilla.view.annotation
 
org.shredzone.cilla.view.interceptor - package org.shredzone.cilla.view.interceptor
 
org.shredzone.cilla.view.model - package org.shredzone.cilla.view.model
 
org.shredzone.cilla.web - package org.shredzone.cilla.web
 
org.shredzone.cilla.web.comment - package org.shredzone.cilla.web.comment
 
org.shredzone.cilla.web.converter - package org.shredzone.cilla.web.converter
 
org.shredzone.cilla.web.format - package org.shredzone.cilla.web.format
 
org.shredzone.cilla.web.fragment - package org.shredzone.cilla.web.fragment
 
org.shredzone.cilla.web.fragment.annotation - package org.shredzone.cilla.web.fragment.annotation
 
org.shredzone.cilla.web.fragment.manager - package org.shredzone.cilla.web.fragment.manager
 
org.shredzone.cilla.web.header - package org.shredzone.cilla.web.header
 
org.shredzone.cilla.web.header.tag - package org.shredzone.cilla.web.header.tag
 
org.shredzone.cilla.web.map - package org.shredzone.cilla.web.map
 
org.shredzone.cilla.web.page - package org.shredzone.cilla.web.page
 
org.shredzone.cilla.web.plugin - package org.shredzone.cilla.web.plugin
 
org.shredzone.cilla.web.plugin.annotation - package org.shredzone.cilla.web.plugin.annotation
 
org.shredzone.cilla.web.plugin.manager - package org.shredzone.cilla.web.plugin.manager
 
org.shredzone.cilla.web.renderer - package org.shredzone.cilla.web.renderer
 
org.shredzone.cilla.web.tag - package org.shredzone.cilla.web.tag
Tag library for Cilla tags.
org.shredzone.cilla.web.util - package org.shredzone.cilla.web.util
 
org.shredzone.cilla.ws - package org.shredzone.cilla.ws
 
org.shredzone.cilla.ws.adapter - package org.shredzone.cilla.ws.adapter
 
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.category - package org.shredzone.cilla.ws.category
 
org.shredzone.cilla.ws.client - package org.shredzone.cilla.ws.client
 
org.shredzone.cilla.ws.comment - package org.shredzone.cilla.ws.comment
 
org.shredzone.cilla.ws.cxf - package org.shredzone.cilla.ws.cxf
 
org.shredzone.cilla.ws.exception - package org.shredzone.cilla.ws.exception
 
org.shredzone.cilla.ws.header - package org.shredzone.cilla.ws.header
 
org.shredzone.cilla.ws.impl - package org.shredzone.cilla.ws.impl
 
org.shredzone.cilla.ws.page - package org.shredzone.cilla.ws.page
 
org.shredzone.cilla.ws.system - package org.shredzone.cilla.ws.system
 
org.shredzone.cilla.ws.tag - package org.shredzone.cilla.ws.tag
 
org.shredzone.cilla.ws.user - package org.shredzone.cilla.ws.user
 
out - Variable in class org.shredzone.cilla.site.renderer.CalendarRenderStrategyImpl
 

P

Page - Class in org.shredzone.cilla.core.model
A Page entity represents a single blog article to be displayed.
Page() - Constructor for class org.shredzone.cilla.core.model.Page
 
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
 
PageBean - Class in org.shredzone.cilla.admin.page
A bean for editing PageDto.
PageBean() - Constructor for class org.shredzone.cilla.admin.page.PageBean
 
PageBridge - Class in org.shredzone.cilla.core.search
A StringBridge that converts the contents of an entire Page to a String.
PageBridge() - Constructor for class org.shredzone.cilla.core.search.PageBridge
 
pageByNameView(Page, HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.PageView
Renders a page by its name.
PageDao - Interface in org.shredzone.cilla.core.repository
DAO for Page entities.
PageDaoHibImpl - Class in org.shredzone.cilla.core.repository.impl
Default implementation of PageDao.
PageDaoHibImpl() - Constructor for class org.shredzone.cilla.core.repository.impl.PageDaoHibImpl
 
PageDataModel - Class in org.shredzone.cilla.admin.page
A DataModel providing PageInfoDto.
PageDataModel() - Constructor for class org.shredzone.cilla.admin.page.PageDataModel
 
PageDto - Class in org.shredzone.cilla.ws.page
A Page with more information about a page.
PageDto() - Constructor for class org.shredzone.cilla.ws.page.PageDto
 
PageInfoDto - Class in org.shredzone.cilla.ws.page
Contains basic information about a Page.
PageInfoDto() - Constructor for class org.shredzone.cilla.ws.page.PageInfoDto
 
pageLink(Appendable, String, int, int) - Method in class org.shredzone.cilla.site.renderer.PaginatorStrategyImpl
 
pageLink(Appendable, String, int, int) - Method in interface org.shredzone.cilla.web.renderer.PaginatorRendererStrategy
Writes a link to a page.
PageListView - Class in org.shredzone.cilla.view
Views for listing pages by their categories, tags or users.
PageListView() - Constructor for class org.shredzone.cilla.view.PageListView
 
PageMediaBean - Class in org.shredzone.cilla.admin.page.media
Bean for handling MediumDto of the currently selected page.
PageMediaBean() - Constructor for class org.shredzone.cilla.admin.page.media.PageMediaBean
 
PageOrder - Enum in org.shredzone.cilla.ws
Desired order of pages in a page result set.
PageSectionBean - Class in org.shredzone.cilla.admin.page
A bean for creating new sections in a PageDto.
PageSectionBean() - Constructor for class org.shredzone.cilla.admin.page.PageSectionBean
 
PageSelectionObserver - Interface in org.shredzone.cilla.admin.page
Beans implementing this interface will be notified when the selected PageDto was changed.
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
 
PageTagBean - Class in org.shredzone.cilla.admin.page
Bean helping to choose a tag for the current page.
PageTagBean() - Constructor for class org.shredzone.cilla.admin.page.PageTagBean
 
PageTurnerModel - Class in org.shredzone.cilla.view.model
Contains the neighbouring pages of a page.
PageTurnerModel(Page, Page) - Constructor for class org.shredzone.cilla.view.model.PageTurnerModel
Creates a new PageTurnerModel.
PageView - Class in org.shredzone.cilla.view
Views for showing a single page.
PageView() - Constructor for class org.shredzone.cilla.view.PageView
 
pageView(Page, HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.PageView
Renders a page.
pageView() - Method in class org.shredzone.cilla.view.SecurityView
Shows the login page.
PageWs - Interface in org.shredzone.cilla.ws.page
A service for managing pages.
PageWsImpl - Class in org.shredzone.cilla.ws.impl
Implementation of PageWs.
PageWsImpl() - Constructor for class org.shredzone.cilla.ws.impl.PageWsImpl
 
paginatorFragment(PaginatorModel, FilterModel, Locale, HttpServletResponse, JspWriter) - Method in class org.shredzone.cilla.web.renderer.PaginatorFragmentRenderer
 
PaginatorFragmentRenderer - Class in org.shredzone.cilla.web.renderer
A fragment renderer for paginators.
PaginatorFragmentRenderer() - Constructor for class org.shredzone.cilla.web.renderer.PaginatorFragmentRenderer
 
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.
PaginatorRendererStrategy - Interface in org.shredzone.cilla.web.renderer
For the paginator to work, a single Spring bean must implement PaginatorRendererStrategy.
PaginatorStrategyImpl - Class in org.shredzone.cilla.site.renderer
Renders a paginator.
PaginatorStrategyImpl() - Constructor for class org.shredzone.cilla.site.renderer.PaginatorStrategyImpl
 
param(String, Object) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Adds a generic parameter.
Parameterizable - Interface in org.shredzone.cilla.web.tag
Marks tags that are parameterizable by a param tag.
ParamTag - Class in org.shredzone.cilla.web.tag
A parameter to the parent tag.
ParamTag() - Constructor for class org.shredzone.cilla.web.tag.ParamTag
 
parse(String) - Static method in class org.shredzone.cilla.service.search.DateRange
Creates a DateRange by parsing a string.
parseQuery(String, Locale) - Method in class org.shredzone.cilla.core.repository.impl.SearchDaoHibImpl
 
parseQuery(String, Locale) - Method in interface org.shredzone.cilla.core.repository.SearchDao
Parses a query string and returns a Query object.
persist(T) - Method in interface org.shredzone.cilla.core.repository.BaseDao
Persists a new entity.
persist(T) - Method in class org.shredzone.cilla.core.repository.impl.BaseDaoHibImpl
 
persist(Comment) - Method in class org.shredzone.cilla.core.repository.impl.CommentDaoHibImpl
 
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 - Class in org.shredzone.cilla.core.model
Stores a single picture for a GallerySection.
Picture() - Constructor for class org.shredzone.cilla.core.model.Picture
 
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
 
PictureDao - Interface in org.shredzone.cilla.core.repository
DAO for Picture entities.
PictureDaoHibImpl - Class in org.shredzone.cilla.core.repository.impl
Default implementation of PictureDao.
PictureDaoHibImpl() - Constructor for class org.shredzone.cilla.core.repository.impl.PictureDaoHibImpl
 
PictureDto - Class in org.shredzone.cilla.ws.page
A Picture contained in a Gallery Section.
PictureDto() - Constructor for class org.shredzone.cilla.ws.page.PictureDto
 
PictureInfoModel - Class in org.shredzone.cilla.view.model
Contains information about a list of pictures and a selection.
PictureInfoModel(List<Picture>, int) - Constructor for class org.shredzone.cilla.view.model.PictureInfoModel
Creates a new PictureInfoModel.
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
 
PictureTagBean - Class in org.shredzone.cilla.admin.page.gallery
Bean helping to choose a tag for the current picture.
PictureTagBean() - Constructor for class org.shredzone.cilla.admin.page.gallery.PictureTagBean
 
pictureView(Picture, String, HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.GalleryView
Streams the picture of a gallery.
PlainTextFormatter - Class in org.shredzone.cilla.core.search
A simple formatter that converts FormattedText into plain text without markup.
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
 
PostProcessingTextFilter - Interface in org.shredzone.cilla.web.plugin
A TextFilter that is invoked for post-processing formatted text.
postSilently(Comment) - Method in interface org.shredzone.cilla.service.CommentService
Posts a comment.
postSilently(Comment) - Method in class org.shredzone.cilla.service.impl.CommentServiceImpl
 
PreviewImageProcessing - Class in org.shredzone.cilla.admin.processing
Preconfigured ImageProcessing for previews.
PreviewImageProcessing() - Constructor for class org.shredzone.cilla.admin.processing.PreviewImageProcessing
 
previewUrl(long) - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
 
previewUrl(long) - Method in interface org.shredzone.cilla.ws.page.PageWs
Returns the preview URL of a page.
previousLink(Appendable, String) - Method in class org.shredzone.cilla.site.renderer.PaginatorStrategyImpl
 
previousLink(Appendable, String) - Method in class org.shredzone.cilla.web.renderer.AbstractPaginatorRendererStrategy
Writes the "previous" link that jumps to the previous page.
previousLink(Appendable, String) - Method in interface org.shredzone.cilla.web.renderer.PaginatorRendererStrategy
Writes the "previous" link that jumps to the previous page.
Priority - Annotation Type in org.shredzone.cilla.web.plugin.annotation
Defines the priority of a plugin implementation.
PriorityComparator<T> - Class in org.shredzone.cilla.web.plugin.manager
Compares two objects by their Priority annotations.
PriorityComparator(Class<T>) - Constructor for class org.shredzone.cilla.web.plugin.manager.PriorityComparator
Creates a new PriorityComparator.
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) - Method in class org.shredzone.cilla.admin.page.PageBean
Proposes a list of subjects to the given query string.
proposeSubjects(String, int) - Method in class org.shredzone.cilla.core.repository.impl.PageDaoHibImpl
 
proposeSubjects(String, int) - Method in interface org.shredzone.cilla.core.repository.PageDao
Returns a list of proposed subjects matching the given query.
proposeSubjects(String, int) - Method in class org.shredzone.cilla.ws.impl.PageWsImpl
 
proposeSubjects(String, int) - Method in interface org.shredzone.cilla.ws.page.PageWs
Proposes a list of subjects for the given text.
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
 
proposeTags(String, int) - Method in interface org.shredzone.cilla.ws.tag.TagWs
Proposes a list of tags for the given text.
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.
redirectRestricted(Page, HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.AbstractView
Redirect to the section's page main view when the page is restricted and has not been unlocked yet.
ref(Linkable) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Sets a Linkable as reference.
ReferenceResolver - Class in org.shredzone.cilla.web.format
Resolves references to URLs and link types.
ReferenceResolver() - Constructor for class org.shredzone.cilla.web.format.ReferenceResolver
 
registerDestructionCallback(String, Runnable) - Method in class org.shredzone.cilla.admin.spring.ViewScope
 
reindex() - Method in interface org.shredzone.cilla.core.search.IndexerService
Invalidates the entire search index, and rebuilds it from scratch.
reindex() - Method in class org.shredzone.cilla.core.search.IndexerServiceImpl
 
RemoteLoginService - Interface in org.shredzone.cilla.ws.client
Service for logging in at a remote Cilla server.
RemoteLoginServiceImpl - Class in org.shredzone.cilla.ws.client
Default implementation of RemoteLoginService.
RemoteLoginServiceImpl() - Constructor for class org.shredzone.cilla.ws.client.RemoteLoginServiceImpl
 
RemoteUserDetails - Class in org.shredzone.cilla.ws.client
UserDetails of the user who is remotely logged in.
RemoteUserDetails() - Constructor for class org.shredzone.cilla.ws.client.RemoteUserDetails
 
remove(String) - Method in class org.shredzone.cilla.admin.spring.ViewScope
 
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
 
removeImage(PictureDto) - Method in class org.shredzone.cilla.admin.page.gallery.GalleryBean
Removes a picture.
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
 
renderFragment(String, FragmentContext) - Method in interface org.shredzone.cilla.web.fragment.FragmentService
Renders a fragment.
renderFragment(String, FragmentContext) - Method in class org.shredzone.cilla.web.fragment.FragmentServiceImpl
 
RenderTag - Class in org.shredzone.cilla.web.tag
Renders a fragment.
RenderTag() - Constructor for class org.shredzone.cilla.web.tag.RenderTag
 
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.
resolveContextualObject(String) - Method in class org.shredzone.cilla.admin.spring.ViewScope
 
resolveLinkType(String) - Method in class org.shredzone.cilla.site.linktype.ExternalLinkTypeMatcher
 
resolveLinkType(String) - Method in interface org.shredzone.cilla.web.plugin.LinkTypeMatcher
Resolve a link.
resolveLocalLink(String, boolean, Supplier<LinkBuilder>) - Method in class org.shredzone.cilla.view.MediaView
 
resolveLocalLink(String, boolean, Supplier<LinkBuilder>) - Method in interface org.shredzone.cilla.web.plugin.LocalLinkResolver
Resolves a local link in relation to the given Page.
ResourceDataSource - Interface in org.shredzone.cilla.core.datasource
An extended DataSource representing a resource from a Field.Store.
ResourceLockManager - Interface in org.shredzone.cilla.web.page
A manager for unlocking protected entities.
ResourceLockManagerImpl - Class in org.shredzone.cilla.web.page
Default implementation of ResourceLockManager.
ResourceLockManagerImpl() - Constructor for class org.shredzone.cilla.web.page.ResourceLockManagerImpl
 
ResourceView - Class in org.shredzone.cilla.view
Views for showing a resource.
ResourceView() - Constructor for class org.shredzone.cilla.view.ResourceView
 
resourceView(String, String, HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.ResourceView
Streams a resource.
Role - Class in org.shredzone.cilla.core.model
A role.
Role() - Constructor for class org.shredzone.cilla.core.model.Role
 
RoleBean - Class in org.shredzone.cilla.admin.role
Bean for editing roles.
RoleBean() - Constructor for class org.shredzone.cilla.admin.role.RoleBean
 
RoleDao - Interface in org.shredzone.cilla.core.repository
DAO for Role entities.
RoleDaoHibImpl - Class in org.shredzone.cilla.core.repository.impl
Default implementation of RoleDao.
RoleDaoHibImpl() - Constructor for class org.shredzone.cilla.core.repository.impl.RoleDaoHibImpl
 
run() - Method in class org.shredzone.cilla.core.search.IndexerServiceImpl
 

S

save() - Method in class org.shredzone.cilla.admin.page.PageBean
Commits changes to the currently selected PageDto, but stays at the page editor.
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
 
SearchDao - Interface in org.shredzone.cilla.core.repository
A special DAO that gives access to the search index.
SearchDaoHibImpl - Class in org.shredzone.cilla.core.repository.impl
Hibernate and Lucene implementation of SearchDao.
SearchDaoHibImpl() - Constructor for class org.shredzone.cilla.core.repository.impl.SearchDaoHibImpl
 
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.
SearchView - Class in org.shredzone.cilla.view
Views for searching content.
SearchView() - Constructor for class org.shredzone.cilla.view.SearchView
 
searchView(HttpServletRequest, DateRange, PaginatorModel, String) - Method in class org.shredzone.cilla.view.SearchView
Shows the view result page.
Section - Class in org.shredzone.cilla.core.model
A single Section of a Page.
Section() - Constructor for class org.shredzone.cilla.core.model.Section
 
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.
SectionDao - Interface in org.shredzone.cilla.core.repository
DAO for Section entities.
SectionDaoHibImpl - Class in org.shredzone.cilla.core.repository.impl
Default implementation of SectionDao.
SectionDaoHibImpl() - Constructor for class org.shredzone.cilla.core.repository.impl.SectionDaoHibImpl
 
SectionDto - Class in org.shredzone.cilla.ws.page
A DTO representing a Section.
SectionDto() - Constructor for class org.shredzone.cilla.ws.page.SectionDto
 
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
 
sectionFragment(Section, FragmentContext) - Method in class org.shredzone.cilla.site.renderer.SectionFragmentRenderer
Renders a Section completely.
SectionFragmentRenderer - Class in org.shredzone.cilla.site.renderer
A Fragment Renderer for rendering a Section.
SectionFragmentRenderer() - Constructor for class org.shredzone.cilla.site.renderer.SectionFragmentRenderer
 
sectionShortFragment(Section, FragmentContext) - Method in class org.shredzone.cilla.site.renderer.SectionFragmentRenderer
Renders the short version of a Section.
SecurityContextCallback - Class in org.shredzone.cilla.ws.cxf
Java security callback handler for authentication.
SecurityContextCallback() - Constructor for class org.shredzone.cilla.ws.cxf.SecurityContextCallback
 
SecurityInInterceptor - Class in org.shredzone.cilla.ws.cxf
SOAP interceptor for incoming authentication headers.
SecurityInInterceptor() - Constructor for class org.shredzone.cilla.ws.cxf.SecurityInInterceptor
 
SecurityOutInterceptor - Class in org.shredzone.cilla.ws.cxf
An OutInterceptor that handles a simple UsernameToken authentication using Spring Security.
SecurityOutInterceptor() - Constructor for class org.shredzone.cilla.ws.cxf.SecurityOutInterceptor
 
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
 
SecurityView - Class in org.shredzone.cilla.view
Views for security related pages.
SecurityView() - Constructor for class org.shredzone.cilla.view.SecurityView
 
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
 
setAgent(String) - Method in class org.shredzone.cilla.web.tag.IfBrowserTag
 
setAlt(String) - Method in class org.shredzone.cilla.web.tag.ImageTag
 
setAltitude(BigDecimal) - Method in class org.shredzone.cilla.core.model.embed.Geolocation
 
setAltitude(BigDecimal) - Method in interface org.shredzone.cilla.ws.Geolocated
 
setAltitude(BigDecimal) - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
setAltitude(BigDecimal) - Method in class org.shredzone.cilla.ws.page.PictureDto
 
setAnchor(String) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setAperture(String) - Method in class org.shredzone.cilla.core.model.embed.ExifData
 
setAttribute(String, Object) - Method in class org.shredzone.cilla.web.fragment.manager.FragmentContext
Sets an attribute in the Request scope.
setAttributes(Map<String, Object>) - Method in class org.shredzone.cilla.service.notification.Notification
 
setAuthor(User) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setAuthor(User) - Method in class org.shredzone.cilla.web.tag.FeedTag
 
setAuthor(User) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setAuthorities(Collection<Authority>) - Method in class org.shredzone.cilla.core.model.Role
 
setAuthorities(Collection<GrantedAuthority>) - Method in class org.shredzone.cilla.ws.client.RemoteUserDetails
 
setBackgroundColor(String) - Method in class org.shredzone.cilla.web.map.MapModel
 
setBean(Object) - Method in class org.shredzone.cilla.core.event.EventInvoker
 
setCameraModel(String) - Method in class org.shredzone.cilla.core.model.embed.ExifData
 
setCaption(FormattedText) - Method in class org.shredzone.cilla.core.model.Category
 
setCaption(String) - Method in class org.shredzone.cilla.core.model.Header
 
setCaption(FormattedText) - Method in class org.shredzone.cilla.core.model.Picture
 
setCaption(String) - Method in class org.shredzone.cilla.ws.category.CategoryDto
 
setCaption(String) - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
setCaption(String) - Method in class org.shredzone.cilla.ws.page.PictureDto
 
setCaptionFormat(TextFormat) - Method in class org.shredzone.cilla.ws.category.CategoryDto
 
setCaptionFormat(TextFormat) - Method in class org.shredzone.cilla.ws.page.PictureDto
 
setCategories(Set<Category>) - Method in class org.shredzone.cilla.core.model.Page
 
setCategories(List<CategoryDto>) - Method in class org.shredzone.cilla.ws.page.PageDto
 
setCategory(Category) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setCategory(Category) - Method in class org.shredzone.cilla.service.search.FilterModel
 
setCategory(Category) - Method in class org.shredzone.cilla.web.tag.FeedTag
 
setCategory(Category) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setChallenge(String) - Method in class org.shredzone.cilla.core.model.Page
 
setChallenge(String) - Method in class org.shredzone.cilla.ws.page.PageDto
 
setChildren(List<Category>) - Method in class org.shredzone.cilla.core.model.Category
 
setChildren(List<CommentModel>) - Method in class org.shredzone.cilla.web.comment.CommentModel
 
setComment(CommentDto) - Method in class org.shredzone.cilla.admin.comment.CommentBean
 
setCommentable(boolean) - Method in class org.shredzone.cilla.core.model.CommentThread
 
setCommentable(boolean) - Method in class org.shredzone.cilla.core.model.GallerySection
 
setCommentable(Commentable) - Method in class org.shredzone.cilla.web.renderer.AbstractCommentRendererStrategy
 
setCommentable(Commentable) - Method in interface org.shredzone.cilla.web.renderer.CommentRendererStrategy
Sets the Commentable this comment refers to.
setCommentable(Commentable) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setCommentable(boolean) - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
setCommentable(boolean) - Method in class org.shredzone.cilla.ws.page.GallerySectionDto
 
setCommentable(boolean) - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
setCommentable(boolean) - Method in class org.shredzone.cilla.ws.page.PictureDto
 
setComments(List<Comment>) - Method in class org.shredzone.cilla.core.model.CommentThread
 
setContent(String) - Method in class org.shredzone.cilla.web.tag.MetaTag
 
setContentType(String) - Method in class org.shredzone.cilla.core.model.Store
 
setContentType(String) - Method in class org.shredzone.cilla.service.resource.ImageProcessorResult
 
setContext(FragmentContext) - Method in class org.shredzone.cilla.web.renderer.AbstractCommentRendererStrategy
 
setContext(FragmentContext) - Method in interface org.shredzone.cilla.web.renderer.CommentRendererStrategy
Sets the FragmentContext of this invocation.
setCount(int) - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
 
setCount(int) - Method in class org.shredzone.cilla.service.search.PaginatorModel
 
setCount(int) - Method in class org.shredzone.cilla.web.comment.CommentThreadModel
 
setCreateDate(Date) - Method in class org.shredzone.cilla.core.model.Picture
 
setCreateDate(Date) - Method in class org.shredzone.cilla.ws.page.PictureDto
 
setCreatedBy(User) - Method in class org.shredzone.cilla.core.model.Medium
 
setCreateTimeDefinition(TimeDefinition) - Method in class org.shredzone.cilla.core.model.Picture
 
setCreateTimeDefinition(TimeDefinition) - Method in class org.shredzone.cilla.ws.page.PictureDto
 
setCreateTimeZone(TimeZone) - Method in class org.shredzone.cilla.core.model.Picture
 
setCreateTimeZone(TimeZone) - Method in class org.shredzone.cilla.ws.page.PictureDto
 
setCreation(Date) - Method in class org.shredzone.cilla.core.model.Comment
 
setCreation(Date) - Method in class org.shredzone.cilla.core.model.Header
 
setCreation(Date) - Method in class org.shredzone.cilla.core.model.Page
 
setCreation(Date) - Method in class org.shredzone.cilla.web.comment.CommentModel
 
setCreation(Date) - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
setCreation(Date) - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
setCreation(Date) - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
setCreator(User) - Method in class org.shredzone.cilla.core.model.Comment
 
setCreator(User) - Method in class org.shredzone.cilla.core.model.Header
 
setCreator(User) - Method in class org.shredzone.cilla.core.model.Page
 
setCreator(User) - Method in class org.shredzone.cilla.service.search.FilterModel
 
setCreatorId(Long) - Method in class org.shredzone.cilla.web.comment.CommentModel
 
setCreatorId(Long) - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
setCreatorId(long) - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
setCreatorId(long) - Method in class org.shredzone.cilla.ws.page.MediumDto
 
setCreatorId(long) - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
setCreatorLogin(String) - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
setCreatorLogin(String) - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
setCreatorLogin(String) - Method in class org.shredzone.cilla.ws.page.MediumDto
 
setCreatorLogin(String) - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
setCreatorName(String) - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
setCreatorName(String) - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
setCreatorName(String) - Method in class org.shredzone.cilla.ws.page.MediumDto
 
setCreatorName(String) - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
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
 
setDefaultTimePrecision(TimeDefinition) - Method in class org.shredzone.cilla.core.model.GallerySection
 
setDefaultTimePrecision(TimeDefinition) - Method in class org.shredzone.cilla.ws.page.GallerySectionDto
 
setDefaultTimeZone(TimeZone) - Method in class org.shredzone.cilla.core.model.GallerySection
 
setDefaultTimeZone(TimeZone) - Method in class org.shredzone.cilla.ws.page.GallerySectionDto
 
setDescending(Boolean) - Method in class org.shredzone.cilla.ws.ListRange
true for descending order.
setDescription(FormattedText) - Method in class org.shredzone.cilla.core.model.Header
 
setDescription(String) - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
setDescriptionFormat(TextFormat) - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
setDimension(int, int) - Method in class org.shredzone.cilla.ws.ImageProcessing
Sets the maximum image width and height for scaling.
setDivId(String) - Method in class org.shredzone.cilla.web.tag.MapTag
 
setDonatable(boolean) - Method in class org.shredzone.cilla.core.model.Page
 
setDonatable(boolean) - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
setDonateUrl(String) - Method in class org.shredzone.cilla.core.model.Page
 
setEnabled(boolean) - Method in class org.shredzone.cilla.core.model.Header
 
setEnabled(boolean) - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
setExifData(ExifData) - Method in class org.shredzone.cilla.core.model.Picture
 
setExpiration(Date) - Method in class org.shredzone.cilla.core.model.Page
 
setExpiration(Date) - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
setExposureBias(String) - Method in class org.shredzone.cilla.core.model.embed.ExifData
 
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
setFirst(Integer) - Method in class org.shredzone.cilla.ws.ListRange
Number of the first row to return, or null for no limitation.
setFlash(String) - Method in class org.shredzone.cilla.core.model.embed.ExifData
 
setFocalLength(String) - Method in class org.shredzone.cilla.core.model.embed.ExifData
 
setFocusMode(String) - Method in class org.shredzone.cilla.core.model.embed.ExifData
 
setFormat(TextFormat) - Method in class org.shredzone.cilla.core.model.embed.FormattedText
 
setFormat(Object) - Method in class org.shredzone.cilla.web.tag.FormatTag
 
setFragment(String) - Method in class org.shredzone.cilla.web.tag.RenderTag
 
setFullImage(Store) - Method in class org.shredzone.cilla.core.model.Header
 
setGallery(GallerySection) - Method in class org.shredzone.cilla.core.model.Picture
 
setGallerySection(GallerySectionDto) - Method in class org.shredzone.cilla.admin.page.gallery.GalleryBean
 
setHeader(HeaderDto) - Method in class org.shredzone.cilla.admin.header.HeaderBean
 
setHeader(Header) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setHeader(Header) - Method in class org.shredzone.cilla.web.tag.ImageTag
 
setHeader(Header) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setHeaderImage(Store) - Method in class org.shredzone.cilla.core.model.Header
 
setHeight(int) - Method in class org.shredzone.cilla.core.model.Header
 
setHeight(int) - Method in class org.shredzone.cilla.core.model.Picture
 
setHeight(int) - Method in class org.shredzone.cilla.ws.ImageProcessing
 
setHidden(boolean) - Method in class org.shredzone.cilla.core.model.Page
 
setHidden(boolean) - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
setHighlighted(List<String>) - Method in class org.shredzone.cilla.service.search.impl.SearchResultImpl
 
setHttpServletResponse(HttpServletResponse) - Method in class org.shredzone.cilla.web.renderer.CalendarGenerator
HttpServletResponse for generating links.
setIcon(String) - Method in class org.shredzone.cilla.core.model.Category
 
setIcon(String) - Method in class org.shredzone.cilla.ws.category.CategoryDto
 
setId(long) - Method in class org.shredzone.cilla.core.model.BaseModel
 
setId(long) - Method in class org.shredzone.cilla.web.comment.CommentModel
 
setId(String) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setId(long) - Method in class org.shredzone.cilla.ws.BaseDto
 
setImage(Store) - Method in class org.shredzone.cilla.core.model.Medium
 
setImage(Store) - Method in class org.shredzone.cilla.core.model.Picture
 
setIso(String) - Method in class org.shredzone.cilla.core.model.embed.ExifData
 
setItem(Commentable) - Method in class org.shredzone.cilla.web.tag.CommentThreadTag
 
setItem(Object) - Method in class org.shredzone.cilla.web.tag.RenderTag
 
setKey(String) - Method in class org.shredzone.cilla.core.model.Setting
 
setLanguage(Language) - Method in class org.shredzone.cilla.core.model.Page
 
setLanguage(Language) - Method in class org.shredzone.cilla.core.model.User
 
setLanguage(Locale) - Method in class org.shredzone.cilla.ws.user.UserDto
 
setLanguageId(long) - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
setLanguageId(long) - Method in class org.shredzone.cilla.ws.user.UserDto
 
setLastCommented(Date) - Method in class org.shredzone.cilla.web.comment.CommentThreadModel
 
setLastLocation(BigDecimal, BigDecimal) - Method in class org.shredzone.cilla.admin.MapModelFactory
Stores the last location that was used, in the user's session.
setLastModified(Date) - Method in class org.shredzone.cilla.core.model.Store
 
setLatitude(BigDecimal) - Method in class org.shredzone.cilla.core.model.embed.Geolocation
 
setLatitude(BigDecimal) - Method in interface org.shredzone.cilla.ws.Geolocated
 
setLatitude(BigDecimal) - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
setLatitude(BigDecimal) - Method in class org.shredzone.cilla.ws.page.PictureDto
 
setLevel(int) - Method in class org.shredzone.cilla.web.comment.CommentModel
 
setLimit(Integer) - Method in class org.shredzone.cilla.ws.ListRange
Maximum number of rows to return, or null for no limitation.
setLink(String) - Method in class org.shredzone.cilla.web.tag.MapMarkerTag
 
setLinkBuilderSupplier(Supplier<LinkBuilder>) - Method in class org.shredzone.cilla.web.format.ReferenceResolver
 
setLocale(Locale) - Method in class org.shredzone.cilla.core.model.Language
 
setLocale(Locale) - Method in class org.shredzone.cilla.service.notification.NotificationTarget
 
setLocale(Locale) - Method in class org.shredzone.cilla.service.search.FilterModel
 
setLocale(Locale) - Method in class org.shredzone.cilla.site.renderer.CommentRendererStrategyImpl
 
setLocale(Locale) - Method in class org.shredzone.cilla.site.renderer.PaginatorStrategyImpl
 
setLocale(Locale) - Method in class org.shredzone.cilla.web.renderer.AbstractCommentRendererStrategy
 
setLocale(Locale) - Method in class org.shredzone.cilla.web.renderer.AbstractPaginatorRendererStrategy
 
setLocale(Locale) - Method in class org.shredzone.cilla.web.renderer.CalendarGenerator
Locale to generate the calendar for.
setLocale(Locale) - Method in interface org.shredzone.cilla.web.renderer.CommentRendererStrategy
Sets the Locale to be used in this strategy.
setLocale(Locale) - Method in interface org.shredzone.cilla.web.renderer.PaginatorRendererStrategy
Sets the Locale to be used in this paginator.
setLocale(Locale) - Method in class org.shredzone.cilla.ws.system.LanguageDto
 
setLocation(Geolocation) - Method in class org.shredzone.cilla.core.model.Header
 
setLocation(Geolocation) - Method in class org.shredzone.cilla.core.model.Picture
 
setLocation(Geolocation) - Method in class org.shredzone.cilla.web.map.MapModel
 
setLocation(Geolocation) - Method in class org.shredzone.cilla.web.tag.MapMarkerTag
 
setLocation(Geolocation) - Method in class org.shredzone.cilla.web.tag.MapTag
 
setLogin(String) - Method in class org.shredzone.cilla.core.model.User
 
setLogin(String) - Method in class org.shredzone.cilla.ws.user.UserDto
 
setLongitude(BigDecimal) - Method in class org.shredzone.cilla.core.model.embed.Geolocation
 
setLongitude(BigDecimal) - Method in interface org.shredzone.cilla.ws.Geolocated
 
setLongitude(BigDecimal) - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
setLongitude(BigDecimal) - Method in class org.shredzone.cilla.ws.page.PictureDto
 
setMail(String) - Method in class org.shredzone.cilla.core.model.Comment
 
setMail(String) - Method in class org.shredzone.cilla.core.model.User
 
setMail(String) - Method in class org.shredzone.cilla.service.notification.NotificationTarget
 
setMail(String) - Method in class org.shredzone.cilla.web.comment.CommentModel
 
setMail(String) - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
setMail(String) - Method in class org.shredzone.cilla.ws.user.UserDto
 
setMailhash(String) - Method in class org.shredzone.cilla.web.comment.CommentModel
 
setMarkers(List<Marker>) - Method in class org.shredzone.cilla.web.map.MapModel
 
setMedia(List<MediumDto>) - Method in class org.shredzone.cilla.ws.page.PageDto
 
setMedium(Medium) - Method in class org.shredzone.cilla.web.tag.ImageTag
 
setMeteringMode(String) - Method in class org.shredzone.cilla.core.model.embed.ExifData
 
setMethod(Method) - Method in class org.shredzone.cilla.core.event.EventInvoker
 
setModel(DualListModel<CategoryDto>) - Method in class org.shredzone.cilla.admin.page.CategoryPicklistBean
Sets the selected categories from the given DualListModel.
setModification(Date) - Method in class org.shredzone.cilla.core.model.Page
 
setModification(Date) - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
setMonth(int) - Method in class org.shredzone.cilla.service.search.DateRange
 
setName(String) - Method in class org.shredzone.cilla.core.model.Authority
 
setName(String) - Method in class org.shredzone.cilla.core.model.Category
 
setName(String) - Method in class org.shredzone.cilla.core.model.Comment
 
setName(String) - Method in class org.shredzone.cilla.core.model.Header
 
setName(String) - Method in class org.shredzone.cilla.core.model.Language
 
setName(String) - Method in class org.shredzone.cilla.core.model.Page
 
setName(String) - Method in class org.shredzone.cilla.core.model.Role
 
setName(String) - Method in class org.shredzone.cilla.core.model.Store
 
setName(String) - Method in class org.shredzone.cilla.core.model.Tag
 
setName(String) - Method in class org.shredzone.cilla.core.model.User
 
setName(String) - Method in class org.shredzone.cilla.service.notification.NotificationTarget
 
setName(String) - Method in class org.shredzone.cilla.web.comment.CommentModel
 
setName(String) - Method in class org.shredzone.cilla.web.tag.MetaTag
 
setName(String) - Method in class org.shredzone.cilla.web.tag.ParamTag
 
setName(String) - Method in class org.shredzone.cilla.ws.category.CategoryDto
 
setName(String) - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
setName(String) - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
setName(String) - Method in class org.shredzone.cilla.ws.page.MediumDto
 
setName(String) - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
setName(String) - Method in class org.shredzone.cilla.ws.system.GrantedRoleDto
 
setName(String) - Method in class org.shredzone.cilla.ws.system.LanguageDto
 
setName(String) - Method in class org.shredzone.cilla.ws.user.UserDto
 
setNewSectionBinding(UIInput) - Method in class org.shredzone.cilla.admin.page.PageSectionBean
 
setOnclick(String) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setOptional(Boolean) - Method in class org.shredzone.cilla.web.tag.RenderTag
 
setOrder(PageOrder) - Method in class org.shredzone.cilla.service.search.FilterModel
 
setOrder(String) - Method in class org.shredzone.cilla.ws.ListRange
Property to order by.
setPage(PageDto) - Method in class org.shredzone.cilla.admin.page.PageBean
 
setPage(Page) - Method in class org.shredzone.cilla.core.model.Medium
 
setPage(Page) - Method in class org.shredzone.cilla.core.model.Section
 
setPage(Page) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setPage(Page) - Method in class org.shredzone.cilla.service.search.FilterModel
 
setPage(Page) - Method in class org.shredzone.cilla.web.tag.FormatTag
 
setPage(Page) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setPageContext(PageContext) - Method in class org.shredzone.cilla.web.fragment.manager.FragmentContext
 
setPageInfo(PageInfoDto) - Method in class org.shredzone.cilla.admin.page.PageBean
 
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
 
setParent(Category) - Method in class org.shredzone.cilla.core.model.Category
 
setPassword(String) - Method in class org.shredzone.cilla.admin.login.LoginBean
 
setPassword(String) - Method in class org.shredzone.cilla.core.model.User
 
setPassword(String) - Method in class org.shredzone.cilla.ws.client.RemoteUserDetails
 
setPerPage(int) - Method in class org.shredzone.cilla.service.search.PaginatorModel
 
setPicture(Picture) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setPicture(Picture) - Method in class org.shredzone.cilla.web.tag.ImageTag
 
setPicture(Picture) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setPictures(List<Picture>) - Method in class org.shredzone.cilla.core.model.GallerySection
 
setPictures(List<PictureDto>) - Method in class org.shredzone.cilla.ws.page.GallerySectionDto
 
setProgram(String) - Method in class org.shredzone.cilla.core.model.embed.ExifData
 
setPromoted(boolean) - Method in class org.shredzone.cilla.core.model.Page
 
setPromoted(boolean) - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
setProperties(Map<String, String>) - Method in class org.shredzone.cilla.core.model.Page
 
setProperties(Map<String, String>) - Method in class org.shredzone.cilla.core.model.User
 
setPublication(Date) - Method in class org.shredzone.cilla.core.model.Page
 
setPublication(Date) - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
setPublished(boolean) - Method in class org.shredzone.cilla.core.model.Comment
 
setPublished(boolean) - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
setPublishedState(boolean) - Method in class org.shredzone.cilla.core.model.Page
 
setQualifier(String) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setQualifier(String) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setQuery(String) - Method in class org.shredzone.cilla.service.search.FilterModel
 
setRecipients(List<NotificationTarget>) - Method in class org.shredzone.cilla.service.notification.Notification
 
setRef(Linkable) - Method in class org.shredzone.cilla.web.tag.FeedTag
 
setRef(Linkable) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setRendered(Boolean) - Method in class org.shredzone.cilla.web.tag.RenderTag
 
setReplace(boolean) - Method in class org.shredzone.cilla.web.tag.MetaTag
 
setReplyTo(Comment) - Method in class org.shredzone.cilla.core.model.Comment
 
setReplyToId(Long) - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
setResponsePattern(String) - Method in class org.shredzone.cilla.core.model.Page
 
setResponsePattern(String) - Method in class org.shredzone.cilla.ws.page.PageDto
 
setRights(Collection<String>) - Method in class org.shredzone.cilla.ws.system.GrantedRoleDto
 
setRole(Role) - Method in class org.shredzone.cilla.core.model.User
 
setRoleName(String) - Method in class org.shredzone.cilla.ws.user.UserDto
 
setSatellite(boolean) - Method in class org.shredzone.cilla.web.tag.MapTag
 
setScheme(String) - Method in class org.shredzone.cilla.web.tag.MetaTag
 
setScope(String) - Method in class org.shredzone.cilla.web.tag.CaptureTag
 
setScope(String) - Method in class org.shredzone.cilla.web.tag.CommentThreadTag
 
setScope(String) - Method in class org.shredzone.cilla.web.tag.FeedTag
 
setScope(String) - Method in class org.shredzone.cilla.web.tag.FormatTag
 
setScope(String) - Method in class org.shredzone.cilla.web.tag.ImageTag
 
setScope(String) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setScope(String) - Method in class org.shredzone.cilla.web.tag.MapTag
 
setScopedAttribute(PageContext, String, Object, String) - Static method in class org.shredzone.cilla.web.util.TagUtils
Set an attribute with the given scope.
setSearchResult(SearchResult) - Method in class org.shredzone.cilla.web.renderer.CalendarGenerator
Sets the SearchResult to create a calendar for.
setSection(Section) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setSection(Section) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setSections(List<Section>) - Method in class org.shredzone.cilla.core.model.Page
 
setSections(List<SectionDto>) - Method in class org.shredzone.cilla.ws.page.PageDto
 
setSelectedImage(PictureDto) - Method in class org.shredzone.cilla.admin.page.gallery.GalleryBean
 
setSelectedMedia(MediumDto[]) - Method in class org.shredzone.cilla.admin.page.media.PageMediaBean
Array of the currently selected MediumDto.
setSelectedPage(int) - Method in class org.shredzone.cilla.service.search.PaginatorModel
 
setSequence(int) - Method in class org.shredzone.cilla.core.model.Category
 
setSequence(int) - Method in class org.shredzone.cilla.core.model.Picture
 
setSequence(int) - Method in class org.shredzone.cilla.core.model.Section
 
setShutter(String) - Method in class org.shredzone.cilla.core.model.embed.ExifData
 
setSticky(boolean) - Method in class org.shredzone.cilla.core.model.Page
 
setSticky(boolean) - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
setStripHtml(boolean) - Method in class org.shredzone.cilla.web.tag.FormatTag
 
setStyle(String) - Method in class org.shredzone.cilla.web.tag.ImageTag
 
setStyle(String) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setStyle(String) - Method in class org.shredzone.cilla.web.tag.MapTag
 
setStyleClass(String) - Method in class org.shredzone.cilla.web.tag.ImageTag
 
setStyleClass(String) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setStyleClass(String) - Method in class org.shredzone.cilla.web.tag.MapTag
 
setSubject(String) - Method in class org.shredzone.cilla.core.model.Page
 
setSubject(String) - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
setTag(String) - Method in class org.shredzone.cilla.admin.page.gallery.PictureTagBean
 
setTag(String) - Method in class org.shredzone.cilla.admin.page.PageTagBean
 
setTag(Tag) - Method in class org.shredzone.cilla.service.link.CillaPathContext
 
setTag(Tag) - Method in class org.shredzone.cilla.service.search.FilterModel
 
setTag(Tag) - Method in class org.shredzone.cilla.web.tag.FeedTag
 
setTag(Tag) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setTags(SortedSet<Tag>) - Method in class org.shredzone.cilla.core.model.Page
 
setTags(SortedSet<Tag>) - Method in class org.shredzone.cilla.core.model.Picture
 
setTags(List<String>) - Method in class org.shredzone.cilla.ws.page.PageDto
 
setTags(List<String>) - Method in class org.shredzone.cilla.ws.page.PictureDto
 
setTeaser(FormattedText) - Method in class org.shredzone.cilla.core.model.Page
 
setTeaser(String) - Method in class org.shredzone.cilla.ws.page.PageDto
 
setTeaserFormat(TextFormat) - Method in class org.shredzone.cilla.ws.page.PageDto
 
setText(FormattedText) - Method in class org.shredzone.cilla.core.model.Comment
 
setText(String) - Method in class org.shredzone.cilla.core.model.embed.FormattedText
 
setText(FormattedText) - Method in class org.shredzone.cilla.core.model.TextSection
 
setText(String) - Method in class org.shredzone.cilla.web.comment.CommentModel
 
setText(Object) - Method in class org.shredzone.cilla.web.tag.FormatTag
 
setText(String) - Method in class org.shredzone.cilla.web.tag.MapMarkerTag
 
setText(String) - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
setText(String) - Method in class org.shredzone.cilla.ws.page.TextSectionDto
 
setTextFormat(TextFormat) - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
setTextFormat(TextFormat) - Method in class org.shredzone.cilla.ws.page.TextSectionDto
 
setThread(CommentThread) - Method in class org.shredzone.cilla.core.model.Comment
 
setThread(CommentThread) - Method in class org.shredzone.cilla.core.model.Header
 
setThread(CommentThread) - Method in class org.shredzone.cilla.core.model.Page
 
setThread(CommentThread) - Method in class org.shredzone.cilla.core.model.Picture
 
setThread(List<CommentModel>) - Method in class org.shredzone.cilla.web.comment.CommentThreadModel
 
setThread(CommentThreadModel) - Method in class org.shredzone.cilla.web.renderer.AbstractCommentRendererStrategy
 
setThread(CommentThreadModel) - Method in interface org.shredzone.cilla.web.renderer.CommentRendererStrategy
Sets the CommentThreadModel containing the comments.
setThreadId(long) - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
setTimeOverride(boolean) - Method in class org.shredzone.cilla.admin.page.gallery.GalleryBean
 
setTimeZone(TimeZone) - Method in class org.shredzone.cilla.core.model.User
 
setTimeZone(TimeZone) - Method in class org.shredzone.cilla.ws.user.UserDto
 
Setting - Class in org.shredzone.cilla.core.model
A single setting.
Setting() - Constructor for class org.shredzone.cilla.core.model.Setting
 
SettingDao - Interface in org.shredzone.cilla.core.repository
DAO for Setting entities.
SettingDaoHibImpl - Class in org.shredzone.cilla.core.repository.impl
Default implementation of SettingDao.
SettingDaoHibImpl() - Constructor for class org.shredzone.cilla.core.repository.impl.SettingDaoHibImpl
 
setTitle(String) - Method in class org.shredzone.cilla.core.model.Category
 
setTitle(String) - Method in class org.shredzone.cilla.core.model.Page
 
setTitle(String) - Method in class org.shredzone.cilla.web.tag.FeedTag
 
setTitle(String) - Method in class org.shredzone.cilla.web.tag.ImageTag
 
setTitle(String) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setTitle(String) - Method in class org.shredzone.cilla.ws.category.CategoryDto
 
setTitle(String) - Method in class org.shredzone.cilla.ws.page.PageInfoDto
 
setTruncate(Integer) - Method in class org.shredzone.cilla.web.tag.FormatTag
 
setType(String) - Method in class org.shredzone.cilla.service.notification.Notification
 
setType(MapType) - Method in class org.shredzone.cilla.web.map.MapModel
 
setType(String) - Method in class org.shredzone.cilla.web.tag.FeedTag
 
setType(String) - Method in class org.shredzone.cilla.web.tag.ImageTag
 
setType(ImageType) - Method in class org.shredzone.cilla.ws.ImageProcessing
 
setUiGrid(UIComponent) - Method in class org.shredzone.cilla.admin.page.gallery.GalleryBean
 
setUiGrid(UIComponent) - Method in class org.shredzone.cilla.admin.page.gallery.GalleryGridBean
 
setUncropped(Boolean) - Method in class org.shredzone.cilla.web.tag.ImageTag
 
setup() - Method in class org.shredzone.cilla.admin.processing.PreviewImageProcessing
 
setup() - Method in class org.shredzone.cilla.admin.processing.ThumbImageProcessing
 
setup() - Method in class org.shredzone.cilla.admin.TimeZoneBean
 
setup() - Method in class org.shredzone.cilla.core.event.EventServiceImpl
Sets up the EventService.
setup() - Method in class org.shredzone.cilla.core.search.IndexerServiceImpl
Setting up the indexer.
setup() - Method in class org.shredzone.cilla.web.format.TextFormatterImpl
Initializes the text formatter.
setup() - Method in class org.shredzone.cilla.web.fragment.manager.FragmentManager
Sets up the FragmentManager after construction.
setup() - Method in class org.shredzone.cilla.web.header.DocumentHeader
 
setup() - Method in class org.shredzone.cilla.web.plugin.manager.ImageProcessingManager
Sets up the manager.
setup() - Method in class org.shredzone.cilla.web.plugin.manager.LinkResolverManager
 
setup() - Method in class org.shredzone.cilla.ws.cxf.SecurityInInterceptor
 
setup() - Method in class org.shredzone.cilla.ws.cxf.SecurityOutInterceptor
 
setup() - Method in class org.shredzone.cilla.ws.impl.SectionFacadeImpl
 
setupFrame(HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.interceptor.FramedViewInterceptor
Sets up generic attributes common to all views using a standard frame.
setUploadFile(DataHandler) - Method in class org.shredzone.cilla.ws.page.PictureDto
 
setUploadFullFile(DataHandler) - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
setUploadHeaderFile(DataHandler) - Method in class org.shredzone.cilla.ws.header.HeaderDto
 
setUploadMediumFile(DataHandler) - Method in class org.shredzone.cilla.ws.page.MediumDto
 
setUrl(String) - Method in class org.shredzone.cilla.core.model.Comment
 
setUrl(String) - Method in class org.shredzone.cilla.web.comment.CommentModel
 
setUrl(String) - Method in class org.shredzone.cilla.ws.comment.CommentDto
 
setUser(UserDto) - Method in class org.shredzone.cilla.ws.client.RemoteUserDetails
 
setUserName(String) - Method in class org.shredzone.cilla.admin.login.LoginBean
 
setUsername(String) - Method in class org.shredzone.cilla.ws.client.RemoteUserDetails
 
setValue(String) - Method in class org.shredzone.cilla.core.model.Setting
 
setValue(Object) - Method in class org.shredzone.cilla.web.tag.ParamTag
 
setVar(String) - Method in class org.shredzone.cilla.web.tag.CaptureTag
 
setVar(String) - Method in class org.shredzone.cilla.web.tag.CommentThreadTag
 
setVar(String) - Method in class org.shredzone.cilla.web.tag.FeedTag
 
setVar(String) - Method in class org.shredzone.cilla.web.tag.FormatTag
 
setVar(String) - Method in class org.shredzone.cilla.web.tag.ImageTag
 
setVar(String) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setVar(String) - Method in class org.shredzone.cilla.web.tag.MapTag
 
setVersion(long) - Method in class org.shredzone.cilla.core.model.BaseModel
 
setView(String) - Method in class org.shredzone.cilla.web.tag.LinkTag
 
setWhiteBalance(String) - Method in class org.shredzone.cilla.core.model.embed.ExifData
 
setWidth(int) - Method in class org.shredzone.cilla.core.model.Header
 
setWidth(int) - Method in class org.shredzone.cilla.core.model.Picture
 
setWidth(int) - Method in class org.shredzone.cilla.ws.ImageProcessing
 
setYear(int) - Method in class org.shredzone.cilla.service.search.DateRange
 
setZoom(int) - Method in class org.shredzone.cilla.web.map.MapModel
 
shorten(Page) - Method in interface org.shredzone.cilla.web.plugin.LinkShortener
Returns a shortened URL to the given Page.
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
 
Store - Class in org.shredzone.cilla.core.model
A Store entity represents a stored file that can be used in different places.
Store() - Constructor for class org.shredzone.cilla.core.model.Store
 
StoreDao - Interface in org.shredzone.cilla.core.repository
DAO for Store entities.
StoreDaoHibImpl - Class in org.shredzone.cilla.core.repository.impl
Default implementation of StoreDao.
StoreDaoHibImpl() - Constructor for class org.shredzone.cilla.core.repository.impl.StoreDaoHibImpl
 
streamDataSource(ResourceDataSource, HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.cilla.view.AbstractView
StringToCategory - Class in org.shredzone.cilla.web.converter
Converts a String to a Category.
StringToCategory() - Constructor for class org.shredzone.cilla.web.converter.StringToCategory
 
StringToDateRange - Class in org.shredzone.cilla.web.converter
Converts a String to a DateRange.
StringToDateRange() - Constructor for class org.shredzone.cilla.web.converter.StringToDateRange
 
StringToGallerySection - Class in org.shredzone.cilla.web.converter
Converts a String to a GallerySection.
StringToGallerySection() - Constructor for class org.shredzone.cilla.web.converter.StringToGallerySection
 
StringToHeader - Class in org.shredzone.cilla.web.converter
Converts a String to a Header.
StringToHeader() - Constructor for class org.shredzone.cilla.web.converter.StringToHeader
 
StringToPage - Class in org.shredzone.cilla.web.converter
Converts a String to a Page.
StringToPage() - Constructor for class org.shredzone.cilla.web.converter.StringToPage
 
StringToPaginatorModel - Class in org.shredzone.cilla.web.converter
Converts a String to a PaginatorModel.
StringToPaginatorModel() - Constructor for class org.shredzone.cilla.web.converter.StringToPaginatorModel
 
StringToPicture - Class in org.shredzone.cilla.web.converter
Converts a String to a Picture.
StringToPicture() - Constructor for class org.shredzone.cilla.web.converter.StringToPicture
 
StringToTag - Class in org.shredzone.cilla.web.converter
Converts a String to a Tag.
StringToTag() - Constructor for class org.shredzone.cilla.web.converter.StringToTag
 
StringToTextSection - Class in org.shredzone.cilla.web.converter
Converts a String to a TextSection.
StringToTextSection() - Constructor for class org.shredzone.cilla.web.converter.StringToTextSection
 
StringToUser - Class in org.shredzone.cilla.web.converter
Converts a String to a User.
StringToUser() - Constructor for class org.shredzone.cilla.web.converter.StringToUser
 
stripHtml(CharSequence) - Method in interface org.shredzone.cilla.web.format.TextFormatter
Strips all html from the given string.
stripHtml(CharSequence) - Method in class org.shredzone.cilla.web.format.TextFormatterImpl
 
supports(Class<?>) - Method in class org.shredzone.cilla.ws.cxf.CillaRemoteAuthenticationProvider
 
SystemWs - Interface in org.shredzone.cilla.ws.system
Generic services for managing the system.
SystemWsImpl - Class in org.shredzone.cilla.ws.impl
Implementation of SystemWs.
SystemWsImpl() - Constructor for class org.shredzone.cilla.ws.impl.SystemWsImpl
 

T

TableNameSequenceGenerator() - Constructor for class org.shredzone.cilla.core.hibernate.TableNameSequencePostgresDialect.TableNameSequenceGenerator
 
TableNameSequencePostgresDialect - Class in org.shredzone.cilla.core.hibernate
A PostgreSQL82Dialect that generates an individual sequence for every table, instead of sharing a single sequence to all tables.
TableNameSequencePostgresDialect() - Constructor for class org.shredzone.cilla.core.hibernate.TableNameSequencePostgresDialect
 
TableNameSequencePostgresDialect.TableNameSequenceGenerator - Class in org.shredzone.cilla.core.hibernate
 
Tag - Class in org.shredzone.cilla.core.model
A single tag.
Tag() - Constructor for class org.shredzone.cilla.core.model.Tag
 
tag(Tag) - Method in class org.shredzone.cilla.service.link.LinkBuilder
Target Tag.
TagDao - Interface in org.shredzone.cilla.core.repository
DAO for Tag entities.
TagDaoHibImpl - Class in org.shredzone.cilla.core.repository.impl
Default implementation of TagDao.
TagDaoHibImpl() - Constructor for class org.shredzone.cilla.core.repository.impl.TagDaoHibImpl
 
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
 
TagUtils - Class in org.shredzone.cilla.web.util
Utility methods for tag handling.
tagView(Tag, DateRange, PaginatorModel, ServletRequest) - Method in class org.shredzone.cilla.view.PageListView
Lists all blog entries by tag.
TagWs - Interface in org.shredzone.cilla.ws.tag
Service for managing Tags.
TagWsImpl - Class in org.shredzone.cilla.ws.impl
Implementation of TagWs.
TagWsImpl() - Constructor for class org.shredzone.cilla.ws.impl.TagWsImpl
 
TextFormat - Enum in org.shredzone.cilla.ws
An enumeration of formats a text can be formatted in.
TextFormatter - Interface in org.shredzone.cilla.web.format
Formats the given FormattedText into HTML.
TextFormatterImpl - Class in org.shredzone.cilla.web.format
Formats the given FormattedText into HTML.
TextFormatterImpl() - Constructor for class org.shredzone.cilla.web.format.TextFormatterImpl
 
TextSection - Class in org.shredzone.cilla.core.model
A section that contains a text.
TextSection() - Constructor for class org.shredzone.cilla.core.model.TextSection
 
TextSectionAssembler - Class in org.shredzone.cilla.ws.assembler
TextSectionAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.TextSectionAssembler
 
TextSectionDto - Class in org.shredzone.cilla.ws.page
A Text Section.
TextSectionDto() - Constructor for class org.shredzone.cilla.ws.page.TextSectionDto
 
thread - Variable in class org.shredzone.cilla.web.renderer.AbstractCommentRendererStrategy
 
ThumbImagePostProcessFactory - Class in org.shredzone.cilla.site.ipptype
An ImageProcessingFactory that creates thumbnail and preview images.
ThumbImagePostProcessFactory() - Constructor for class org.shredzone.cilla.site.ipptype.ThumbImagePostProcessFactory
 
ThumbImageProcessing - Class in org.shredzone.cilla.admin.processing
Preconfigured ImageProcessing for thumbnails.
ThumbImageProcessing() - Constructor for class org.shredzone.cilla.admin.processing.ThumbImageProcessing
 
TimeDefinition - Enum in org.shredzone.cilla.ws
Available time definitions for dating pictures.
TimeZoneAdapter - Class in org.shredzone.cilla.ws.adapter
Adapter for transporting TimeZone instances via XML.
TimeZoneAdapter() - Constructor for class org.shredzone.cilla.ws.adapter.TimeZoneAdapter
 
TimeZoneBean - Class in org.shredzone.cilla.admin
A bean helping to select a time zone.
TimeZoneBean() - Constructor for class org.shredzone.cilla.admin.TimeZoneBean
 
toDataHandler() - Method in class org.shredzone.cilla.admin.UploadedFileDataSource
Creates a DataHandler for this DataSource.
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.
toString() - Method in class org.shredzone.cilla.web.header.tag.CssTag
 
toString() - Method in interface org.shredzone.cilla.web.header.tag.HeadTag
Returns the head tag as HTML.
toString() - Method in class org.shredzone.cilla.web.header.tag.JavaScriptLinkTag
 
toString() - Method in class org.shredzone.cilla.web.header.tag.JavaScriptTag
 
toString() - Method in class org.shredzone.cilla.web.header.tag.LinkTag
 
toString() - Method in class org.shredzone.cilla.web.header.tag.MetaTag
 
toString() - Method in class org.shredzone.cilla.ws.ImageProcessing
 
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

unlockStore(HttpSession, BaseModel) - Method in interface org.shredzone.cilla.web.page.ResourceLockManager
Unlocks an entity for the given session.
unlockStore(HttpSession, BaseModel) - Method in class org.shredzone.cilla.web.page.ResourceLockManagerImpl
 
unmarshal(String) - Method in class org.shredzone.cilla.ws.adapter.LocaleAdapter
 
unmarshal(String) - Method in class org.shredzone.cilla.ws.adapter.TimeZoneAdapter
 
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.
UploadedFileDataSource - Class in org.shredzone.cilla.admin
A DataSource that wraps a PrimeFaces UploadedFile.
UploadedFileDataSource(UploadedFile) - Constructor for class org.shredzone.cilla.admin.UploadedFileDataSource
Creates a new UploadedFileDataSource wrapping the given UploadedFile.
User - Class in org.shredzone.cilla.core.model
A user.
User() - Constructor for class org.shredzone.cilla.core.model.User
 
UserAssembler - Class in org.shredzone.cilla.ws.assembler
UserAssembler() - Constructor for class org.shredzone.cilla.ws.assembler.UserAssembler
 
UserDao - Interface in org.shredzone.cilla.core.repository
DAO for User entities.
UserDaoHibImpl - Class in org.shredzone.cilla.core.repository.impl
Default implementation of UserDao.
UserDaoHibImpl() - Constructor for class org.shredzone.cilla.core.repository.impl.UserDaoHibImpl
 
UserDto - Class in org.shredzone.cilla.ws.user
Represents a User.
UserDto() - Constructor for class org.shredzone.cilla.ws.user.UserDto
 
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
 
UserWs - Interface in org.shredzone.cilla.ws.user
Service for managing users.
UserWsImpl - Class in org.shredzone.cilla.ws.impl
Implementation of UserWs.
UserWsImpl() - Constructor for class org.shredzone.cilla.ws.impl.UserWsImpl
 
UtilityBean - Class in org.shredzone.cilla.admin
A bean providing simple utility methods.
UtilityBean() - Constructor for class org.shredzone.cilla.admin.UtilityBean
 

V

valueOf(String) - Static method in enum org.shredzone.cilla.core.event.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.shredzone.cilla.web.FeedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.shredzone.cilla.web.map.MapType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.shredzone.cilla.ws.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.shredzone.cilla.ws.PageOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.shredzone.cilla.ws.TextFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.shredzone.cilla.ws.TimeDefinition
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.shredzone.cilla.core.event.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.shredzone.cilla.web.FeedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.shredzone.cilla.web.map.MapType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.shredzone.cilla.ws.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.shredzone.cilla.ws.PageOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.shredzone.cilla.ws.TextFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.shredzone.cilla.ws.TimeDefinition
Returns an array containing the constants of this enum type, in the order they are declared.
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.
ViewScope - Class in org.shredzone.cilla.admin.spring
Implements a view scope for Spring.
ViewScope() - Constructor for class org.shredzone.cilla.admin.spring.ViewScope
 

W

WrappedCillaException - Exception in org.shredzone.cilla.admin
WrappedCillaException(CillaServiceException) - Constructor for exception org.shredzone.cilla.admin.WrappedCillaException
 
write(CalendarGenerator, Appendable) - Method in class org.shredzone.cilla.site.renderer.CalendarRenderStrategyImpl
 
write(CalendarRenderStrategy, Appendable) - Method in class org.shredzone.cilla.web.renderer.CalendarGenerator
Writes the calendar to the given output, using the given CalendarRenderStrategy.
write(CalendarGenerator, Appendable) - Method in interface org.shredzone.cilla.web.renderer.CalendarRenderStrategy
Writes a calendar.
writeCalendar() - Method in class org.shredzone.cilla.site.renderer.CalendarRenderStrategyImpl
Writes the calendar table itself.
writeCaption() - Method in class org.shredzone.cilla.site.renderer.CalendarRenderStrategyImpl
Writes the caption line.
writeDay(int) - Method in class org.shredzone.cilla.site.renderer.CalendarRenderStrategyImpl
Generates a single date cell of the calendar table.
writeEmptyDay() - Method in class org.shredzone.cilla.site.renderer.CalendarRenderStrategyImpl
Generates a single empty date cell.
writeFooter() - Method in class org.shredzone.cilla.site.renderer.CalendarRenderStrategyImpl
Writes out the calendar footer.
writeHeader() - Method in class org.shredzone.cilla.site.renderer.CalendarRenderStrategyImpl
Writes out the calendar header.
writeHeadline() - Method in class org.shredzone.cilla.site.renderer.CalendarRenderStrategyImpl
Writes the headline of the calendar table.
writeLinkedDay(int, String) - Method in class org.shredzone.cilla.site.renderer.CalendarRenderStrategyImpl
Generates a single date cell of the calendar table.
writeNextLink() - Method in class org.shredzone.cilla.site.renderer.CalendarRenderStrategyImpl
Writes the link to the next month's calendar sheet.
writePreviousLink() - Method in class org.shredzone.cilla.site.renderer.CalendarRenderStrategyImpl
Writes the link to the previous month's calendar sheet.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2009–2016. All rights reserved.