Package org.cyclos.impl.system
Interface CustomWizardFieldServiceLocal
-
- All Superinterfaces:
BaseCustomFieldService<CustomWizardFieldDTO,CustomWizardFieldData,CustomWizardVO>,CRUDService<CustomWizardFieldDTO,CustomWizardFieldData,CustomWizardVO>,CRUDServiceLocal<CustomWizardField,CustomWizardFieldDTO,CustomWizardFieldData,CustomWizardVO>,CustomWizardFieldService,Service
public interface CustomWizardFieldServiceLocal extends CRUDServiceLocal<CustomWizardField,CustomWizardFieldDTO,CustomWizardFieldData,CustomWizardVO>, CustomWizardFieldService
Local interface forCustomWizardFieldService
-
-
Method Summary
-
Methods inherited from interface org.cyclos.services.system.BaseCustomFieldService
saveOrder
-
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.CustomWizardFieldService
list
-
-