Uses of Class
ru.curs.celesta.score.AbstractScore
-
Packages that use AbstractScore Package Description ru.curs.celesta Package of Celesta central class.ru.curs.celesta.dbutils Package with DB utils.ru.curs.celesta.dbutils.h2 H2 specific classes for Celesta triggers.ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of AbstractScore in ru.curs.celesta
Methods in ru.curs.celesta that return AbstractScore Modifier and Type Method Description AbstractScoreICallContext. getScore()Returns Celesta score. -
Uses of AbstractScore in ru.curs.celesta.dbutils
Constructors in ru.curs.celesta.dbutils with parameters of type AbstractScore Constructor Description DbUpdater(ConnectionPool connectionPool, AbstractScore score, boolean forceDdInitialize, DBAdaptor dbAdaptor) -
Uses of AbstractScore in ru.curs.celesta.dbutils.h2
Methods in ru.curs.celesta.dbutils.h2 with parameters of type AbstractScore Modifier and Type Method Description static voidAbstractMaterializedViewTrigger. initScore(AbstractScore score)Sets up the score with which the current H2 instance should work. -
Uses of AbstractScore in ru.curs.celesta.score
Classes in ru.curs.celesta.score with type parameters of type AbstractScore Modifier and Type Class Description static classAbstractScore.ScoreBuilder<T extends AbstractScore>Score builder for subclasses ofAbstractScore.Subclasses of AbstractScore in ru.curs.celesta.score Modifier and Type Class Description classScoreMethods in ru.curs.celesta.score that return AbstractScore Modifier and Type Method Description AbstractScoreGrain. getScore()Returns model that the grain belongs to.Methods in ru.curs.celesta.score with parameters of type AbstractScore Modifier and Type Method Description GrainPartCelestaParser. extractGrainInfo(AbstractScore s, Resource r)voidGrainSaver. save(AbstractScore score, Resource scorePath)Saves metadata content of score back to SQL-files rewriting their content.Constructors in ru.curs.celesta.score with parameters of type AbstractScore Constructor Description Grain(AbstractScore score, String name)
-