|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.service.cmr.calendar.CalendarEntryDTO
org.alfresco.repo.calendar.CalendarEntryImpl
public class CalendarEntryImpl
Constructor Summary | |
---|---|
protected |
CalendarEntryImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.cmr.repository.NodeRef containerNodeRef,
java.lang.String systemName)
Wraps an existing Calendar Entry node |
Method Summary | |
---|---|
org.alfresco.service.cmr.repository.NodeRef |
getContainerNodeRef()
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the underlying node value that needs to be permission checked. |
java.lang.String |
getSystemName()
|
protected static void |
populate(CalendarEntry entry,
java.util.Map properties)
Populates a Calendar Entry from the given node properties. |
protected void |
populate(java.util.Map properties)
Populates this entry from the given node properties Doesn't handle tags, those are done in the service itself. |
protected void |
recordStorageDetails(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.cmr.repository.NodeRef containerNodeRef,
java.lang.String systemName)
|
protected void |
setTags(java.util.List tags)
Sets the list of tags for the entry |
protected static java.util.Map |
toNodeProperties(CalendarEntry entry)
Builds up the node properties for a given Calendar Entry Doesn't handle tags, those must be done in the service itself. |
Methods inherited from class org.alfresco.service.cmr.calendar.CalendarEntryDTO |
---|
getCreatedAt, getDescription, getEnd, getLastRecurrence, getLocation, getModifiedAt, getOutlookUID, getRecurrenceRule, getSharePointDocFolder, getStart, getTags, getTitle, isAllDay, isOutlook, setCreatedAt, setDescription, setEnd, setLastRecurrence, setLocation, setModifiedAt, setOutlook, setOutlookUID, setRecurrenceRule, setSharePointDocFolder, setStart, setTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CalendarEntryImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.cmr.repository.NodeRef containerNodeRef, java.lang.String systemName)
Method Detail |
---|
protected void recordStorageDetails(org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.cmr.repository.NodeRef containerNodeRef, java.lang.String systemName)
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef
in interface PermissionCheckValue
getNodeRef
in interface CalendarEntry
getNodeRef
in class CalendarEntryDTO
public org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
getContainerNodeRef
in interface CalendarEntry
getContainerNodeRef
in class CalendarEntryDTO
public java.lang.String getSystemName()
getSystemName
in interface CalendarEntry
getSystemName
in class CalendarEntryDTO
protected static java.util.Map toNodeProperties(CalendarEntry entry)
protected static void populate(CalendarEntry entry, java.util.Map properties)
protected void populate(java.util.Map properties)
protected void setTags(java.util.List tags)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |