Package com.arms.api.systeminfo.service
Class SystemInfoImpl
- java.lang.Object
-
- com.arms.api.systeminfo.service.SystemInfoImpl
-
- All Implemented Interfaces:
SystemInfo
@Service("systemInfo") public class SystemInfoImpl extends java.lang.Object implements SystemInfo
-
-
Constructor Summary
Constructors Constructor Description SystemInfoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemInfoVO
getSystemInfo(java.lang.Long orgLink)
-
-
-
Method Detail
-
getSystemInfo
public SystemInfoVO getSystemInfo(java.lang.Long orgLink) throws java.lang.Exception
- Specified by:
getSystemInfo
in interfaceSystemInfo
- Throws:
java.lang.Exception
-
-