Package mc.core.domain.i18n.dobj
Class TerritoryDO
java.lang.Object
mc.core.system.base.BaseBean
-
Nested Class Summary
Nested classes/interfaces inherited from class mc.core.domain.base.dobj.AbstractBaseDO
AbstractBaseDO.Initializer -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class mc.core.domain.base.dobj.AbstractSimpleEntityDO
changeOrder, getAllActive, getUserRole, toggleActivationMethods inherited from class mc.core.domain.base.dobj.AbstractEntityBaseDO
addDefaultSearchCriteria, copy, copyToCollection, getFromInternalDescription, prepareSearchFilter, sendEvent, sendEvent
-
Constructor Details
-
TerritoryDO
public TerritoryDO()
-
-
Method Details
-
save
Description copied from interface:IBaseDOmap data to entity if any, validate and save- Specified by:
savein interfaceIBaseDO<Territory>- Overrides:
savein classAbstractEntityBaseDO<Territory>- Parameters:
territory- mandatorymap- optional- Returns:
- mapped entity
- Throws:
ApplicationException
-
getFromKey
Description copied from interface:IBaseDOget entity by key through entity specific property matching- Specified by:
getFromKeyin interfaceIBaseDO<Territory>- Overrides:
getFromKeyin classAbstractBaseDO<Territory>- Returns:
- entity if found and unique
- Throws:
EntityNotFoundExceptionNotUniqueResultException
-