Class MongoDeploymentDao
java.lang.Object
dev.getelements.elements.dao.mongo.MongoDeploymentDao
- All Implemented Interfaces:
DeploymentDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDeployment(Deployment deployment) voiddeleteDeployment(String applicationId, String deploymentId) getAllDeployments(int offset, int count) getCurrentDeployment(String applicationId) dev.morphia.DatastoregetDeployment(String applicationId, String deploymentId) getDeployments(String applicationId, int offset, int count) voidsetBeanMapper(MapperRegistry beanMapperRegistry) voidsetDatastore(dev.morphia.Datastore datastore) voidsetMongoApplicationDao(MongoApplicationDao mongoApplicationDao) voidsetMongoDBUtils(MongoDBUtils mongoDBUtils) updateDeployment(String applicationId, Deployment deployment)
-
Constructor Details
-
MongoDeploymentDao
public MongoDeploymentDao()
-
-
Method Details
-
getDeployments
- Specified by:
getDeploymentsin interfaceDeploymentDao
-
getAllDeployments
- Specified by:
getAllDeploymentsin interfaceDeploymentDao
-
getDeployment
- Specified by:
getDeploymentin interfaceDeploymentDao
-
getCurrentDeployment
- Specified by:
getCurrentDeploymentin interfaceDeploymentDao
-
updateDeployment
- Specified by:
updateDeploymentin interfaceDeploymentDao
-
createDeployment
- Specified by:
createDeploymentin interfaceDeploymentDao
-
deleteDeployment
- Specified by:
deleteDeploymentin interfaceDeploymentDao
-
getMongoDBUtils
-
setMongoDBUtils
-
getDatastore
public dev.morphia.Datastore getDatastore() -
setDatastore
@Inject public void setDatastore(dev.morphia.Datastore datastore) -
getBeanMapper
-
setBeanMapper
-
getMongoApplicationDao
-
setMongoApplicationDao
-