Class CalendarEntryImpl

    • Constructor Detail

      • CalendarEntryImpl

        protected CalendarEntryImpl​(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                                    org.alfresco.service.cmr.repository.NodeRef containerNodeRef,
                                    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,
                                            String systemName)
      • toNodeProperties

        protected static Map<org.alfresco.service.namespace.QName,​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,
                                       Map<org.alfresco.service.namespace.QName,​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​(Map<org.alfresco.service.namespace.QName,​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​(List<String> tags)
        Sets the list of tags for the entry