| java.lang.Object com.metaboss.sdlctools.models.modelassistant.metabossmodel.domainsupport.TargetDuplicateCreateFailedMessageHelper
TargetDuplicateCreateFailedMessageHelper | class TargetDuplicateCreateFailedMessageHelper (Code) | | This class containse helper methods dealing with the Duplicate Create Failed error message model element
|
Method Summary | |
void | ensureAbsent(Servicemodule pServicemodule, String pEntityName) | void | ensurePresent(Servicemodule pServicemodule, Entity pEntity, String pEntityName) | void | ensureRenamedPresent(Servicemodule pServicemodule, Entity pEntity, String pOldEntityName, String pNewEntityName) | void | primaryKeyAttribute_EnsureAbsent(Servicemodule pServicemodule, Entity pEntity, String pAttributeName) | void | primaryKeyAttribute_EnsurePresent(Servicemodule pServicemodule, Entity pEntity, String pAttributeName, DataType pAttributeDataType) | void | primaryKeyAttribute_EnsureRenamedPresent(Servicemodule pServicemodule, Entity pEntity, String pOldAttributeName, String pNewAttributeName, DataType pAttributeDataType) | void | primaryKeyReference_EnsureAbsent(Servicemodule pServicemodule, Entity pEntity, String pReferenceName) | void | primaryKeyReference_EnsurePresent(Servicemodule pServicemodule, Entity pEntity, String pReferenceName, Entity pReferencedEntity) | void | primaryKeyReference_EnsureRenamedPresent(Servicemodule pServicemodule, Entity pEntity, String pOldReferenceName, String pNewReferenceName, Entity pReferencedEntity) | void | rectifyModel(Servicemodule pServicemodule, Entity pEntity, Collection pUnclaimedMessages) | void | verifyConstraints(Collection pViolations, Servicemodule pServicemodule, Entity pEntity, Collection pUnclaimedMessages) |
TargetDuplicateCreateFailedMessageHelper | TargetDuplicateCreateFailedMessageHelper(ModelAssistantImpl pModelAssistantImpl)(Code) | | |
primaryKeyReference_EnsureRenamedPresent | void primaryKeyReference_EnsureRenamedPresent(Servicemodule pServicemodule, Entity pEntity, String pOldReferenceName, String pNewReferenceName, Entity pReferencedEntity)(Code) | | |
|
|