| java.lang.Object com.metaboss.sdlctools.models.modelassistant.metabossmodel.domainsupport.TargetGetAllEntitiesOperationHelper
TargetGetAllEntitiesOperationHelper | class TargetGetAllEntitiesOperationHelper (Code) | | This class containse helper methods dealing with the Domain Support Servicemodule model element
|
Method Summary | |
void | ensureAbsent(Service pDataManagementService, String pEntityPluralName) | void | ensurePresent(Service pDataManagementService, Entity pEntity, String pEntityPluralName) | void | ensureRenamedPresent(Service pDataManagementService, Entity pEntity, String pOldEntityPluralName, String pNewEntityPluralName) | void | orderingInstruction_EnsureAbsent(Service pDataManagementService, Entity pEntity) | void | orderingInstruction_EnsurePresent(Service pDataManagementService, Entity pEntity) | void | rectifyModel(Service pDataManagementService, Entity pEntity, Collection pUnclaimedOperations) | void | verifyConstraints(Collection pViolations, Service pDataManagementService, Entity pEntity, Collection pUnclaimedOperations) |
ensureRenamedPresent | void ensureRenamedPresent(Service pDataManagementService, Entity pEntity, String pOldEntityPluralName, String pNewEntityPluralName)(Code) | | |
orderingInstruction_EnsureAbsent | void orderingInstruction_EnsureAbsent(Service pDataManagementService, Entity pEntity)(Code) | | |
orderingInstruction_EnsurePresent | void orderingInstruction_EnsurePresent(Service pDataManagementService, Entity pEntity)(Code) | | |
|
|