Class AbstractRuleProviderExtension
java.lang.Object
ch.tocco.nice2.rest.entity.api.ruleprovider.AbstractRuleProviderExtension
- Direct Known Subclasses:
OwnTimetableRuleProviderCalendarExtension
,OwnTimetableRuleProviderRoomExtension
,PresenceCheckRuleProviderRoomExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected List
<PrimaryKey> loadRelatedKeys
(String targetModel, String relation, List<PrimaryKey> sourceKeys) Helper method which returns the primary keys of the related source keys
-
Constructor Details
-
AbstractRuleProviderExtension
-
-
Method Details
-
loadRelatedKeys
protected List<PrimaryKey> loadRelatedKeys(String targetModel, String relation, List<PrimaryKey> sourceKeys) Helper method which returns the primary keys of the related source keys
-