public class RegistryEntryDAO extends BaseDAO
Constructor and Description |
---|
RegistryEntryDAO(org.wso2.carbon.registry.core.Registry registry) |
Modifier and Type | Method and Description |
---|---|
void |
addRegistryEntry(RegistryEntryDO registryEntryDO) |
void |
deleteRegistryEntry(String key) |
RegistryEntryDO |
getRegistryEntry(String key) |
BaseDO |
populateDataObject(org.wso2.carbon.registry.core.Resource resource) |
void |
populateResource(org.wso2.carbon.registry.core.Resource resource,
BaseDO baseDO) |
void |
saveOrUpdateRegistryEntry(RegistryEntryDO registryEntryDO) |
void |
updateRegistryEntry(RegistryEntryDO registryEntryDO) |
create, delete, get, handleException, handleException, update
public RegistryEntryDAO(org.wso2.carbon.registry.core.Registry registry)
public void populateResource(org.wso2.carbon.registry.core.Resource resource, BaseDO baseDO)
populateResource
in class BaseDAO
public BaseDO populateDataObject(org.wso2.carbon.registry.core.Resource resource)
populateDataObject
in class BaseDAO
public void addRegistryEntry(RegistryEntryDO registryEntryDO)
public void updateRegistryEntry(RegistryEntryDO registryEntryDO)
public void saveOrUpdateRegistryEntry(RegistryEntryDO registryEntryDO)
public RegistryEntryDO getRegistryEntry(String key)
public void deleteRegistryEntry(String key)
Copyright © 2022 WSO2. All rights reserved.