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

A

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.
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
 

B

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
 
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.

C

Category - Class in org.shredzone.cilla.core.model
A Category.
Category() - Constructor for class org.shredzone.cilla.core.model.Category
 
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
 
cloneDate(Date) - Static method in class org.shredzone.cilla.core.util.DateUtils
Clones a Date object.
Comment - Class in org.shredzone.cilla.core.model
A single comment of a CommentThread.
Comment() - Constructor for class org.shredzone.cilla.core.model.Comment
 
Commentable - Interface in org.shredzone.cilla.core.model.is
Interface showing that the entity is commentable.
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
 
CommentThread - Class in org.shredzone.cilla.core.model
A thread of comments.
CommentThread() - Constructor for class org.shredzone.cilla.core.model.CommentThread
 
compareTo(Tag) - Method in class org.shredzone.cilla.core.model.Tag
 
configure(Type, Properties, Dialect) - Method in class org.shredzone.cilla.core.hibernate.TableNameSequencePostgresDialect.TableNameSequenceGenerator
 
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.
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.
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.
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.

D

DateUtils - Class in org.shredzone.cilla.core.util
Utility class for date handling.
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
 

E

equals(Object) - Method in class org.shredzone.cilla.core.model.BaseModel
Compares two model entities.
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.
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
 

F

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.
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.
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.
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.
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
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.

G

GallerySection - Class in org.shredzone.cilla.core.model
A section containing a gallery.
GallerySection() - Constructor for class org.shredzone.cilla.core.model.GallerySection
 
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
 
getAltitude() - Method in class org.shredzone.cilla.core.model.embed.Geolocation
Altitude above sea level.
getAperture() - Method in class org.shredzone.cilla.core.model.embed.ExifData
Aperture.
getAuthorities() - Method in class org.shredzone.cilla.core.model.Role
Authorities of this role.
getBean() - Method in class org.shredzone.cilla.core.event.EventInvoker
Event handler bean.
getCameraModel() - Method in class org.shredzone.cilla.core.model.embed.ExifData
Camera brand and make.
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.
getCategories() - Method in class org.shredzone.cilla.core.model.Page
All Category this page belongs to.
getChallenge() - Method in class org.shredzone.cilla.core.model.Page
Question that is shown to the visitor.
getChildren() - Method in class org.shredzone.cilla.core.model.Category
A list of sub-categories of this Category.
getComments() - Method in class org.shredzone.cilla.core.model.CommentThread
All Comment of this thread.
getContentType() - Method in class org.shredzone.cilla.core.datasource.FileResourceDataSource
 
getContentType() - Method in class org.shredzone.cilla.core.model.Store
 
getCreateDate() - Method in class org.shredzone.cilla.core.model.Picture
Creation date.
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.
getCreateTimeZone() - Method in class org.shredzone.cilla.core.model.Picture
Time zone the picture was taken in.
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.
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.
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.
getDefaultTimePrecision() - Method in class org.shredzone.cilla.core.model.GallerySection
Default time precision that is used in this gallery.
getDefaultTimeZone() - Method in class org.shredzone.cilla.core.model.GallerySection
Default timezone that is used in this gallery.
getDescription() - Method in class org.shredzone.cilla.core.model.Header
A page-filling long description about the image.
getDonateUrl() - Method in class org.shredzone.cilla.core.model.Page
URL of a donation site for donating for this page.
getExifData() - Method in class org.shredzone.cilla.core.model.Picture
Exif data of this picture.
getExpiration() - Method in class org.shredzone.cilla.core.model.Page
Expiration date.
getExposureBias() - Method in class org.shredzone.cilla.core.model.embed.ExifData
Exposure bias.
getFlash() - Method in class org.shredzone.cilla.core.model.embed.ExifData
Flash mode.
getFocalLength() - Method in class org.shredzone.cilla.core.model.embed.ExifData
Focal length.
getFocusMode() - Method in class org.shredzone.cilla.core.model.embed.ExifData
Focus mode.
getFormat() - Method in class org.shredzone.cilla.core.model.embed.FormattedText
The format mode.
getFullImage() - Method in class org.shredzone.cilla.core.model.Header
Full image resource.
getFullTextSession() - Method in class org.shredzone.cilla.core.repository.impl.SearchDaoHibImpl
Gets a FullTextSession of the current Session.
getGallery() - Method in class org.shredzone.cilla.core.model.Picture
GallerySection this picture belongs to.
getHeaderImage() - Method in class org.shredzone.cilla.core.model.Header
Header image resource.
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.
getIcon() - Method in class org.shredzone.cilla.core.model.Category
The location of an icon representing the category.
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.
getImage() - Method in class org.shredzone.cilla.core.model.Medium
Image resource.
getImage() - Method in class org.shredzone.cilla.core.model.Picture
Image resource.
getInputStream() - Method in class org.shredzone.cilla.core.datasource.FileResourceDataSource
 
