public interface SimpleRuleCloneDao
| Modifier and Type | Method and Description |
|---|---|
void |
updateFKValuesIfApplicable(SimpleCloneDao.UpdateCloneFKRequest request,
Map<Long,List<SimpleCloneDao.CloneState>> cloneIds)
Looking across inheritance lines (profile or catalog), update foreign key values inside of a rule to correctly
point to the current catalog or profile value, if applicable.
|
void updateFKValuesIfApplicable(SimpleCloneDao.UpdateCloneFKRequest request, Map<Long,List<SimpleCloneDao.CloneState>> cloneIds)
request - DTO with useful information regarding inheritance linescloneIds - A map of clones by ChangeDetail idCopyright © 2021. All rights reserved.