Package mc.core.domain.generic.dobj
Class ClassificationHrcDO
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.AbstractComplexEntityDO<ClassificationHrc>
mc.core.domain.generic.dobj.ClassificationHrcDO
- All Implemented Interfaces:
IBaseDO<ClassificationHrc>
-
Nested Class Summary
Nested classes/interfaces inherited from class mc.core.domain.base.dobj.AbstractBaseDO
AbstractBaseDO.Initializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(ClassificationHrc classificationHrc) WARNING: this method must not be overridden, only overrideAbstractBaseDO.delete(IBaseEntity, boolean)! It cannot be final because J2EE-container does not allow final on methods that require transactional interceptor.edit(ClassificationHrc classificationHrc) insert(ClassificationHrc classificationHrc) Methods inherited from class mc.core.domain.base.dobj.AbstractComplexEntityDO
addDefaultSearchCriteria, assertPermission, assertPermission, attributes, copy, copyDataSync, copyToCollection, delete, doRecursiveActionAsync, entityProfileApply, entityProfileApply, filter, getCollectionHierarchies, getCollectionsAll, getFromExternalKey, getFromKeySearchFilter, getUserRole, lifecycle, newComplexEntityEvent, onChange, parameter, permissions, prepareSearchFilter, relations, secondaryCollectionAdd, secondaryCollectionCopy, secondaryCollectionMove, secondaryCollectionRemove, setRightInheritanceDisabled, states, translate, versions, watchesMethods inherited from class mc.core.domain.base.dobj.AbstractEntityBaseDO
getFromInternalDescription, save, sendEvent, sendEventMethods inherited from class mc.core.domain.base.dobj.AbstractBaseDO
getAll, getAllActive, getEntityDisplay, getFromId, getFromKey, getOne, map, map, save, validator
-
Constructor Details
-
ClassificationHrcDO
public ClassificationHrcDO()
-
-
Method Details
-
insert
public ClassificationHrc insert(ClassificationHrc classificationHrc) throws UserException, ApplicationException - Overrides:
insertin classAbstractComplexEntityDO<ClassificationHrc>- Throws:
UserExceptionApplicationException
-
delete
Description copied from class:AbstractBaseDOWARNING: this method must not be overridden, only overrideAbstractBaseDO.delete(IBaseEntity, boolean)! It cannot be final because J2EE-container does not allow final on methods that require transactional interceptor.- Specified by:
deletein interfaceIBaseDO<ClassificationHrc>- Overrides:
deletein classAbstractBaseDO<ClassificationHrc>- Parameters:
classificationHrc- mandatory- Throws:
ApplicationExceptionUserException
-
edit
public ClassificationHrc edit(ClassificationHrc classificationHrc) throws UserException, ApplicationException - Overrides:
editin classAbstractComplexEntityDO<ClassificationHrc>- Throws:
UserExceptionApplicationException
-