getIso() - Method in class org.shredzone.cilla.core.model.embed.ExifData
ISO value.
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.
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
 
getLatitude() - Method in class org.shredzone.cilla.core.model.embed.Geolocation
Latitude.
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.
getLocale() - Method in class org.shredzone.cilla.core.model.Language
Language locale.
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.
getLogin() - Method in class org.shredzone.cilla.core.model.User
Login name of the user.
getLongitude() - Method in class org.shredzone.cilla.core.model.embed.Geolocation
Longitude.
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.
getMeteringMode() - Method in class org.shredzone.cilla.core.model.embed.ExifData
Metering mode.
getMethod() - Method in class org.shredzone.cilla.core.event.EventInvoker
Event handler method to be invoked.
getModification() - Method in class org.shredzone.cilla.core.model.Page
Last modification date.
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.
getNativeIdentifierGeneratorClass() - Method in class org.shredzone.cilla.core.hibernate.TableNameSequencePostgresDialect
 
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.core.datasource.FileResourceDataSource
 
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.
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.core.model.User
Password of the user, encrypted and salted.
getPictures() - Method in class org.shredzone.cilla.core.model.GallerySection
List of Picture of this gallery.
getProgram() - Method in class org.shredzone.cilla.core.model.embed.ExifData
Program the picture was taken in.
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.
getReplyTo() - Method in class org.shredzone.cilla.core.model.Comment
Reference to the Comment this Comment replies to.
getResponsePattern() - Method in class org.shredzone.cilla.core.model.Page
Regular expression for the answer the visitor is expected to give for the question.
getRole() - Method in class org.shredzone.cilla.core.model.User
Role this user belongs to.
getSections() - Method in class org.shredzone.cilla.core.model.Page
All Section of this page.
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.
getShutter() - Method in class org.shredzone.cilla.core.model.embed.ExifData
Shutter speed.
getSource() - Method in class org.shredzone.cilla.core.event.Event
Gets the source that triggered the event.
getSubject() - Method in class org.shredzone.cilla.core.model.Page
Page subject.
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.
getTeaser() - Method in class org.shredzone.cilla.core.model.Page
Page teaser.
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.
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.
getTimeZone() - Method in class org.shredzone.cilla.core.model.User
Time zone the user lives in.
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.
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
 
getUrl() - Method in class org.shredzone.cilla.core.model.Comment
The URL of the commentor.
getValue() - Method in class org.shredzone.cilla.core.model.Setting
Value of that setting.
getVersion() - Method in class org.shredzone.cilla.core.model.BaseModel
Version for optimistic locking.
getWhiteBalance() - Method in class org.shredzone.cilla.core.model.embed.ExifData
White balance mode.
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.

H

hashCode() - Method in class org.shredzone.cilla.core.model.BaseModel
Creates a hash code for this model entity.
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
 
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
 

