org.cumulus4j.store.model
Class KeyStoreRefDAO
java.lang.Object
  
org.cumulus4j.store.model.AbstractDAO
      
org.cumulus4j.store.model.KeyStoreRefDAO
public class KeyStoreRefDAO
- extends AbstractDAO
 
 
| Fields inherited from class org.cumulus4j.store.model.AbstractDAO | 
pm | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
KeyStoreRefDAO
public KeyStoreRefDAO()
KeyStoreRefDAO
public KeyStoreRefDAO(PersistenceManager pm)
- Parameters:
 pm - the backend-PersistenceManager (the one used for data, if there is a separate index-DB used).
setPersistenceManager
public void setPersistenceManager(PersistenceManager pm)
- 
- Overrides:
 setPersistenceManager in class AbstractDAO
 
- Parameters:
 pm - the backend-PersistenceManager (the one used for data, if there is a separate index-DB used).
 
 
getKeyStoreRef
public KeyStoreRef getKeyStoreRef(int keyStoreRefID)
 
getKeyStoreRef
public KeyStoreRef getKeyStoreRef(String keyStoreID)
 
createKeyStoreRef
public KeyStoreRef createKeyStoreRef(String keyStoreID)
 
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.