Package org.cyclos.impl.system
Interface CustomWizardStepServiceLocal
-
- All Superinterfaces:
CRUDService<CustomWizardStepDTO,CustomWizardStepData,CustomWizardStepDataParams>,CRUDServiceLocal<CustomWizardStep,CustomWizardStepDTO,CustomWizardStepData,CustomWizardStepDataParams>,CustomWizardStepService,Service
public interface CustomWizardStepServiceLocal extends CRUDServiceLocal<CustomWizardStep,CustomWizardStepDTO,CustomWizardStepData,CustomWizardStepDataParams>, CustomWizardStepService
Local interface forCustomWizardStepService
-
-
Method Summary
-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.impl.CRUDServiceLocal
find, findAll, getEntityClass, newEntity, remove, removeAll, saveEntity, saveSkippingEntityLog, toDTO, toEntity, validate
-
Methods inherited from interface org.cyclos.services.system.CustomWizardStepService
list, saveOrder
-
-