215216217218219220221
} @Override public LFFileStorage toEscapedModel() { return (LFFileStorage) ProxyUtil.newProxyInstance(LFFileStorage.class.getClassLoader(), new Class[] { LFFileStorage.class }, new AutoEscapeBeanHandler(this)); }
393394395396397398399
@Override public LFRollupContribution toEscapedModel() { return (LFRollupContribution) ProxyUtil.newProxyInstance(LFRollupContribution.class.getClassLoader(), new Class[] { LFRollupContribution.class }, new AutoEscapeBeanHandler(this)); }
220221222223224225226227228229
@Override public LFAchievementActivity toEscapedModel() { if (_escapedModel == null) { _escapedModel = (LFAchievementActivity) ProxyUtil.newProxyInstance(_classLoader, _escapedModelInterfaces, new AutoEscapeBeanHandler(this)); } return _escapedModel; }
211212213214215216217218219220
@Override public LFConfig toEscapedModel() { if (_escapedModel == null) { _escapedModel = (LFConfig) ProxyUtil.newProxyInstance(_classLoader, _escapedModelInterfaces, new AutoEscapeBeanHandler(this)); } return _escapedModel; }
567568569570571572573
} @Override public LFActivity toEscapedModel() { return (LFActivity) ProxyUtil.newProxyInstance(LFActivity.class.getClassLoader(), new Class[] { LFActivity.class }, new AutoEscapeBeanHandler(this)); }
@Override public LFAchievementUser toEscapedModel() { if (_escapedModel == null) { _escapedModel = (LFAchievementUser) ProxyUtil.newProxyInstance(_classLoader, _escapedModelInterfaces, new AutoEscapeBeanHandler(this)); } return _escapedModel; }
268269270271272273274275276277
@Override public LFConditionRule toEscapedModel() { if (_escapedModel == null) { _escapedModel = (LFConditionRule) ProxyUtil.newProxyInstance(_classLoader, _escapedModelInterfaces, new AutoEscapeBeanHandler(this)); } return _escapedModel; }
224225226227228229230231232233
@Override public LFCertificateToUser toEscapedModel() { if (_escapedModel == null) { _escapedModel = (LFCertificateToUser) ProxyUtil.newProxyInstance(_classLoader, _escapedModelInterfaces, new AutoEscapeBeanHandler(this)); } return _escapedModel; }
274275276277278279280281282283
@Override public LFQuizTreeElement toEscapedModel() { if (_escapedModel == null) { _escapedModel = (LFQuizTreeElement) ProxyUtil.newProxyInstance(_classLoader, _escapedModelInterfaces, new AutoEscapeBeanHandler(this)); } return _escapedModel; }
397398399400401402403
@Override public LFQuizQuestion toEscapedModel() { return (LFQuizQuestion) ProxyUtil.newProxyInstance(LFQuizQuestion.class.getClassLoader(), new Class[] { LFQuizQuestion.class }, new AutoEscapeBeanHandler(this)); }