public class DynamicTableStorageManager extends Object
| Constructor and Description |
|---|
DynamicTableStorageManager() |
public static void save(DynamicTableStorage oneData) throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic static void update(DynamicTableStorage oneData) throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic static void delete(DynamicTableStorage oneData) throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic void deleteAll()
throws org.hibernate.HibernateException,
Exception
org.hibernate.HibernateExceptionExceptionpublic static List<DynamicTableStorage> getAll() throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic static List<String> getAllStoragesNames(boolean limitByUser, String username, String tabTitle) throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic static List<DynamicTableStorage> getDynamicTableStorageByNameAndUser(String storageName, String username, String tabTitle) throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic static List<DynamicTableStorage> getDynamicTableStorageRecord(String storageName, String username, String tabTitle, int row) throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic static boolean exists(String storageName, String username, String tabTitle) throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic static int getDynamicTableStorageNoOfRecords(String storageName, String username, String tabTitle) throws CUFException, org.hibernate.HibernateException, Exception
CUFExceptionorg.hibernate.HibernateExceptionExceptionpublic static List<String> getDynamicTableStorageOwners(String storageName, String tabTitle) throws CUFException, org.hibernate.HibernateException, Exception
CUFExceptionorg.hibernate.HibernateExceptionExceptionpublic static List<DynamicTableStorage> getDefaultDynamicTableStorageForUser(String username, String tabTitle) throws CUFException, org.hibernate.HibernateException, Exception
CUFExceptionorg.hibernate.HibernateExceptionExceptionpublic static String getDefaultDynamicTableStorageNameForUser(String username, String tabTitle) throws CUFException, org.hibernate.HibernateException, Exception
CUFExceptionorg.hibernate.HibernateExceptionExceptionCopyright © 2015 Suncode. All rights reserved.