I

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.
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).
isDonatable() - Method in class org.shredzone.cilla.core.model.Page
true if the page shall offer a link to a donation site.
isEnabled() - Method in class org.shredzone.cilla.core.model.Header
If true, this header image is eligible for use.
isHidden() - Method in class org.shredzone.cilla.core.model.Page
true if the page is hidden.
isPromoted() - Method in class org.shredzone.cilla.core.model.Page
true if the page shall be promoted on social network.
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.
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.
isSticky() - Method in class org.shredzone.cilla.core.model.Page
true if the page is sticky.

L

Language - Class in org.shredzone.cilla.core.model
An available language.
Language() - Constructor for class org.shredzone.cilla.core.model.Language
 
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
 
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
 

M

Medium - Class in org.shredzone.cilla.core.model
A single medium of a Page.
Medium() - Constructor for class org.shredzone.cilla.core.model.Medium
 
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
 
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
 

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.
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
 

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
 
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
 
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
 
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
 
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
 
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
 
PlainTextFormatter - Class in org.shredzone.cilla.core.search
A simple formatter that converts FormattedText into plain text without markup.
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.

R

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
 
ResourceDataSource - Interface in org.shredzone.cilla.core.datasource
An extended DataSource representing a resource from a Field.Store.
Role - Class in org.shredzone.cilla.core.model
A role.
Role() - Constructor for class org.shredzone.cilla.core.model.Role
 
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

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
 
Section - Class in org.shredzone.cilla.core.model
A single Section of a Page.
Section() - Constructor for class org.shredzone.cilla.core.model.Section
 
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
 
setAltitude(BigDecimal) - Method in class org.shredzone.cilla.core.model.embed.Geolocation
 
setAperture(String) - Method in class org.shredzone.cilla.core.model.embed.ExifData
 
setAuthorities(Collection<Authority>) - Method in class org.shredzone.cilla.core.model.Role
 
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
 
setCategories(Set<Category>) - Method in class org.shredzone.cilla.core.model.Page
 
setChallenge(String) - Method in class org.shredzone.cilla.core.model.Page
 
setChildren(List<Category>) - Method in class org.shredzone.cilla.core.model.Category
 
setCommentable(boolean) - Method in class org.shredzone.cilla.core.model.CommentThread
 
setCommentable(boolean) - Method in class org.shredzone.cilla.core.model.GallerySection
 
setComments(List<Comment>) - Method in class org.shredzone.cilla.core.model.CommentThread
 
setContentType(String) - Method in class org.shredzone.cilla.core.model.Store
 
setCreateDate(Date) - Method in class org.shredzone.cilla.core.model.Picture
 
setCreatedBy(User) - Method in class org.shredzone.cilla.core.model.Medium
 
setCreateTimeDefinition(TimeDefinition) - Method in class org.shredzone.cilla.core.model.Picture
 
setCreateTimeZone(TimeZone) - Method in class org.shredzone.cilla.core.model.Picture
 
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
 
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
 
setDefaultTimePrecision(TimeDefinition) - Method in class org.shredzone.cilla.core.model.GallerySection
 
setDefaultTimeZone(TimeZone) - Method in class org.shredzone.cilla.core.model.GallerySection
 
setDescription(FormattedText) - Method in class org.shredzone.cilla.core.model.Header
 
setDonatable(boolean) - Method in class org.shredzone.cilla.core.model.Page
 
setDonateUrl(String) - Method in class org.shredzone.cilla.core.model.Page
 
setEnabled(boolean) - Method in class org.shredzone.cilla.core.model.Header
 
setExifData(ExifData) - Method in class org.shredzone.cilla.core.model.Picture
 
setExpiration(Date) - Method in class org.shredzone.cilla.core.model.Page
 
setExposureBias(String) - Method in class org.shredzone.cilla.core.model.embed.ExifData
 
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
 
setFullImage(Store) - Method in class org.shredzone.cilla.core.model.Header
 
