Uses of Class
com.jedox.palojlib.main.Cube
Packages that use Cube
-
Uses of Cube in com.jedox.palojlib.main
Methods in com.jedox.palojlib.main that return CubeModifier and TypeMethodDescriptionprotected Cube
Database.getCubeById
(int id) Database.getCubeByName
(String name) Methods in com.jedox.palojlib.main that return types with arguments of type CubeMethods in com.jedox.palojlib.main with parameters of type CubeModifier and TypeMethodDescriptionvoid
CubeHandler.addRule
(Database database, Cube cube, String definition, boolean activate, String externalIdentifier, String comment, boolean useIdentifier, double position, String source) void
CubeHandler.changeRuleActivation
(Database database, Cube cube, IRule[] rules, boolean activate) void
CubeHandler.copyCell
(Database database, Cube cube, IElement[] fromPath, IElement[][] fromArea, IElement[] toPath, IElement[][] lockedPaths, Double likeValue, boolean useRules, boolean wait) Cell[]
protected IHold[]
Boolean[]
protected void
DatabaseHandler.removeCube
(int databaseId, Cube c) void
CubeHandler.removeHolds
(Database database, Cube cube, IHold[] holds) void
CubeHandler.removeRules
(Database database, Cube cube, IRule[] rules) void
CubeHandler.updateRule
(Database database, Cube cube, int id, String definition, boolean activate, String externalIdentifier, String comment, boolean useIdentifier, double position, String source)