public class ChangeMarketingSpotTitlePartMediator extends AbstractChangeBusinessObjectPartMediatorImpl
| Constructor and Description |
|---|
ChangeMarketingSpotTitlePartMediator() |
| Modifier and Type | Method and Description |
|---|---|
void |
create(java.lang.Object aNoun,
java.lang.Object aNounPart)
This method populates the physical data container with the new
DMEMSPOTCOLLDEF
object to create. |
void |
delete(java.lang.Object aNoun,
java.lang.Object aNounPart)
This method populates the physical data container with the
Dmemspotcolldef
object to delete. |
java.lang.Object |
findPhysicalEntity(java.lang.Object aNoun,
java.lang.Object aNounPart)
This method returns the
Dmemspotcolldef physical SDO from the
PhysicalDataContainer that was created in the
initializePhysicalDataContainer method. |
java.lang.String[] |
getNounPartXPaths()
This method gets the xpath for the default title noun part that is part of the marketing spot noun.
|
void |
update(java.lang.Object aNoun,
java.lang.Object aNounPart)
This method updates the physical data container with the modified
DMEMSPOTCOLLDEF
object. |
java.util.List |
validateChange(java.lang.Object aNoun,
java.lang.Object aNounPart)
This method performs no actions as there are no fields in default title that can be updated.
|
java.util.List |
validateCreate(java.lang.Object aNoun,
java.lang.Object aNounPart)
This method checks if the logical marketing spot default title noun part can be created.
|
java.util.List |
validateDelete(java.lang.Object aNoun,
java.lang.Object aNounPart)
This method determines whether the logical marketing spot default title noun part can be deleted.
|
applyChanges, convertToBigDecimal, convertToDate, convertToDouble, convertToInteger, convertToLong, getNounParts, getParentPhysicalDataContainer, getPhysicalDataContainer, initializegetUpdateAccessProfile, setUpdateAccessProfileinitializeConfigequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUpdateAccessProfile, setUpdateAccessProfileinitializeConfigpublic ChangeMarketingSpotTitlePartMediator()
public void create(java.lang.Object aNoun,
java.lang.Object aNounPart)
throws AbstractApplicationException
DMEMSPOTCOLLDEF
object to create.aNoun - The logical MarketingSpotType SDO business object that is the parent of the object to create.aNounPart - The logical DefaultMarketingSpotTitleType SDO business object to create.AbstractApplicationExceptionpublic void update(java.lang.Object aNoun,
java.lang.Object aNounPart)
throws AbstractApplicationException
DMEMSPOTCOLLDEF
object. It sets the content unique identifier and display sequence, if provided.aNoun - The logical MarketingSpotType SDO business object which is the parent of the object to update.aNounPart - The logical DefaultMarketingSpotTitleType SDO business object to update.AbstractApplicationExceptionpublic void delete(java.lang.Object aNoun,
java.lang.Object aNounPart)
throws AbstractApplicationException
Dmemspotcolldef
object to delete.aNoun - The logical MarketingSpotType SDO business object that is the parent of the object to delete.aNounPart - The logical DefaultMarketingSpotTitleType SDO business object to delete.AbstractApplicationExceptionpublic java.lang.String[] getNounPartXPaths()
public java.util.List validateCreate(java.lang.Object aNoun,
java.lang.Object aNounPart)
throws DataMediatorException
aNoun - The logical MarketingSpotType SDO business object which is the parent of the object to validate.aNounPart - The logical DefaultMarketingSpotTitleType SDO business object to validate.ApplicationErrors if there are any
errors, otherwise it returns an empty list.DataMediatorExceptionpublic java.util.List validateChange(java.lang.Object aNoun,
java.lang.Object aNounPart)
throws DataMediatorException
aNoun - The logical MarketingSpotType SDO business object which is the parent of the object to validate.aNounPart - The logical DefaultMarketingSpotTitleType SDO business object to validate.ApplicationErrors if there are any
errors, otherwise it returns an empty list.DataMediatorExceptionpublic java.util.List validateDelete(java.lang.Object aNoun,
java.lang.Object aNounPart)
throws DataMediatorException
aNoun - The logical MarketingSpotType SDO business object which is the parent of the object to validate.aNounPart - The logical DefaultMarketingSpotTitleType SDO business object to validate.ApplicationError if there are any
errors, otherwise it returns an empty list.DataMediatorExceptionpublic java.lang.Object findPhysicalEntity(java.lang.Object aNoun,
java.lang.Object aNounPart)
throws DataMediatorException
Dmemspotcolldef physical SDO from the
PhysicalDataContainer that was created in the
initializePhysicalDataContainer method.aNoun - The logical MarketingSpotType SDO.aNounPart - The logical DefaultMarketingSpotTitleType SDO.Dmemspotcolldef object if it is found, otherwise it returns null.DataMediatorException