- IAccountDBRequestHandler - Interface in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbRequestHandler.contracts
-
Interface for account management services.
- IConfigurationHelper - Interface in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.configuration.contracts
-
- IContactDBRequestHandler - Interface in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbRequestHandler.contracts
-
Interface for contact management services.
- IDBInstanceManager - Interface in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbManager.contracts
-
- IDBQueryExecutionManager - Interface in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbManager.contracts
-
- IDBSchemaManager - Interface in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbManager.contracts
-
- ILoginDBRequestHandler - Interface in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbRequestHandler.contracts
-
Interface for login management services.
- IManagementRequestHandler - Interface in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.managementRequestHandler.contracts
-
Interface for all request management handling.
- IMealDBRequestHandler - Interface in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbRequestHandler.contracts
-
Interface for notification database query management services.
- INotificationManagementRequestHandler - Interface in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.managementRequestHandler.contracts
-
- INotificationManager - Interface in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.notificationManager.contracts
-
- InvalidCredentialCheckTest() - Method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests.LoginWorkflow
-
This method tests rejection of credentials for an
invalid user.
- invokeMethod(Object, String, Object) - Method in interface edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.reflectionManager.contracts.IReflectionManager
-
- invokeMethod(Object, String, Object) - Method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.reflectionManager.services.ReflectionManager
-
- IReflectionManager - Interface in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.reflectionManager.contracts
-
- IRequestDispatcher - Interface in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.requestDispatcher.contracts
-
Interface that supplies request dispatching services
to the ManagementRequestHandler layer.
- isValid(Map<String, String[]>) - Method in interface edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbRequestHandler.contracts.IAccountDBRequestHandler
-
Method to check whether an user account is valid.
- isValid(Map<String, String[]>) - Method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbRequestHandler.services.AccountDBRequestHandler
-
This method checks if a given user
account exists in the database object.
- IsValidAccountWorkflowTest - Class in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests
-
This class tests cases related
checking the existence/validity of a given account.
- IsValidAccountWorkflowTest() - Constructor for class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests.IsValidAccountWorkflowTest
-
- IVisibilityDBRequestHandler - Interface in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbRequestHandler.contracts
-
Interface for visibility management services.