Package org.openl.rules.service
Class TableServiceImpl
- java.lang.Object
-
- org.openl.rules.service.TableServiceImpl
-
public class TableServiceImpl extends Object
-
-
Constructor Summary
Constructors Constructor Description TableServiceImpl()TableServiceImpl(MetaInfoWriter metaInfoWriter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IGridRegionmoveTable(IGridTable table)voidmoveTableTo(IGridTable table, IGridRegion destRegion)voidremoveTable(IGridTable table)
-
-
-
Constructor Detail
-
TableServiceImpl
public TableServiceImpl()
-
TableServiceImpl
public TableServiceImpl(MetaInfoWriter metaInfoWriter)
-
-
Method Detail
-
removeTable
public void removeTable(IGridTable table) throws TableServiceException
- Throws:
TableServiceException
-
moveTable
public IGridRegion moveTable(IGridTable table) throws TableServiceException
- Parameters:
table- Table to move- Returns:
- Region in the sheet, where table has been moved
- Throws:
TableServiceException
-
moveTableTo
public void moveTableTo(IGridTable table, IGridRegion destRegion) throws TableServiceException
- Throws:
TableServiceException
-
-