public abstract class GenericEMailTemplateUpdatePatch extends AbstractPatch
Modifier and Type | Field and Description |
---|---|
protected ContentService |
contentService
Content service
|
protected FileFolderService |
fileFolderService
File folder service
|
applicationEventPublisher, authenticationContext, ERR_PROPERTY_NOT_SET, namespaceService, nodeService, patchService, searchService, tenantAdminService, transactionHelper, transactionService
Constructor and Description |
---|
GenericEMailTemplateUpdatePatch() |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getBaseFileName() |
protected abstract org.alfresco.service.cmr.repository.NodeRef |
getBaseTemplate() |
protected abstract String[] |
getLocales() |
protected abstract String |
getPath() |
protected List<String> |
getSiblingFiles() |
void |
setContentService(ContentService contentService) |
void |
setCreateSiblingIfMissing(boolean createSiblingIfMissing) |
void |
setFileFolderService(FileFolderService fileFolderService) |
void |
setUpdateBaseFile(boolean updateBaseFile) |
protected void |
updateTemplates() |
applies, apply, applyAsync, applyInternal, checkProperties, checkPropertyNotNull, getAlternatives, getDependsOn, getDescription, getFixesFromSchema, getFixesToSchema, getId, getTargetSchema, init, isDeferred, isForce, isIgnored, reportProgress, requiresTransaction, setAlternatives, setApplicationEventPublisher, setApplyToTenants, setAuthenticationContext, setDeferred, setDependsOn, setDescription, setFixesFromSchema, setFixesToSchema, setForce, setId, setIgnored, setNamespaceService, setNodeService, setPatchService, setRequiresTransaction, setSearchService, setTargetSchema, setTenantAdminService, setTransactionService, toString
protected ContentService contentService
protected FileFolderService fileFolderService
public void setContentService(ContentService contentService)
contentService
- content servicepublic void setFileFolderService(FileFolderService fileFolderService)
fileFolderService
- file folder servicepublic void setCreateSiblingIfMissing(boolean createSiblingIfMissing)
createSiblingIfMissing
- booleanpublic void setUpdateBaseFile(boolean updateBaseFile)
updateBaseFile
- booleanprotected abstract org.alfresco.service.cmr.repository.NodeRef getBaseTemplate()
protected abstract String getPath()
protected abstract String getBaseFileName()
protected abstract String[] getLocales()
Copyright © 2005–2017 Alfresco Software. All rights reserved.