Package ru.bgcrm.service.cctv
Class AbstractCameraWizardService
java.lang.Object
ru.bgcrm.service.cctv.AbstractCameraWizardService
- All Implemented Interfaces:
CameraWizardService
- Direct Known Subclasses:
UcamsCameraWizardService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Connectionprotected ru.bgcrm.service.cctv.WizardProcessControllerprotected User -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivateCamera(int processId, @NotNull String cameraNumber) final voidcreateCameras(@NotNull RegisterCameraRequest request) protected ru.ufanet.bgbilling.api.service.cctv.CctvService@NotNull List<RegisteredCamera> getRegisteredCameras(int processId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.bgcrm.service.cctv.CameraWizardService
getCameraModels, getCameraModels
-
Field Details
-
user
-
connection
-
process
protected ru.bgcrm.service.cctv.WizardProcessController process
-
-
Constructor Details
-
AbstractCameraWizardService
-
-
Method Details
-
createCameras
- Specified by:
createCamerasin interfaceCameraWizardService
-
activateCamera
- Specified by:
activateCamerain interfaceCameraWizardService- Throws:
Exception
-
getRegisteredCameras
@NotNull public @NotNull List<RegisteredCamera> getRegisteredCameras(int processId) throws Exception - Specified by:
getRegisteredCamerasin interfaceCameraWizardService- Throws:
Exception
-
getCctvService
- Throws:
BGException
-