|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CalendarService
The Calendar service.
Method Summary | |
---|---|
CalendarEntry |
createCalendarEntry(java.lang.String siteShortName,
CalendarEntry entry)
Stores a new CalendarEntry into the given site. |
void |
deleteCalendarEntry(CalendarEntry entry)
Deletes an existing CalendarEntry from the repository |
CalendarEntry |
getCalendarEntry(java.lang.String siteShortName,
java.lang.String entryName)
Retrieves an existing CalendarEntry from the repository |
org.alfresco.query.PagingResults |
listCalendarEntries(java.lang.String[] siteShortNames,
java.util.Date from,
java.util.Date to,
org.alfresco.query.PagingRequest paging)
Retrieves all CalendarEntry instances in the repository
for the given sites, between the specified date range |
org.alfresco.query.PagingResults |
listCalendarEntries(java.lang.String[] siteShortNames,
org.alfresco.query.PagingRequest paging)
Retrieves all CalendarEntry instances in the repository
for the given sites. |
org.alfresco.query.PagingResults |
listCalendarEntries(java.lang.String siteShortName,
org.alfresco.query.PagingRequest paging)
Retrieves all CalendarEntry instances in the repository
for the given site. |
CalendarEntry |
updateCalendarEntry(CalendarEntry entry)
Updates an existing CalendarEntry in the repository. |
Method Detail |
---|
@NotAuditable CalendarEntry createCalendarEntry(java.lang.String siteShortName, CalendarEntry entry)
CalendarEntry
into the given site.
The concrete class CalendarEntryDTO
can be used
to create a CalendarEntry
instance for this.
@NotAuditable CalendarEntry updateCalendarEntry(CalendarEntry entry)
CalendarEntry
in the repository.
@NotAuditable void deleteCalendarEntry(CalendarEntry entry)
CalendarEntry
from the repository
@NotAuditable CalendarEntry getCalendarEntry(java.lang.String siteShortName, java.lang.String entryName)
CalendarEntry
from the repository
@NotAuditable org.alfresco.query.PagingResults listCalendarEntries(java.lang.String siteShortName, org.alfresco.query.PagingRequest paging)
CalendarEntry
instances in the repository
for the given site.
@NotAuditable org.alfresco.query.PagingResults listCalendarEntries(java.lang.String[] siteShortNames, org.alfresco.query.PagingRequest paging)
CalendarEntry
instances in the repository
for the given sites.
@NotAuditable org.alfresco.query.PagingResults listCalendarEntries(java.lang.String[] siteShortNames, java.util.Date from, java.util.Date to, org.alfresco.query.PagingRequest paging)
CalendarEntry
instances in the repository
for the given sites, between the specified date range
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |