public class ChangeMarketingContentImageMapPartMediator extends AbstractChangeBusinessObjectPartMediatorImpl
Constructor and Description |
---|
ChangeMarketingContentImageMapPartMediator() |
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
Collimgmaparea
object to create when input option is 'Source'. |
void |
delete(java.lang.Object aNoun,
java.lang.Object aNounPart)
This method sets the HTML source code of image area to null.
|
java.lang.Object |
findPhysicalEntity(java.lang.Object aNoun,
java.lang.Object aNounPart)
This method returns the
Collimgmaparea physical SDO from the
PhysicalDataContainer that was created in the
initializePhysicalDataContainer method. |
java.lang.String[] |
getNounPartXPaths()
This method gets the xpath for the imapge map noun part that is part of the marketing content noun.
|
void |
update(java.lang.Object aNoun,
java.lang.Object aNounPart)
This method updates the physical data container with the modified
Collimgmaparea
object. |
java.util.List |
validateChange(java.lang.Object aNoun,
java.lang.Object aNounPart)
This method validates changes to the logical marketing content image map noun part.
|
java.util.List |
validateCreate(java.lang.Object aNoun,
java.lang.Object aNounPart)
This method checks if the logical marketing content image map noun part can be created.
|
java.util.List |
validateDelete(java.lang.Object aNoun,
java.lang.Object aNounPart)
This method determines whether the logical marketing content image map noun part can be deleted.
|
applyChanges, convertToBigDecimal, convertToDate, convertToDouble, convertToInteger, convertToLong, getNounParts, getParentPhysicalDataContainer, getPhysicalDataContainer, initialize
getUpdateAccessProfile, setUpdateAccessProfile
initializeConfig
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getUpdateAccessProfile, setUpdateAccessProfile
initializeConfig
public ChangeMarketingContentImageMapPartMediator()
public void create(java.lang.Object aNoun, java.lang.Object aNounPart) throws AbstractApplicationException
Collimgmaparea
object to create when input option is 'Source'. It creates a row in COLLIMGMAPAREA
with HTMLDEF
column populated
to store the HTML source code for image map.aNoun
- The logical MarketingContentType
SDO business object that is the parent of the object to create.aNounPart
- The logical MarketingContentImageMapType
SDO business object to create.AbstractApplicationException
public void update(java.lang.Object aNoun, java.lang.Object aNounPart) throws AbstractApplicationException
Collimgmaparea
object. It sets all the marketing content image map data, including any provided user data, from the
logical marketing content noun.aNoun
- The logical MarketingContentType
SDO business object which is the parent of the object to update.aNounPart
- The logical MarketingContentImageMapType
SDO business object to update.AbstractApplicationException
public void delete(java.lang.Object aNoun, java.lang.Object aNounPart) throws AbstractApplicationException
aNoun
- The logical MarketingContentType
SDO business object that is the parent of the object to delete.aNounPart
- The logical MarketingContentImageMapType
SDO business object to delete.AbstractApplicationException
public java.lang.String[] getNounPartXPaths()
public java.util.List validateCreate(java.lang.Object aNoun, java.lang.Object aNounPart) throws DataMediatorException
aNoun
- The logical MarketingContentType
SDO business object which is the parent of the object to validate.aNounPart
- The logical MarketingContentImageMapType
SDO business object to validate.ApplicationError
s if there are any
errors, otherwise it returns an empty list.DataMediatorException
public java.util.List validateChange(java.lang.Object aNoun, java.lang.Object aNounPart) throws DataMediatorException
aNoun
- The logical MarketingContentType
SDO business object which is the parent of the object to validate.aNounPart
- The logical MarketingContentImageMapType
SDO business object to validate.ApplicationError
s if there are any
errors, otherwise it returns an empty list.DataMediatorException
public java.util.List validateDelete(java.lang.Object aNoun, java.lang.Object aNounPart) throws DataMediatorException
aNoun
- The logical MarketingContentType
SDO business object which is the parent of the object to validate.aNounPart
- The logical MarketingContentImageMapType
SDO business object to validate.ApplicationError
if there are any
errors, otherwise it returns an empty list.DataMediatorException
public java.lang.Object findPhysicalEntity(java.lang.Object aNoun, java.lang.Object aNounPart) throws DataMediatorException
Collimgmaparea
physical SDO from the
PhysicalDataContainer
that was created in the
initializePhysicalDataContainer
method.aNoun
- The logical MarketingContentType
SDO.aNounPart
- The logical MarketingContentImageMapType
SDO.Collimgmaparea
object if it is found, otherwise it returns null.DataMediatorException