Class AbstractApplicationEntityService<T extends ApplicationEntity>

java.lang.Object
org.seed.core.data.AbstractSystemEntityService<T>
org.seed.core.application.AbstractApplicationEntityService<T>
All Implemented Interfaces:
ApplicationEntityService<T>, ModuleDependent<T>, SystemEntityService<T>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
CustomCodeServiceImpl, CustomLibServiceImpl, DataSourceServiceImpl, DBObjectServiceImpl, EntityServiceImpl, FilterServiceImpl, FormServiceImpl, MenuServiceImpl, ReportServiceImpl, RestServiceImpl, TaskServiceImpl, TransferServiceImpl, TransformerServiceImpl, UserGroupServiceImpl

public abstract class AbstractApplicationEntityService<T extends ApplicationEntity> extends AbstractSystemEntityService<T> implements ApplicationEntityService<T>, ModuleDependent<T>