setGallery(GallerySection) - Method in class org.shredzone.cilla.core.model.Picture
 
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
 
setHidden(boolean) - Method in class org.shredzone.cilla.core.model.Page
 
setIcon(String) - Method in class org.shredzone.cilla.core.model.Category
 
setId(long) - Method in class org.shredzone.cilla.core.model.BaseModel
 
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
 
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
 
setLastModified(Date) - Method in class org.shredzone.cilla.core.model.Store
 
setLatitude(BigDecimal) - Method in class org.shredzone.cilla.core.model.embed.Geolocation
 
setLocale(Locale) - Method in class org.shredzone.cilla.core.model.Language
 
setLocation(Geolocation) - Method in class org.shredzone.cilla.core.model.Header
 
setLocation(Geolocation) - Method in class org.shredzone.cilla.core.model.Picture
 
setLogin(String) - Method in class org.shredzone.cilla.core.model.User
 
setLongitude(BigDecimal) - Method in class org.shredzone.cilla.core.model.embed.Geolocation
 
setMail(String) - Method in class org.shredzone.cilla.core.model.Comment
 
setMail(String) - Method in class org.shredzone.cilla.core.model.User
 
setMeteringMode(String) - Method in class org.shredzone.cilla.core.model.embed.ExifData
 
setMethod(Method) - Method in class org.shredzone.cilla.core.event.EventInvoker
 
setModification(Date) - Method in class org.shredzone.cilla.core.model.Page
 
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
 
setPage(Page) - Method in class org.shredzone.cilla.core.model.Medium
 
setPage(Page) - Method in class org.shredzone.cilla.core.model.Section
 
setParent(Category) - Method in class org.shredzone.cilla.core.model.Category
 
setPassword(String) - Method in class org.shredzone.cilla.core.model.User
 
setPictures(List<Picture>) - Method in class org.shredzone.cilla.core.model.GallerySection
 
setProgram(String) - Method in class org.shredzone.cilla.core.model.embed.ExifData
 
setPromoted(boolean) - Method in class org.shredzone.cilla.core.model.Page
 
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
 
setPublished(boolean) - Method in class org.shredzone.cilla.core.model.Comment
 
setPublishedState(boolean) - Method in class org.shredzone.cilla.core.model.Page
 
setReplyTo(Comment) - Method in class org.shredzone.cilla.core.model.Comment
 
setResponsePattern(String) - Method in class org.shredzone.cilla.core.model.Page
 
setRole(Role) - Method in class org.shredzone.cilla.core.model.User
 
setSections(List<Section>) - Method in class org.shredzone.cilla.core.model.Page
 
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
 
setSubject(String) - Method in class org.shredzone.cilla.core.model.Page
 
setTags(SortedSet<Tag>) - Method in class org.shredzone.cilla.core.model.Page
 
setTags(SortedSet<Tag>) - Method in class org.shredzone.cilla.core.model.Picture
 
setTeaser(FormattedText) - Method in class org.shredzone.cilla.core.model.Page
 
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
 
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
 
setTimeZone(TimeZone) - Method in class org.shredzone.cilla.core.model.User
 
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
 
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.
setUrl(String) - Method in class org.shredzone.cilla.core.model.Comment
 
setValue(String) - Method in class org.shredzone.cilla.core.model.Setting
 
setVersion(long) - Method in class org.shredzone.cilla.core.model.BaseModel
 
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
 
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
 

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
 
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
 
TextSection - Class in org.shredzone.cilla.core.model
A section that contains a text.
TextSection() - Constructor for class org.shredzone.cilla.core.model.TextSection
 

U

User - Class in org.shredzone.cilla.core.model
A user.
User() - Constructor for class org.shredzone.cilla.core.model.User
 
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
 

V

valueOf(String) - Static method in enum org.shredzone.cilla.core.event.EventType
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.
A B C D E F G H I L M O P R S T U V 
Skip navigation links

Copyright © 2009–2016. All rights reserved.