Package mc.core.domain.channel.dobj
Class ChannelMapBaseDO<T extends ChannelMapBase>
java.lang.Object
mc.core.system.base.BaseBean
mc.core.domain.base.dobj.AbstractBaseDO<T>
mc.core.domain.base.dobj.AbstractEntityBaseDO<T>
mc.core.domain.base.dobj.AbstractSimpleEntityDO<T>
mc.core.domain.channel.dobj.ChannelMapBaseDO<T>
- All Implemented Interfaces:
IBaseDO<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class mc.core.domain.base.dobj.AbstractBaseDO
AbstractBaseDO.Initializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchangeOrderOfMapField(ChannelMapBase channelMap, ChannelMapField channelMapField, boolean decreaseOrder) voidremoveChannelMapField(ChannelMapBase channelMap, ChannelMapField channelMapField) map data to entity if any, validate and savesaveChannelMapField(ChannelMapField channelMapField, DataMap dataMap) Methods inherited from class mc.core.domain.base.dobj.AbstractSimpleEntityDO
changeOrder, getAllActive, getUserRole, toggleActivationMethods inherited from class mc.core.domain.base.dobj.AbstractEntityBaseDO
addDefaultSearchCriteria, copyToCollection, getFromInternalDescription, prepareSearchFilter, sendEvent, sendEventMethods inherited from class mc.core.domain.base.dobj.AbstractBaseDO
delete, delete, getAll, getEntityDisplay, getFromId, getFromKey, getOne, map, map, save, validator
-
Constructor Details
-
ChannelMapBaseDO
public ChannelMapBaseDO()
-
-
Method Details
-
save
Description copied from interface:IBaseDOmap data to entity if any, validate and save- Specified by:
savein interfaceIBaseDO<T extends ChannelMapBase>- Overrides:
savein classAbstractEntityBaseDO<T extends ChannelMapBase>- Parameters:
channelMap- mandatorydataMap- optional- Returns:
- mapped entity
- Throws:
ApplicationException
-
copy
- Overrides:
copyin classAbstractEntityBaseDO<T extends ChannelMapBase>- Throws:
ApplicationException
-
removeChannelMapField
public void removeChannelMapField(ChannelMapBase channelMap, ChannelMapField channelMapField) throws ApplicationException - Throws:
ApplicationException
-
saveChannelMapField
public ChannelMapField saveChannelMapField(ChannelMapField channelMapField, DataMap dataMap) throws ApplicationException - Throws:
ApplicationException
-
changeOrderOfMapField
public void changeOrderOfMapField(ChannelMapBase channelMap, ChannelMapField channelMapField, boolean decreaseOrder) throws ApplicationException - Throws:
ApplicationException
-