Interface SystemService
- All Known Implementing Classes:
SystemServiceImpl
public interface SystemService
-
Method Summary
Modifier and TypeMethodDescriptioncreateSystem(EAMContext context, Equipment systemParam) deleteSystem(EAMContext context, String systemCode, String organization) readSystem(EAMContext context, String systemCode, String organization) readSystemDefault(EAMContext context, String organizationCode) updateSystem(EAMContext context, Equipment systemParam)
-
Method Details
-
createSystem
- Throws:
EAMException
-
readSystem
Equipment readSystem(EAMContext context, String systemCode, String organization) throws EAMException - Throws:
EAMException
-
updateSystem
- Throws:
EAMException
-
deleteSystem
- Throws:
EAMException
-
readSystemDefault
- Throws:
EAMException
-