481482483484485486487488489490
@Override public LFActivity toEscapedModel() { if (_escapedModel == null) { _escapedModel = (LFActivity) ProxyUtil.newProxyInstance(_classLoader, _escapedModelInterfaces, new AutoEscapeBeanHandler(this)); } return _escapedModel; }
275276277278279280281
} @Override public LFAttemptData toEscapedModel() { return (LFAttemptData) ProxyUtil.newProxyInstance(LFAttemptData.class.getClassLoader(), new Class[] { LFAttemptData.class }, new AutoEscapeBeanHandler(this)); }
306307308309310311312
@Override public LFTincanLrsState toEscapedModel() { return (LFTincanLrsState) ProxyUtil.newProxyInstance(LFTincanLrsState.class.getClassLoader(), new Class[] { LFTincanLrsState.class }, new AutoEscapeBeanHandler(this)); }
307308309310311312313
@Override public LFQuestionCategory toEscapedModel() { return (LFQuestionCategory) ProxyUtil.newProxyInstance(LFQuestionCategory.class.getClassLoader(), new Class[] { LFQuestionCategory.class }, new AutoEscapeBeanHandler(this)); }
336337338339340341342
@Override public LFTincanLrsResult toEscapedModel() { return (LFTincanLrsResult) ProxyUtil.newProxyInstance(LFTincanLrsResult.class.getClassLoader(), new Class[] { LFTincanLrsResult.class }, new AutoEscapeBeanHandler(this)); }
248249250251252253254
@Override public LFPackageGradeStorage toEscapedModel() { return (LFPackageGradeStorage) ProxyUtil.newProxyInstance(LFPackageGradeStorage.class.getClassLoader(), new Class[] { LFPackageGradeStorage.class }, new AutoEscapeBeanHandler(this)); }
346347348349350351352
@Override public LFRuleCondition toEscapedModel() { return (LFRuleCondition) ProxyUtil.newProxyInstance(LFRuleCondition.class.getClassLoader(), new Class[] { LFRuleCondition.class }, new AutoEscapeBeanHandler(this)); }
249250251252253254255
@Override public LFActivityStateNode toEscapedModel() { return (LFActivityStateNode) ProxyUtil.newProxyInstance(LFActivityStateNode.class.getClassLoader(), new Class[] { LFActivityStateNode.class }, new AutoEscapeBeanHandler(this)); }
304305306307308309310
} @Override public LFCourse toEscapedModel() { return (LFCourse) ProxyUtil.newProxyInstance(LFCourse.class.getClassLoader(), new Class[] { LFCourse.class }, new AutoEscapeBeanHandler(this)); }
244245246247248249250
} @Override public LFRole toEscapedModel() { return (LFRole) ProxyUtil.newProxyInstance(LFRole.class.getClassLoader(), new Class[] { LFRole.class }, new AutoEscapeBeanHandler(this)); }