Class AudDictionaryServiceImpl
java.lang.Object
org.cxbox.core.crudma.impl.AbstractResponseService<AudDictionaryDto,AudDictionary>
org.cxbox.source.services.data.impl.AudDictionaryServiceImpl
- All Implemented Interfaces:
ResponseService<AudDictionaryDto,,AudDictionary> AudDictionaryService
@Service
public class AudDictionaryServiceImpl
extends AbstractResponseService<AudDictionaryDto,AudDictionary>
implements AudDictionaryService
-
Field Summary
Fields inherited from class org.cxbox.core.crudma.impl.AbstractResponseService
applicationContext, baseDAO, parentSpec, preActionConditionHolderAssoc, preActionConditionHolderDataResponse, typeOfDTO, typeOfEntity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<AudDictionary>Methods inherited from class org.cxbox.core.crudma.impl.AbstractResponseService
associate, cast, count, count, count, createEntity, deleteEntity, doAssociate, doGetOne, dtoListToResultPage, entitiesToDtos, entityListToResultPage, entityToDto, getActions, getAvailableActions, getFetchGraph, getFetchGraphName, getFieldMetaBuilder, getList, getList, getList, getOne, getOneAsEntity, getPageEntities, getParentField, getPreActionsForSave, getSpecification, getTypeOfDTO, getTypeOfEntity, hasPersister, invokeAction, isDeferredCreationSupported, isExist, loadEntity, onCancel, preview, setIfChanged, setIfChanged, setMappedIfChanged, setMappedIfChanged, unwrap, updateEntity, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cxbox.core.service.ResponseService
associate, count, createEntity, deleteEntity, getActions, getAvailableActions, getFieldMetaBuilder, getList, getOne, getOneAsEntity, getTypeOfDTO, getTypeOfEntity, hasPersister, invokeAction, isDeferredCreationSupported, onCancel, preview, unwrap, updateEntity, validate
-
Constructor Details
-
AudDictionaryServiceImpl
public AudDictionaryServiceImpl()
-
-
Method Details
-
getParentSpecification
protected org.springframework.data.jpa.domain.Specification<AudDictionary> getParentSpecification(BusinessComponent bc) - Overrides:
getParentSpecificationin classAbstractResponseService<AudDictionaryDto,AudDictionary>
-