/** * Gets the process summary mock. * * @return the process summary mock */ private ProcessSummaryBCFMockImpl getProcessSummaryMock() { return (ProcessSummaryBCFMockImpl) SensusAppContext.getApplicationContext() .getBean(ElectricDeviceAPIController.class) .getProcessSummaryBCF(); }
/** * Gets the group mock. * * @return the group mock */ private GroupBCFMockImpl getGroupMock() { return (GroupBCFMockImpl) SensusAppContext.getApplicationContext() .getBean(ElectricDeviceAPIController.class) .getGroupBCF(); }
/** * Gets the group mock. * * @return the group mock */ private GroupBCFMockImpl getGroupMock() { return (GroupBCFMockImpl) SensusAppContext.getApplicationContext().getBean(GroupViewController.class).getGroupBCF(); }
/** * Gets the schedule mock. * * @return the schedule mock */ private ScheduleBCFMockImpl getScheduleMock() { return (ScheduleBCFMockImpl) SensusAppContext.getApplicationContext() .getBean(ScheduleAPIController.class) .getScheduleBCF(); }
private UserBCFMockImpl getUserBCF() { return (UserBCFMockImpl) SensusAppContext.getApplicationContext().getBean(UserViewController.class).getUserBCF(); }
private LightNotificationHistoryBCFMockImpl getLightNotificationHistoryBCF() { return (LightNotificationHistoryBCFMockImpl) SensusAppContext.getApplicationContext() .getBean(LightDetailHistoryViewController.class) .getLightNotificationHistoryBCF(); }