Uses of Class
org.codice.ddf.persistence.PersistenceException
Packages that use PersistenceException
-
Uses of PersistenceException in org.codice.ddf.persistence
Methods in org.codice.ddf.persistence that throw PersistenceExceptionModifier and TypeMethodDescriptionvoidAdds a collection of items of specified type.voidAdds item of specified type with the specified properties.intDelete items matching the ECQL query criteria.intGet all of the items of the specified type.Get items matching the ECQL query criteria.Get all items matching the ECQL query criteria. -
Uses of PersistenceException in org.codice.ddf.persistence.attributes
Methods in org.codice.ddf.persistence.attributes that throw PersistenceExceptionModifier and TypeMethodDescriptionAttributesStore.getAllUsers()Gets a list of all users and their attributeslongAttributesStore.getCurrentDataUsageByUser(String username) Returns the user's current data usage from the persistent storelongAttributesStore.getDataLimitByUser(String username) Returns the user's current data limit from the persistent storevoidAttributesStore.resetUserDataUsages()Resets all known user's data usages to 0.voidAttributesStore.setDataLimit(String username, long dataLimit) Resets the user's data limit in the persistent store to the size specified in bytesvoidAttributesStore.setDataUsage(String username, long dataUsage) Resets the user's data usage in the persistent store to the usage specified in bytesvoidAttributesStore.updateUserDataUsage(String username, long dataUsage) Adds the specified data usage in bytes to the user's data usage in the persistent store