Class CalendarEntryImpl

    • Constructor Detail

      • CalendarEntryImpl

        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 Detail

      • recordStorageDetails

        protected void recordStorageDetails​(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                                            org.alfresco.service.cmr.repository.NodeRef containerNodeRef,
                                            java.lang.String systemName)
      • toNodeProperties

        protected static java.util.Map<org.alfresco.service.namespace.QName,​java.io.Serializable> 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.
      • populate

        protected static void populate​(CalendarEntry entry,
                                       java.util.Map<org.alfresco.service.namespace.QName,​java.io.Serializable> properties)
        Populates a Calendar Entry from the given node properties. Doesn't handle tags, those must be done in the service itself.
      • populate

        protected void populate​(java.util.Map<org.alfresco.service.namespace.QName,​java.io.Serializable> properties)
        Populates this entry from the given node properties Doesn't handle tags, those are done in the service itself.
      • setTags

        protected void setTags​(java.util.List<java.lang.String> tags)
        Sets the list of tags for the entry