|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use SilverpeasContent | |
---|---|
com.silverpeas | |
com.silverpeas.calendar | Provides the objects for handling and scheduling events in a calendar in Silverpeas. |
com.silverpeas.comment.model | |
com.silverpeas.comment.service | |
com.stratelia.silverpeas.peasCore | |
org.silverpeas.cache.service | |
org.silverpeas.contribution |
Uses of SilverpeasContent in com.silverpeas |
---|
Classes in com.silverpeas with type parameters of type SilverpeasContent | |
---|---|
interface |
SilverpeasComponentService<T extends SilverpeasContent>
A service providing the transverse operations related to a given Silverpeas component. |
Subinterfaces of SilverpeasContent in com.silverpeas | |
---|---|
interface |
SilverpeasToolContent
An extension to manage contents handled by tools. |
Uses of SilverpeasContent in com.silverpeas.calendar |
---|
Methods in com.silverpeas.calendar with parameters of type SilverpeasContent | |
---|---|
CalendarEvent |
CalendarEvent.from(SilverpeasContent content)
|
Uses of SilverpeasContent in com.silverpeas.comment.model |
---|
Classes in com.silverpeas.comment.model that implement SilverpeasContent | |
---|---|
class |
Comment
This object contains the description of document |
Uses of SilverpeasContent in com.silverpeas.comment.service |
---|
Methods in com.silverpeas.comment.service with parameters of type SilverpeasContent | |
---|---|
protected void |
CommentUserNotification.perform(SilverpeasContent resource)
|
protected void |
CommentUserNotification.performNotificationResource(String language,
SilverpeasContent resource,
NotificationResourceData notificationResourceData)
|
protected void |
CommentUserNotification.performTemplateData(String language,
SilverpeasContent resource,
SilverpeasTemplate template)
|
Method parameters in com.silverpeas.comment.service with type arguments of type SilverpeasContent | |
---|---|
void |
CommentUserNotificationService.register(String component,
SilverpeasComponentService<? extends SilverpeasContent> service)
Registers the specified Silverpeas component so that the comments created or removed in an instance of the component will be treated by this service. |
Constructors in com.silverpeas.comment.service with parameters of type SilverpeasContent | |
---|---|
CommentUserNotification(CommentService commentService,
Comment comment,
SilverpeasContent commentedContent,
String subjectKey,
ResourceLocator componentMessages,
Set<String> recipients)
|
Uses of SilverpeasContent in com.stratelia.silverpeas.peasCore |
---|
Methods in com.stratelia.silverpeas.peasCore with parameters of type SilverpeasContent | |
---|---|
static String |
URLManager.getSearchResultURL(SilverpeasContent content)
|
Uses of SilverpeasContent in org.silverpeas.cache.service |
---|
Methods in org.silverpeas.cache.service with parameters of type SilverpeasContent | |
---|---|
Object |
VolatileResourceCacheService.addComponentResource(SilverpeasContent contribution)
Adds a contribution into the cache. |
Uses of SilverpeasContent in org.silverpeas.contribution |
---|
Subinterfaces of SilverpeasContent in org.silverpeas.contribution | |
---|---|
interface |
ValidableContribution
A validable contribution is an object that represents a contribution which can be validated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |