本文整理汇总了Java中gov.nih.nci.security.exceptions.CSDataAccessException类的典型用法代码示例。如果您正苦于以下问题:Java CSDataAccessException类的具体用法?Java CSDataAccessException怎么用?Java CSDataAccessException使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
CSDataAccessException类属于gov.nih.nci.security.exceptions包,在下文中一共展示了CSDataAccessException类的9个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Java代码示例。
示例1: refreshInstanceTables
import gov.nih.nci.security.exceptions.CSDataAccessException; //导入依赖的package包/类
public void refreshInstanceTables(boolean instanceLevelSecurityForUser) throws CSObjectNotFoundException, CSDataAccessException {
authorizationDAO.refreshInstanceTables(instanceLevelSecurityForUser);
}
示例2: maintainInstanceTables
import gov.nih.nci.security.exceptions.CSDataAccessException; //导入依赖的package包/类
public void maintainInstanceTables(String instanceLevelMappingElementId) throws CSObjectNotFoundException, CSDataAccessException {
authorizationDAO.maintainInstanceTables(instanceLevelMappingElementId);
}
示例3: maintainInstanceTables
import gov.nih.nci.security.exceptions.CSDataAccessException; //导入依赖的package包/类
/**
* This method will create/maintain the Intermediate tables for instance level security performance improvement.
*
* @param instanceLevelMappingElementId the id of the InstanceLevelMappingElement object which is to be maintained for
* performance improvement.
* @throws CSDataAccessException if there is any error in the maintaining Instance tables for the InstanceLevelMappingElement Ojbect
*/
public void maintainInstanceTables(String instanceLevelMappingElementId) throws CSObjectNotFoundException, CSDataAccessException;
示例4: refreshInstanceTables
import gov.nih.nci.security.exceptions.CSDataAccessException; //导入依赖的package包/类
/**
* This method will refresh the Intermediate tables for instance level security performance improvement.
*
* @param instanceLevelSecurityForUser the boolean flag value to indicate Instance Level Security For User or Group is being used.
* @throws CSObjectNotFoundException if there is any error in retrieving of the Mapping Element Ojbects
* @throws CSDataAccessException if there is any error in the refreshing Instance tables for the InstanceLevelMappingElement Ojbect
*/
public void refreshInstanceTables(boolean instanceLevelSecurityForUser) throws CSObjectNotFoundException, CSDataAccessException;
示例5: maintainInstanceTables
import gov.nih.nci.security.exceptions.CSDataAccessException; //导入依赖的package包/类
public void maintainInstanceTables(String instanceLevelMappingElementId) throws CSObjectNotFoundException, CSDataAccessException {
authorizationDAO.maintainInstanceTables(instanceLevelMappingElementId);
}
示例6: maintainInstanceTables
import gov.nih.nci.security.exceptions.CSDataAccessException; //导入依赖的package包/类
/**
* This method will create/maintain the Intermediate tables for instance level security performance improvement.
*
* @param instanceLevelMappingElementId the id of the InstanceLevelMappingElement object which is to be maintained for
* performance improvement.
* @throws CSDataAccessException if there is any error in the maintaining Instance tables for the InstanceLevelMappingElement Ojbect
*/
public void maintainInstanceTables(String instanceLevelMappingElementId) throws CSObjectNotFoundException, CSDataAccessException;
示例7: refreshInstanceTables
import gov.nih.nci.security.exceptions.CSDataAccessException; //导入依赖的package包/类
/**
* This method will refresh the Intermediate tables for instance level security performance improvement.
*
* @param instanceLevelSecurityForUser the boolean flag value to indicate Instance Level Security For User or Group is being used.
* @throws CSObjectNotFoundException if there is any error in retrieving of the Mapping Element Ojbects
* @throws CSDataAccessException if there is any error in the refreshing Instance tables for the InstanceLevelMappingElement Ojbect
*/
public void refreshInstanceTables(boolean instanceLevelSecurityForUser) throws CSObjectNotFoundException, CSDataAccessException;
示例8: refreshInstanceTables
import gov.nih.nci.security.exceptions.CSDataAccessException; //导入依赖的package包/类
public void refreshInstanceTables(boolean instanceLevelSecurityForUser) throws CSObjectNotFoundException, CSDataAccessException;
示例9: maintainInstanceTables
import gov.nih.nci.security.exceptions.CSDataAccessException; //导入依赖的package包/类
public void maintainInstanceTables(String instanceLevelMappingElementId) throws CSObjectNotFoundException, CSDataAccessException;