public class DependencyRules extends Object
Modifier and Type | Field and Description |
---|---|
protected ContentService |
contentService |
protected ObjectStateService |
objectStateService |
protected String |
site |
Constructor and Description |
---|
DependencyRules(String site) |
Modifier and Type | Method and Description |
---|---|
Set<DmDependencyTO> |
applyDeleteDependencyRule(DmDependencyTO deletedItem) |
Set<DmDependencyTO> |
applyRejectRule(DmDependencyTO submittedItem) |
Set<DmDependencyTO> |
applySubmitRule(DmDependencyTO submittedItem) |
ContentService |
getContentService() |
ObjectStateService |
getObjectStateService() |
void |
setContentService(ContentService contentService) |
void |
setObjectStateService(ObjectStateService objectStateService) |
protected String site
protected ContentService contentService
protected ObjectStateService objectStateService
public DependencyRules(String site)
public Set<DmDependencyTO> applySubmitRule(DmDependencyTO submittedItem)
public Set<DmDependencyTO> applyDeleteDependencyRule(DmDependencyTO deletedItem)
public Set<DmDependencyTO> applyRejectRule(DmDependencyTO submittedItem)
public ContentService getContentService()
public void setContentService(ContentService contentService)
public ObjectStateService getObjectStateService()
public void setObjectStateService(ObjectStateService objectStateService)
Copyright © 2023 CrafterCMS. All rights reserved.