Package org.silverpeas.core.variables
Interface VariableScheduledValueRepository
-
- All Superinterfaces:
EntityRepository<VariableScheduledValue>
- All Known Implementing Classes:
DefaultVariableScheduledValueRepository
public interface VariableScheduledValueRepository extends EntityRepository<VariableScheduledValue>
The repository into which the scheduled values of the variables are persisted.
-
-
Method Summary
Static Methods Modifier and Type Method Description static VariableScheduledValueRepository
get()
Gets an instance of this repository.-
Methods inherited from interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
contains, delete, delete, deleteByComponentInstanceId, deleteById, deleteById, findByCriteria, flush, getAll, getById, getById, getById, save, save, save
-
-
-
-
Method Detail
-
get
static VariableScheduledValueRepository get()
Gets an instance of this repository.- Returns:
- a
VariableScheduledValueRepository
instance.
-
-