001    /**
002     * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
003     *
004     * This library is free software; you can redistribute it and/or modify it under
005     * the terms of the GNU Lesser General Public License as published by the Free
006     * Software Foundation; either version 2.1 of the License, or (at your option)
007     * any later version.
008     *
009     * This library is distributed in the hope that it will be useful, but WITHOUT
010     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
011     * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
012     * details.
013     */
014    
015    package com.liferay.portal.service.base;
016    
017    import com.liferay.counter.service.CounterLocalService;
018    
019    import com.liferay.portal.kernel.bean.BeanReference;
020    import com.liferay.portal.kernel.bean.IdentifiableBean;
021    import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
022    import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
023    import com.liferay.portal.kernel.dao.orm.DynamicQuery;
024    import com.liferay.portal.kernel.dao.orm.DynamicQueryFactoryUtil;
025    import com.liferay.portal.kernel.exception.PortalException;
026    import com.liferay.portal.kernel.exception.SystemException;
027    import com.liferay.portal.kernel.search.Indexable;
028    import com.liferay.portal.kernel.search.IndexableType;
029    import com.liferay.portal.kernel.util.OrderByComparator;
030    import com.liferay.portal.model.PersistedModel;
031    import com.liferay.portal.model.UserNotificationEvent;
032    import com.liferay.portal.service.AccountLocalService;
033    import com.liferay.portal.service.AccountService;
034    import com.liferay.portal.service.AddressLocalService;
035    import com.liferay.portal.service.AddressService;
036    import com.liferay.portal.service.BaseLocalServiceImpl;
037    import com.liferay.portal.service.BrowserTrackerLocalService;
038    import com.liferay.portal.service.CMISRepositoryLocalService;
039    import com.liferay.portal.service.ClassNameLocalService;
040    import com.liferay.portal.service.ClassNameService;
041    import com.liferay.portal.service.ClusterGroupLocalService;
042    import com.liferay.portal.service.CompanyLocalService;
043    import com.liferay.portal.service.CompanyService;
044    import com.liferay.portal.service.ContactLocalService;
045    import com.liferay.portal.service.ContactService;
046    import com.liferay.portal.service.CountryService;
047    import com.liferay.portal.service.EmailAddressLocalService;
048    import com.liferay.portal.service.EmailAddressService;
049    import com.liferay.portal.service.GroupLocalService;
050    import com.liferay.portal.service.GroupService;
051    import com.liferay.portal.service.ImageLocalService;
052    import com.liferay.portal.service.ImageService;
053    import com.liferay.portal.service.LayoutBranchLocalService;
054    import com.liferay.portal.service.LayoutBranchService;
055    import com.liferay.portal.service.LayoutLocalService;
056    import com.liferay.portal.service.LayoutPrototypeLocalService;
057    import com.liferay.portal.service.LayoutPrototypeService;
058    import com.liferay.portal.service.LayoutRevisionLocalService;
059    import com.liferay.portal.service.LayoutRevisionService;
060    import com.liferay.portal.service.LayoutService;
061    import com.liferay.portal.service.LayoutSetBranchLocalService;
062    import com.liferay.portal.service.LayoutSetBranchService;
063    import com.liferay.portal.service.LayoutSetLocalService;
064    import com.liferay.portal.service.LayoutSetPrototypeLocalService;
065    import com.liferay.portal.service.LayoutSetPrototypeService;
066    import com.liferay.portal.service.LayoutSetService;
067    import com.liferay.portal.service.LayoutTemplateLocalService;
068    import com.liferay.portal.service.ListTypeService;
069    import com.liferay.portal.service.LockLocalService;
070    import com.liferay.portal.service.MembershipRequestLocalService;
071    import com.liferay.portal.service.MembershipRequestService;
072    import com.liferay.portal.service.OrgLaborLocalService;
073    import com.liferay.portal.service.OrgLaborService;
074    import com.liferay.portal.service.OrganizationLocalService;
075    import com.liferay.portal.service.OrganizationService;
076    import com.liferay.portal.service.PasswordPolicyLocalService;
077    import com.liferay.portal.service.PasswordPolicyRelLocalService;
078    import com.liferay.portal.service.PasswordPolicyService;
079    import com.liferay.portal.service.PasswordTrackerLocalService;
080    import com.liferay.portal.service.PermissionLocalService;
081    import com.liferay.portal.service.PermissionService;
082    import com.liferay.portal.service.PersistedModelLocalServiceRegistry;
083    import com.liferay.portal.service.PhoneLocalService;
084    import com.liferay.portal.service.PhoneService;
085    import com.liferay.portal.service.PluginSettingLocalService;
086    import com.liferay.portal.service.PluginSettingService;
087    import com.liferay.portal.service.PortalLocalService;
088    import com.liferay.portal.service.PortalPreferencesLocalService;
089    import com.liferay.portal.service.PortalService;
090    import com.liferay.portal.service.PortletItemLocalService;
091    import com.liferay.portal.service.PortletLocalService;
092    import com.liferay.portal.service.PortletPreferencesLocalService;
093    import com.liferay.portal.service.PortletPreferencesService;
094    import com.liferay.portal.service.PortletService;
095    import com.liferay.portal.service.QuartzLocalService;
096    import com.liferay.portal.service.RegionService;
097    import com.liferay.portal.service.ReleaseLocalService;
098    import com.liferay.portal.service.RepositoryEntryLocalService;
099    import com.liferay.portal.service.RepositoryLocalService;
100    import com.liferay.portal.service.RepositoryService;
101    import com.liferay.portal.service.ResourceActionLocalService;
102    import com.liferay.portal.service.ResourceBlockLocalService;
103    import com.liferay.portal.service.ResourceBlockPermissionLocalService;
104    import com.liferay.portal.service.ResourceBlockService;
105    import com.liferay.portal.service.ResourceCodeLocalService;
106    import com.liferay.portal.service.ResourceLocalService;
107    import com.liferay.portal.service.ResourcePermissionLocalService;
108    import com.liferay.portal.service.ResourcePermissionService;
109    import com.liferay.portal.service.ResourceService;
110    import com.liferay.portal.service.ResourceTypePermissionLocalService;
111    import com.liferay.portal.service.RoleLocalService;
112    import com.liferay.portal.service.RoleService;
113    import com.liferay.portal.service.ServiceComponentLocalService;
114    import com.liferay.portal.service.ShardLocalService;
115    import com.liferay.portal.service.SubscriptionLocalService;
116    import com.liferay.portal.service.TeamLocalService;
117    import com.liferay.portal.service.TeamService;
118    import com.liferay.portal.service.ThemeLocalService;
119    import com.liferay.portal.service.ThemeService;
120    import com.liferay.portal.service.TicketLocalService;
121    import com.liferay.portal.service.UserGroupGroupRoleLocalService;
122    import com.liferay.portal.service.UserGroupGroupRoleService;
123    import com.liferay.portal.service.UserGroupLocalService;
124    import com.liferay.portal.service.UserGroupRoleLocalService;
125    import com.liferay.portal.service.UserGroupRoleService;
126    import com.liferay.portal.service.UserGroupService;
127    import com.liferay.portal.service.UserIdMapperLocalService;
128    import com.liferay.portal.service.UserLocalService;
129    import com.liferay.portal.service.UserNotificationEventLocalService;
130    import com.liferay.portal.service.UserService;
131    import com.liferay.portal.service.UserTrackerLocalService;
132    import com.liferay.portal.service.UserTrackerPathLocalService;
133    import com.liferay.portal.service.VirtualHostLocalService;
134    import com.liferay.portal.service.WebDAVPropsLocalService;
135    import com.liferay.portal.service.WebsiteLocalService;
136    import com.liferay.portal.service.WebsiteService;
137    import com.liferay.portal.service.WorkflowDefinitionLinkLocalService;
138    import com.liferay.portal.service.WorkflowInstanceLinkLocalService;
139    import com.liferay.portal.service.persistence.AccountPersistence;
140    import com.liferay.portal.service.persistence.AddressPersistence;
141    import com.liferay.portal.service.persistence.BrowserTrackerPersistence;
142    import com.liferay.portal.service.persistence.ClassNamePersistence;
143    import com.liferay.portal.service.persistence.ClusterGroupPersistence;
144    import com.liferay.portal.service.persistence.CompanyPersistence;
145    import com.liferay.portal.service.persistence.ContactPersistence;
146    import com.liferay.portal.service.persistence.CountryPersistence;
147    import com.liferay.portal.service.persistence.EmailAddressPersistence;
148    import com.liferay.portal.service.persistence.GroupFinder;
149    import com.liferay.portal.service.persistence.GroupPersistence;
150    import com.liferay.portal.service.persistence.ImagePersistence;
151    import com.liferay.portal.service.persistence.LayoutBranchPersistence;
152    import com.liferay.portal.service.persistence.LayoutFinder;
153    import com.liferay.portal.service.persistence.LayoutPersistence;
154    import com.liferay.portal.service.persistence.LayoutPrototypePersistence;
155    import com.liferay.portal.service.persistence.LayoutRevisionPersistence;
156    import com.liferay.portal.service.persistence.LayoutSetBranchPersistence;
157    import com.liferay.portal.service.persistence.LayoutSetPersistence;
158    import com.liferay.portal.service.persistence.LayoutSetPrototypePersistence;
159    import com.liferay.portal.service.persistence.ListTypePersistence;
160    import com.liferay.portal.service.persistence.LockFinder;
161    import com.liferay.portal.service.persistence.LockPersistence;
162    import com.liferay.portal.service.persistence.MembershipRequestPersistence;
163    import com.liferay.portal.service.persistence.OrgGroupPermissionFinder;
164    import com.liferay.portal.service.persistence.OrgGroupPermissionPersistence;
165    import com.liferay.portal.service.persistence.OrgGroupRolePersistence;
166    import com.liferay.portal.service.persistence.OrgLaborPersistence;
167    import com.liferay.portal.service.persistence.OrganizationFinder;
168    import com.liferay.portal.service.persistence.OrganizationPersistence;
169    import com.liferay.portal.service.persistence.PasswordPolicyFinder;
170    import com.liferay.portal.service.persistence.PasswordPolicyPersistence;
171    import com.liferay.portal.service.persistence.PasswordPolicyRelPersistence;
172    import com.liferay.portal.service.persistence.PasswordTrackerPersistence;
173    import com.liferay.portal.service.persistence.PermissionFinder;
174    import com.liferay.portal.service.persistence.PermissionPersistence;
175    import com.liferay.portal.service.persistence.PhonePersistence;
176    import com.liferay.portal.service.persistence.PluginSettingPersistence;
177    import com.liferay.portal.service.persistence.PortalPreferencesPersistence;
178    import com.liferay.portal.service.persistence.PortletItemPersistence;
179    import com.liferay.portal.service.persistence.PortletPersistence;
180    import com.liferay.portal.service.persistence.PortletPreferencesFinder;
181    import com.liferay.portal.service.persistence.PortletPreferencesPersistence;
182    import com.liferay.portal.service.persistence.RegionPersistence;
183    import com.liferay.portal.service.persistence.ReleasePersistence;
184    import com.liferay.portal.service.persistence.RepositoryEntryPersistence;
185    import com.liferay.portal.service.persistence.RepositoryPersistence;
186    import com.liferay.portal.service.persistence.ResourceActionPersistence;
187    import com.liferay.portal.service.persistence.ResourceBlockFinder;
188    import com.liferay.portal.service.persistence.ResourceBlockPermissionPersistence;
189    import com.liferay.portal.service.persistence.ResourceBlockPersistence;
190    import com.liferay.portal.service.persistence.ResourceCodePersistence;
191    import com.liferay.portal.service.persistence.ResourceFinder;
192    import com.liferay.portal.service.persistence.ResourcePermissionFinder;
193    import com.liferay.portal.service.persistence.ResourcePermissionPersistence;
194    import com.liferay.portal.service.persistence.ResourcePersistence;
195    import com.liferay.portal.service.persistence.ResourceTypePermissionFinder;
196    import com.liferay.portal.service.persistence.ResourceTypePermissionPersistence;
197    import com.liferay.portal.service.persistence.RoleFinder;
198    import com.liferay.portal.service.persistence.RolePersistence;
199    import com.liferay.portal.service.persistence.ServiceComponentPersistence;
200    import com.liferay.portal.service.persistence.ShardPersistence;
201    import com.liferay.portal.service.persistence.SubscriptionPersistence;
202    import com.liferay.portal.service.persistence.TeamFinder;
203    import com.liferay.portal.service.persistence.TeamPersistence;
204    import com.liferay.portal.service.persistence.TicketPersistence;
205    import com.liferay.portal.service.persistence.UserFinder;
206    import com.liferay.portal.service.persistence.UserGroupFinder;
207    import com.liferay.portal.service.persistence.UserGroupGroupRolePersistence;
208    import com.liferay.portal.service.persistence.UserGroupPersistence;
209    import com.liferay.portal.service.persistence.UserGroupRoleFinder;
210    import com.liferay.portal.service.persistence.UserGroupRolePersistence;
211    import com.liferay.portal.service.persistence.UserIdMapperPersistence;
212    import com.liferay.portal.service.persistence.UserNotificationEventPersistence;
213    import com.liferay.portal.service.persistence.UserPersistence;
214    import com.liferay.portal.service.persistence.UserTrackerPathPersistence;
215    import com.liferay.portal.service.persistence.UserTrackerPersistence;
216    import com.liferay.portal.service.persistence.VirtualHostPersistence;
217    import com.liferay.portal.service.persistence.WebDAVPropsPersistence;
218    import com.liferay.portal.service.persistence.WebsitePersistence;
219    import com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence;
220    import com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence;
221    
222    import java.io.Serializable;
223    
224    import java.util.List;
225    
226    import javax.sql.DataSource;
227    
228    /**
229     * The base implementation of the user notification event local service.
230     *
231     * <p>
232     * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link com.liferay.portal.service.impl.UserNotificationEventLocalServiceImpl}.
233     * </p>
234     *
235     * @author Brian Wing Shun Chan
236     * @see com.liferay.portal.service.impl.UserNotificationEventLocalServiceImpl
237     * @see com.liferay.portal.service.UserNotificationEventLocalServiceUtil
238     * @generated
239     */
240    public abstract class UserNotificationEventLocalServiceBaseImpl
241            extends BaseLocalServiceImpl implements UserNotificationEventLocalService,
242                    IdentifiableBean {
243            /*
244             * NOTE FOR DEVELOPERS:
245             *
246             * Never modify or reference this class directly. Always use {@link com.liferay.portal.service.UserNotificationEventLocalServiceUtil} to access the user notification event local service.
247             */
248    
249            /**
250             * Adds the user notification event to the database. Also notifies the appropriate model listeners.
251             *
252             * @param userNotificationEvent the user notification event
253             * @return the user notification event that was added
254             * @throws SystemException if a system exception occurred
255             */
256            @Indexable(type = IndexableType.REINDEX)
257            public UserNotificationEvent addUserNotificationEvent(
258                    UserNotificationEvent userNotificationEvent) throws SystemException {
259                    userNotificationEvent.setNew(true);
260    
261                    return userNotificationEventPersistence.update(userNotificationEvent,
262                            false);
263            }
264    
265            /**
266             * Creates a new user notification event with the primary key. Does not add the user notification event to the database.
267             *
268             * @param userNotificationEventId the primary key for the new user notification event
269             * @return the new user notification event
270             */
271            public UserNotificationEvent createUserNotificationEvent(
272                    long userNotificationEventId) {
273                    return userNotificationEventPersistence.create(userNotificationEventId);
274            }
275    
276            /**
277             * Deletes the user notification event with the primary key from the database. Also notifies the appropriate model listeners.
278             *
279             * @param userNotificationEventId the primary key of the user notification event
280             * @return the user notification event that was removed
281             * @throws PortalException if a user notification event with the primary key could not be found
282             * @throws SystemException if a system exception occurred
283             */
284            @Indexable(type = IndexableType.DELETE)
285            public UserNotificationEvent deleteUserNotificationEvent(
286                    long userNotificationEventId) throws PortalException, SystemException {
287                    return userNotificationEventPersistence.remove(userNotificationEventId);
288            }
289    
290            /**
291             * Deletes the user notification event from the database. Also notifies the appropriate model listeners.
292             *
293             * @param userNotificationEvent the user notification event
294             * @return the user notification event that was removed
295             * @throws SystemException if a system exception occurred
296             */
297            @Indexable(type = IndexableType.DELETE)
298            public UserNotificationEvent deleteUserNotificationEvent(
299                    UserNotificationEvent userNotificationEvent) throws SystemException {
300                    return userNotificationEventPersistence.remove(userNotificationEvent);
301            }
302    
303            public DynamicQuery dynamicQuery() {
304                    Class<?> clazz = getClass();
305    
306                    return DynamicQueryFactoryUtil.forClass(UserNotificationEvent.class,
307                            clazz.getClassLoader());
308            }
309    
310            /**
311             * Performs a dynamic query on the database and returns the matching rows.
312             *
313             * @param dynamicQuery the dynamic query
314             * @return the matching rows
315             * @throws SystemException if a system exception occurred
316             */
317            @SuppressWarnings("rawtypes")
318            public List dynamicQuery(DynamicQuery dynamicQuery)
319                    throws SystemException {
320                    return userNotificationEventPersistence.findWithDynamicQuery(dynamicQuery);
321            }
322    
323            /**
324             * Performs a dynamic query on the database and returns a range of the matching rows.
325             *
326             * <p>
327             * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
328             * </p>
329             *
330             * @param dynamicQuery the dynamic query
331             * @param start the lower bound of the range of model instances
332             * @param end the upper bound of the range of model instances (not inclusive)
333             * @return the range of matching rows
334             * @throws SystemException if a system exception occurred
335             */
336            @SuppressWarnings("rawtypes")
337            public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
338                    throws SystemException {
339                    return userNotificationEventPersistence.findWithDynamicQuery(dynamicQuery,
340                            start, end);
341            }
342    
343            /**
344             * Performs a dynamic query on the database and returns an ordered range of the matching rows.
345             *
346             * <p>
347             * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
348             * </p>
349             *
350             * @param dynamicQuery the dynamic query
351             * @param start the lower bound of the range of model instances
352             * @param end the upper bound of the range of model instances (not inclusive)
353             * @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
354             * @return the ordered range of matching rows
355             * @throws SystemException if a system exception occurred
356             */
357            @SuppressWarnings("rawtypes")
358            public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end,
359                    OrderByComparator orderByComparator) throws SystemException {
360                    return userNotificationEventPersistence.findWithDynamicQuery(dynamicQuery,
361                            start, end, orderByComparator);
362            }
363    
364            /**
365             * Returns the number of rows that match the dynamic query.
366             *
367             * @param dynamicQuery the dynamic query
368             * @return the number of rows that match the dynamic query
369             * @throws SystemException if a system exception occurred
370             */
371            public long dynamicQueryCount(DynamicQuery dynamicQuery)
372                    throws SystemException {
373                    return userNotificationEventPersistence.countWithDynamicQuery(dynamicQuery);
374            }
375    
376            public UserNotificationEvent fetchUserNotificationEvent(
377                    long userNotificationEventId) throws SystemException {
378                    return userNotificationEventPersistence.fetchByPrimaryKey(userNotificationEventId);
379            }
380    
381            /**
382             * Returns the user notification event with the primary key.
383             *
384             * @param userNotificationEventId the primary key of the user notification event
385             * @return the user notification event
386             * @throws PortalException if a user notification event with the primary key could not be found
387             * @throws SystemException if a system exception occurred
388             */
389            public UserNotificationEvent getUserNotificationEvent(
390                    long userNotificationEventId) throws PortalException, SystemException {
391                    return userNotificationEventPersistence.findByPrimaryKey(userNotificationEventId);
392            }
393    
394            public PersistedModel getPersistedModel(Serializable primaryKeyObj)
395                    throws PortalException, SystemException {
396                    return userNotificationEventPersistence.findByPrimaryKey(primaryKeyObj);
397            }
398    
399            /**
400             * Returns a range of all the user notification events.
401             *
402             * <p>
403             * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
404             * </p>
405             *
406             * @param start the lower bound of the range of user notification events
407             * @param end the upper bound of the range of user notification events (not inclusive)
408             * @return the range of user notification events
409             * @throws SystemException if a system exception occurred
410             */
411            public List<UserNotificationEvent> getUserNotificationEvents(int start,
412                    int end) throws SystemException {
413                    return userNotificationEventPersistence.findAll(start, end);
414            }
415    
416            /**
417             * Returns the number of user notification events.
418             *
419             * @return the number of user notification events
420             * @throws SystemException if a system exception occurred
421             */
422            public int getUserNotificationEventsCount() throws SystemException {
423                    return userNotificationEventPersistence.countAll();
424            }
425    
426            /**
427             * Updates the user notification event in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.
428             *
429             * @param userNotificationEvent the user notification event
430             * @return the user notification event that was updated
431             * @throws SystemException if a system exception occurred
432             */
433            @Indexable(type = IndexableType.REINDEX)
434            public UserNotificationEvent updateUserNotificationEvent(
435                    UserNotificationEvent userNotificationEvent) throws SystemException {
436                    return updateUserNotificationEvent(userNotificationEvent, true);
437            }
438    
439            /**
440             * Updates the user notification event in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.
441             *
442             * @param userNotificationEvent the user notification event
443             * @param merge whether to merge the user notification event with the current session. See {@link com.liferay.portal.service.persistence.BatchSession#update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean)} for an explanation.
444             * @return the user notification event that was updated
445             * @throws SystemException if a system exception occurred
446             */
447            @Indexable(type = IndexableType.REINDEX)
448            public UserNotificationEvent updateUserNotificationEvent(
449                    UserNotificationEvent userNotificationEvent, boolean merge)
450                    throws SystemException {
451                    userNotificationEvent.setNew(false);
452    
453                    return userNotificationEventPersistence.update(userNotificationEvent,
454                            merge);
455            }
456    
457            /**
458             * Returns the account local service.
459             *
460             * @return the account local service
461             */
462            public AccountLocalService getAccountLocalService() {
463                    return accountLocalService;
464            }
465    
466            /**
467             * Sets the account local service.
468             *
469             * @param accountLocalService the account local service
470             */
471            public void setAccountLocalService(AccountLocalService accountLocalService) {
472                    this.accountLocalService = accountLocalService;
473            }
474    
475            /**
476             * Returns the account remote service.
477             *
478             * @return the account remote service
479             */
480            public AccountService getAccountService() {
481                    return accountService;
482            }
483    
484            /**
485             * Sets the account remote service.
486             *
487             * @param accountService the account remote service
488             */
489            public void setAccountService(AccountService accountService) {
490                    this.accountService = accountService;
491            }
492    
493            /**
494             * Returns the account persistence.
495             *
496             * @return the account persistence
497             */
498            public AccountPersistence getAccountPersistence() {
499                    return accountPersistence;
500            }
501    
502            /**
503             * Sets the account persistence.
504             *
505             * @param accountPersistence the account persistence
506             */
507            public void setAccountPersistence(AccountPersistence accountPersistence) {
508                    this.accountPersistence = accountPersistence;
509            }
510    
511            /**
512             * Returns the address local service.
513             *
514             * @return the address local service
515             */
516            public AddressLocalService getAddressLocalService() {
517                    return addressLocalService;
518            }
519    
520            /**
521             * Sets the address local service.
522             *
523             * @param addressLocalService the address local service
524             */
525            public void setAddressLocalService(AddressLocalService addressLocalService) {
526                    this.addressLocalService = addressLocalService;
527            }
528    
529            /**
530             * Returns the address remote service.
531             *
532             * @return the address remote service
533             */
534            public AddressService getAddressService() {
535                    return addressService;
536            }
537    
538            /**
539             * Sets the address remote service.
540             *
541             * @param addressService the address remote service
542             */
543            public void setAddressService(AddressService addressService) {
544                    this.addressService = addressService;
545            }
546    
547            /**
548             * Returns the address persistence.
549             *
550             * @return the address persistence
551             */
552            public AddressPersistence getAddressPersistence() {
553                    return addressPersistence;
554            }
555    
556            /**
557             * Sets the address persistence.
558             *
559             * @param addressPersistence the address persistence
560             */
561            public void setAddressPersistence(AddressPersistence addressPersistence) {
562                    this.addressPersistence = addressPersistence;
563            }
564    
565            /**
566             * Returns the browser tracker local service.
567             *
568             * @return the browser tracker local service
569             */
570            public BrowserTrackerLocalService getBrowserTrackerLocalService() {
571                    return browserTrackerLocalService;
572            }
573    
574            /**
575             * Sets the browser tracker local service.
576             *
577             * @param browserTrackerLocalService the browser tracker local service
578             */
579            public void setBrowserTrackerLocalService(
580                    BrowserTrackerLocalService browserTrackerLocalService) {
581                    this.browserTrackerLocalService = browserTrackerLocalService;
582            }
583    
584            /**
585             * Returns the browser tracker persistence.
586             *
587             * @return the browser tracker persistence
588             */
589            public BrowserTrackerPersistence getBrowserTrackerPersistence() {
590                    return browserTrackerPersistence;
591            }
592    
593            /**
594             * Sets the browser tracker persistence.
595             *
596             * @param browserTrackerPersistence the browser tracker persistence
597             */
598            public void setBrowserTrackerPersistence(
599                    BrowserTrackerPersistence browserTrackerPersistence) {
600                    this.browserTrackerPersistence = browserTrackerPersistence;
601            }
602    
603            /**
604             * Returns the class name local service.
605             *
606             * @return the class name local service
607             */
608            public ClassNameLocalService getClassNameLocalService() {
609                    return classNameLocalService;
610            }
611    
612            /**
613             * Sets the class name local service.
614             *
615             * @param classNameLocalService the class name local service
616             */
617            public void setClassNameLocalService(
618                    ClassNameLocalService classNameLocalService) {
619                    this.classNameLocalService = classNameLocalService;
620            }
621    
622            /**
623             * Returns the class name remote service.
624             *
625             * @return the class name remote service
626             */
627            public ClassNameService getClassNameService() {
628                    return classNameService;
629            }
630    
631            /**
632             * Sets the class name remote service.
633             *
634             * @param classNameService the class name remote service
635             */
636            public void setClassNameService(ClassNameService classNameService) {
637                    this.classNameService = classNameService;
638            }
639    
640            /**
641             * Returns the class name persistence.
642             *
643             * @return the class name persistence
644             */
645            public ClassNamePersistence getClassNamePersistence() {
646                    return classNamePersistence;
647            }
648    
649            /**
650             * Sets the class name persistence.
651             *
652             * @param classNamePersistence the class name persistence
653             */
654            public void setClassNamePersistence(
655                    ClassNamePersistence classNamePersistence) {
656                    this.classNamePersistence = classNamePersistence;
657            }
658    
659            /**
660             * Returns the cluster group local service.
661             *
662             * @return the cluster group local service
663             */
664            public ClusterGroupLocalService getClusterGroupLocalService() {
665                    return clusterGroupLocalService;
666            }
667    
668            /**
669             * Sets the cluster group local service.
670             *
671             * @param clusterGroupLocalService the cluster group local service
672             */
673            public void setClusterGroupLocalService(
674                    ClusterGroupLocalService clusterGroupLocalService) {
675                    this.clusterGroupLocalService = clusterGroupLocalService;
676            }
677    
678            /**
679             * Returns the cluster group persistence.
680             *
681             * @return the cluster group persistence
682             */
683            public ClusterGroupPersistence getClusterGroupPersistence() {
684                    return clusterGroupPersistence;
685            }
686    
687            /**
688             * Sets the cluster group persistence.
689             *
690             * @param clusterGroupPersistence the cluster group persistence
691             */
692            public void setClusterGroupPersistence(
693                    ClusterGroupPersistence clusterGroupPersistence) {
694                    this.clusterGroupPersistence = clusterGroupPersistence;
695            }
696    
697            /**
698             * Returns the c m i s repository local service.
699             *
700             * @return the c m i s repository local service
701             */
702            public CMISRepositoryLocalService getCMISRepositoryLocalService() {
703                    return cmisRepositoryLocalService;
704            }
705    
706            /**
707             * Sets the c m i s repository local service.
708             *
709             * @param cmisRepositoryLocalService the c m i s repository local service
710             */
711            public void setCMISRepositoryLocalService(
712                    CMISRepositoryLocalService cmisRepositoryLocalService) {
713                    this.cmisRepositoryLocalService = cmisRepositoryLocalService;
714            }
715    
716            /**
717             * Returns the company local service.
718             *
719             * @return the company local service
720             */
721            public CompanyLocalService getCompanyLocalService() {
722                    return companyLocalService;
723            }
724    
725            /**
726             * Sets the company local service.
727             *
728             * @param companyLocalService the company local service
729             */
730            public void setCompanyLocalService(CompanyLocalService companyLocalService) {
731                    this.companyLocalService = companyLocalService;
732            }
733    
734            /**
735             * Returns the company remote service.
736             *
737             * @return the company remote service
738             */
739            public CompanyService getCompanyService() {
740                    return companyService;
741            }
742    
743            /**
744             * Sets the company remote service.
745             *
746             * @param companyService the company remote service
747             */
748            public void setCompanyService(CompanyService companyService) {
749                    this.companyService = companyService;
750            }
751    
752            /**
753             * Returns the company persistence.
754             *
755             * @return the company persistence
756             */
757            public CompanyPersistence getCompanyPersistence() {
758                    return companyPersistence;
759            }
760    
761            /**
762             * Sets the company persistence.
763             *
764             * @param companyPersistence the company persistence
765             */
766            public void setCompanyPersistence(CompanyPersistence companyPersistence) {
767                    this.companyPersistence = companyPersistence;
768            }
769    
770            /**
771             * Returns the contact local service.
772             *
773             * @return the contact local service
774             */
775            public ContactLocalService getContactLocalService() {
776                    return contactLocalService;
777            }
778    
779            /**
780             * Sets the contact local service.
781             *
782             * @param contactLocalService the contact local service
783             */
784            public void setContactLocalService(ContactLocalService contactLocalService) {
785                    this.contactLocalService = contactLocalService;
786            }
787    
788            /**
789             * Returns the contact remote service.
790             *
791             * @return the contact remote service
792             */
793            public ContactService getContactService() {
794                    return contactService;
795            }
796    
797            /**
798             * Sets the contact remote service.
799             *
800             * @param contactService the contact remote service
801             */
802            public void setContactService(ContactService contactService) {
803                    this.contactService = contactService;
804            }
805    
806            /**
807             * Returns the contact persistence.
808             *
809             * @return the contact persistence
810             */
811            public ContactPersistence getContactPersistence() {
812                    return contactPersistence;
813            }
814    
815            /**
816             * Sets the contact persistence.
817             *
818             * @param contactPersistence the contact persistence
819             */
820            public void setContactPersistence(ContactPersistence contactPersistence) {
821                    this.contactPersistence = contactPersistence;
822            }
823    
824            /**
825             * Returns the country remote service.
826             *
827             * @return the country remote service
828             */
829            public CountryService getCountryService() {
830                    return countryService;
831            }
832    
833            /**
834             * Sets the country remote service.
835             *
836             * @param countryService the country remote service
837             */
838            public void setCountryService(CountryService countryService) {
839                    this.countryService = countryService;
840            }
841    
842            /**
843             * Returns the country persistence.
844             *
845             * @return the country persistence
846             */
847            public CountryPersistence getCountryPersistence() {
848                    return countryPersistence;
849            }
850    
851            /**
852             * Sets the country persistence.
853             *
854             * @param countryPersistence the country persistence
855             */
856            public void setCountryPersistence(CountryPersistence countryPersistence) {
857                    this.countryPersistence = countryPersistence;
858            }
859    
860            /**
861             * Returns the email address local service.
862             *
863             * @return the email address local service
864             */
865            public EmailAddressLocalService getEmailAddressLocalService() {
866                    return emailAddressLocalService;
867            }
868    
869            /**
870             * Sets the email address local service.
871             *
872             * @param emailAddressLocalService the email address local service
873             */
874            public void setEmailAddressLocalService(
875                    EmailAddressLocalService emailAddressLocalService) {
876                    this.emailAddressLocalService = emailAddressLocalService;
877            }
878    
879            /**
880             * Returns the email address remote service.
881             *
882             * @return the email address remote service
883             */
884            public EmailAddressService getEmailAddressService() {
885                    return emailAddressService;
886            }
887    
888            /**
889             * Sets the email address remote service.
890             *
891             * @param emailAddressService the email address remote service
892             */
893            public void setEmailAddressService(EmailAddressService emailAddressService) {
894                    this.emailAddressService = emailAddressService;
895            }
896    
897            /**
898             * Returns the email address persistence.
899             *
900             * @return the email address persistence
901             */
902            public EmailAddressPersistence getEmailAddressPersistence() {
903                    return emailAddressPersistence;
904            }
905    
906            /**
907             * Sets the email address persistence.
908             *
909             * @param emailAddressPersistence the email address persistence
910             */
911            public void setEmailAddressPersistence(
912                    EmailAddressPersistence emailAddressPersistence) {
913                    this.emailAddressPersistence = emailAddressPersistence;
914            }
915    
916            /**
917             * Returns the group local service.
918             *
919             * @return the group local service
920             */
921            public GroupLocalService getGroupLocalService() {
922                    return groupLocalService;
923            }
924    
925            /**
926             * Sets the group local service.
927             *
928             * @param groupLocalService the group local service
929             */
930            public void setGroupLocalService(GroupLocalService groupLocalService) {
931                    this.groupLocalService = groupLocalService;
932            }
933    
934            /**
935             * Returns the group remote service.
936             *
937             * @return the group remote service
938             */
939            public GroupService getGroupService() {
940                    return groupService;
941            }
942    
943            /**
944             * Sets the group remote service.
945             *
946             * @param groupService the group remote service
947             */
948            public void setGroupService(GroupService groupService) {
949                    this.groupService = groupService;
950            }
951    
952            /**
953             * Returns the group persistence.
954             *
955             * @return the group persistence
956             */
957            public GroupPersistence getGroupPersistence() {
958                    return groupPersistence;
959            }
960    
961            /**
962             * Sets the group persistence.
963             *
964             * @param groupPersistence the group persistence
965             */
966            public void setGroupPersistence(GroupPersistence groupPersistence) {
967                    this.groupPersistence = groupPersistence;
968            }
969    
970            /**
971             * Returns the group finder.
972             *
973             * @return the group finder
974             */
975            public GroupFinder getGroupFinder() {
976                    return groupFinder;
977            }
978    
979            /**
980             * Sets the group finder.
981             *
982             * @param groupFinder the group finder
983             */
984            public void setGroupFinder(GroupFinder groupFinder) {
985                    this.groupFinder = groupFinder;
986            }
987    
988            /**
989             * Returns the image local service.
990             *
991             * @return the image local service
992             */
993            public ImageLocalService getImageLocalService() {
994                    return imageLocalService;
995            }
996    
997            /**
998             * Sets the image local service.
999             *
1000             * @param imageLocalService the image local service
1001             */
1002            public void setImageLocalService(ImageLocalService imageLocalService) {
1003                    this.imageLocalService = imageLocalService;
1004            }
1005    
1006            /**
1007             * Returns the image remote service.
1008             *
1009             * @return the image remote service
1010             */
1011            public ImageService getImageService() {
1012                    return imageService;
1013            }
1014    
1015            /**
1016             * Sets the image remote service.
1017             *
1018             * @param imageService the image remote service
1019             */
1020            public void setImageService(ImageService imageService) {
1021                    this.imageService = imageService;
1022            }
1023    
1024            /**
1025             * Returns the image persistence.
1026             *
1027             * @return the image persistence
1028             */
1029            public ImagePersistence getImagePersistence() {
1030                    return imagePersistence;
1031            }
1032    
1033            /**
1034             * Sets the image persistence.
1035             *
1036             * @param imagePersistence the image persistence
1037             */
1038            public void setImagePersistence(ImagePersistence imagePersistence) {
1039                    this.imagePersistence = imagePersistence;
1040            }
1041    
1042            /**
1043             * Returns the layout local service.
1044             *
1045             * @return the layout local service
1046             */
1047            public LayoutLocalService getLayoutLocalService() {
1048                    return layoutLocalService;
1049            }
1050    
1051            /**
1052             * Sets the layout local service.
1053             *
1054             * @param layoutLocalService the layout local service
1055             */
1056            public void setLayoutLocalService(LayoutLocalService layoutLocalService) {
1057                    this.layoutLocalService = layoutLocalService;
1058            }
1059    
1060            /**
1061             * Returns the layout remote service.
1062             *
1063             * @return the layout remote service
1064             */
1065            public LayoutService getLayoutService() {
1066                    return layoutService;
1067            }
1068    
1069            /**
1070             * Sets the layout remote service.
1071             *
1072             * @param layoutService the layout remote service
1073             */
1074            public void setLayoutService(LayoutService layoutService) {
1075                    this.layoutService = layoutService;
1076            }
1077    
1078            /**
1079             * Returns the layout persistence.
1080             *
1081             * @return the layout persistence
1082             */
1083            public LayoutPersistence getLayoutPersistence() {
1084                    return layoutPersistence;
1085            }
1086    
1087            /**
1088             * Sets the layout persistence.
1089             *
1090             * @param layoutPersistence the layout persistence
1091             */
1092            public void setLayoutPersistence(LayoutPersistence layoutPersistence) {
1093                    this.layoutPersistence = layoutPersistence;
1094            }
1095    
1096            /**
1097             * Returns the layout finder.
1098             *
1099             * @return the layout finder
1100             */
1101            public LayoutFinder getLayoutFinder() {
1102                    return layoutFinder;
1103            }
1104    
1105            /**
1106             * Sets the layout finder.
1107             *
1108             * @param layoutFinder the layout finder
1109             */
1110            public void setLayoutFinder(LayoutFinder layoutFinder) {
1111                    this.layoutFinder = layoutFinder;
1112            }
1113    
1114            /**
1115             * Returns the layout branch local service.
1116             *
1117             * @return the layout branch local service
1118             */
1119            public LayoutBranchLocalService getLayoutBranchLocalService() {
1120                    return layoutBranchLocalService;
1121            }
1122    
1123            /**
1124             * Sets the layout branch local service.
1125             *
1126             * @param layoutBranchLocalService the layout branch local service
1127             */
1128            public void setLayoutBranchLocalService(
1129                    LayoutBranchLocalService layoutBranchLocalService) {
1130                    this.layoutBranchLocalService = layoutBranchLocalService;
1131            }
1132    
1133            /**
1134             * Returns the layout branch remote service.
1135             *
1136             * @return the layout branch remote service
1137             */
1138            public LayoutBranchService getLayoutBranchService() {
1139                    return layoutBranchService;
1140            }
1141    
1142            /**
1143             * Sets the layout branch remote service.
1144             *
1145             * @param layoutBranchService the layout branch remote service
1146             */
1147            public void setLayoutBranchService(LayoutBranchService layoutBranchService) {
1148                    this.layoutBranchService = layoutBranchService;
1149            }
1150    
1151            /**
1152             * Returns the layout branch persistence.
1153             *
1154             * @return the layout branch persistence
1155             */
1156            public LayoutBranchPersistence getLayoutBranchPersistence() {
1157                    return layoutBranchPersistence;
1158            }
1159    
1160            /**
1161             * Sets the layout branch persistence.
1162             *
1163             * @param layoutBranchPersistence the layout branch persistence
1164             */
1165            public void setLayoutBranchPersistence(
1166                    LayoutBranchPersistence layoutBranchPersistence) {
1167                    this.layoutBranchPersistence = layoutBranchPersistence;
1168            }
1169    
1170            /**
1171             * Returns the layout prototype local service.
1172             *
1173             * @return the layout prototype local service
1174             */
1175            public LayoutPrototypeLocalService getLayoutPrototypeLocalService() {
1176                    return layoutPrototypeLocalService;
1177            }
1178    
1179            /**
1180             * Sets the layout prototype local service.
1181             *
1182             * @param layoutPrototypeLocalService the layout prototype local service
1183             */
1184            public void setLayoutPrototypeLocalService(
1185                    LayoutPrototypeLocalService layoutPrototypeLocalService) {
1186                    this.layoutPrototypeLocalService = layoutPrototypeLocalService;
1187            }
1188    
1189            /**
1190             * Returns the layout prototype remote service.
1191             *
1192             * @return the layout prototype remote service
1193             */
1194            public LayoutPrototypeService getLayoutPrototypeService() {
1195                    return layoutPrototypeService;
1196            }
1197    
1198            /**
1199             * Sets the layout prototype remote service.
1200             *
1201             * @param layoutPrototypeService the layout prototype remote service
1202             */
1203            public void setLayoutPrototypeService(
1204                    LayoutPrototypeService layoutPrototypeService) {
1205                    this.layoutPrototypeService = layoutPrototypeService;
1206            }
1207    
1208            /**
1209             * Returns the layout prototype persistence.
1210             *
1211             * @return the layout prototype persistence
1212             */
1213            public LayoutPrototypePersistence getLayoutPrototypePersistence() {
1214                    return layoutPrototypePersistence;
1215            }
1216    
1217            /**
1218             * Sets the layout prototype persistence.
1219             *
1220             * @param layoutPrototypePersistence the layout prototype persistence
1221             */
1222            public void setLayoutPrototypePersistence(
1223                    LayoutPrototypePersistence layoutPrototypePersistence) {
1224                    this.layoutPrototypePersistence = layoutPrototypePersistence;
1225            }
1226    
1227            /**
1228             * Returns the layout revision local service.
1229             *
1230             * @return the layout revision local service
1231             */
1232            public LayoutRevisionLocalService getLayoutRevisionLocalService() {
1233                    return layoutRevisionLocalService;
1234            }
1235    
1236            /**
1237             * Sets the layout revision local service.
1238             *
1239             * @param layoutRevisionLocalService the layout revision local service
1240             */
1241            public void setLayoutRevisionLocalService(
1242                    LayoutRevisionLocalService layoutRevisionLocalService) {
1243                    this.layoutRevisionLocalService = layoutRevisionLocalService;
1244            }
1245    
1246            /**
1247             * Returns the layout revision remote service.
1248             *
1249             * @return the layout revision remote service
1250             */
1251            public LayoutRevisionService getLayoutRevisionService() {
1252                    return layoutRevisionService;
1253            }
1254    
1255            /**
1256             * Sets the layout revision remote service.
1257             *
1258             * @param layoutRevisionService the layout revision remote service
1259             */
1260            public void setLayoutRevisionService(
1261                    LayoutRevisionService layoutRevisionService) {
1262                    this.layoutRevisionService = layoutRevisionService;
1263            }
1264    
1265            /**
1266             * Returns the layout revision persistence.
1267             *
1268             * @return the layout revision persistence
1269             */
1270            public LayoutRevisionPersistence getLayoutRevisionPersistence() {
1271                    return layoutRevisionPersistence;
1272            }
1273    
1274            /**
1275             * Sets the layout revision persistence.
1276             *
1277             * @param layoutRevisionPersistence the layout revision persistence
1278             */
1279            public void setLayoutRevisionPersistence(
1280                    LayoutRevisionPersistence layoutRevisionPersistence) {
1281                    this.layoutRevisionPersistence = layoutRevisionPersistence;
1282            }
1283    
1284            /**
1285             * Returns the layout set local service.
1286             *
1287             * @return the layout set local service
1288             */
1289            public LayoutSetLocalService getLayoutSetLocalService() {
1290                    return layoutSetLocalService;
1291            }
1292    
1293            /**
1294             * Sets the layout set local service.
1295             *
1296             * @param layoutSetLocalService the layout set local service
1297             */
1298            public void setLayoutSetLocalService(
1299                    LayoutSetLocalService layoutSetLocalService) {
1300                    this.layoutSetLocalService = layoutSetLocalService;
1301            }
1302    
1303            /**
1304             * Returns the layout set remote service.
1305             *
1306             * @return the layout set remote service
1307             */
1308            public LayoutSetService getLayoutSetService() {
1309                    return layoutSetService;
1310            }
1311    
1312            /**
1313             * Sets the layout set remote service.
1314             *
1315             * @param layoutSetService the layout set remote service
1316             */
1317            public void setLayoutSetService(LayoutSetService layoutSetService) {
1318                    this.layoutSetService = layoutSetService;
1319            }
1320    
1321            /**
1322             * Returns the layout set persistence.
1323             *
1324             * @return the layout set persistence
1325             */
1326            public LayoutSetPersistence getLayoutSetPersistence() {
1327                    return layoutSetPersistence;
1328            }
1329    
1330            /**
1331             * Sets the layout set persistence.
1332             *
1333             * @param layoutSetPersistence the layout set persistence
1334             */
1335            public void setLayoutSetPersistence(
1336                    LayoutSetPersistence layoutSetPersistence) {
1337                    this.layoutSetPersistence = layoutSetPersistence;
1338            }
1339    
1340            /**
1341             * Returns the layout set branch local service.
1342             *
1343             * @return the layout set branch local service
1344             */
1345            public LayoutSetBranchLocalService getLayoutSetBranchLocalService() {
1346                    return layoutSetBranchLocalService;
1347            }
1348    
1349            /**
1350             * Sets the layout set branch local service.
1351             *
1352             * @param layoutSetBranchLocalService the layout set branch local service
1353             */
1354            public void setLayoutSetBranchLocalService(
1355                    LayoutSetBranchLocalService layoutSetBranchLocalService) {
1356                    this.layoutSetBranchLocalService = layoutSetBranchLocalService;
1357            }
1358    
1359            /**
1360             * Returns the layout set branch remote service.
1361             *
1362             * @return the layout set branch remote service
1363             */
1364            public LayoutSetBranchService getLayoutSetBranchService() {
1365                    return layoutSetBranchService;
1366            }
1367    
1368            /**
1369             * Sets the layout set branch remote service.
1370             *
1371             * @param layoutSetBranchService the layout set branch remote service
1372             */
1373            public void setLayoutSetBranchService(
1374                    LayoutSetBranchService layoutSetBranchService) {
1375                    this.layoutSetBranchService = layoutSetBranchService;
1376            }
1377    
1378            /**
1379             * Returns the layout set branch persistence.
1380             *
1381             * @return the layout set branch persistence
1382             */
1383            public LayoutSetBranchPersistence getLayoutSetBranchPersistence() {
1384                    return layoutSetBranchPersistence;
1385            }
1386    
1387            /**
1388             * Sets the layout set branch persistence.
1389             *
1390             * @param layoutSetBranchPersistence the layout set branch persistence
1391             */
1392            public void setLayoutSetBranchPersistence(
1393                    LayoutSetBranchPersistence layoutSetBranchPersistence) {
1394                    this.layoutSetBranchPersistence = layoutSetBranchPersistence;
1395            }
1396    
1397            /**
1398             * Returns the layout set prototype local service.
1399             *
1400             * @return the layout set prototype local service
1401             */
1402            public LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService() {
1403                    return layoutSetPrototypeLocalService;
1404            }
1405    
1406            /**
1407             * Sets the layout set prototype local service.
1408             *
1409             * @param layoutSetPrototypeLocalService the layout set prototype local service
1410             */
1411            public void setLayoutSetPrototypeLocalService(
1412                    LayoutSetPrototypeLocalService layoutSetPrototypeLocalService) {
1413                    this.layoutSetPrototypeLocalService = layoutSetPrototypeLocalService;
1414            }
1415    
1416            /**
1417             * Returns the layout set prototype remote service.
1418             *
1419             * @return the layout set prototype remote service
1420             */
1421            public LayoutSetPrototypeService getLayoutSetPrototypeService() {
1422                    return layoutSetPrototypeService;
1423            }
1424    
1425            /**
1426             * Sets the layout set prototype remote service.
1427             *
1428             * @param layoutSetPrototypeService the layout set prototype remote service
1429             */
1430            public void setLayoutSetPrototypeService(
1431                    LayoutSetPrototypeService layoutSetPrototypeService) {
1432                    this.layoutSetPrototypeService = layoutSetPrototypeService;
1433            }
1434    
1435            /**
1436             * Returns the layout set prototype persistence.
1437             *
1438             * @return the layout set prototype persistence
1439             */
1440            public LayoutSetPrototypePersistence getLayoutSetPrototypePersistence() {
1441                    return layoutSetPrototypePersistence;
1442            }
1443    
1444            /**
1445             * Sets the layout set prototype persistence.
1446             *
1447             * @param layoutSetPrototypePersistence the layout set prototype persistence
1448             */
1449            public void setLayoutSetPrototypePersistence(
1450                    LayoutSetPrototypePersistence layoutSetPrototypePersistence) {
1451                    this.layoutSetPrototypePersistence = layoutSetPrototypePersistence;
1452            }
1453    
1454            /**
1455             * Returns the layout template local service.
1456             *
1457             * @return the layout template local service
1458             */
1459            public LayoutTemplateLocalService getLayoutTemplateLocalService() {
1460                    return layoutTemplateLocalService;
1461            }
1462    
1463            /**
1464             * Sets the layout template local service.
1465             *
1466             * @param layoutTemplateLocalService the layout template local service
1467             */
1468            public void setLayoutTemplateLocalService(
1469                    LayoutTemplateLocalService layoutTemplateLocalService) {
1470                    this.layoutTemplateLocalService = layoutTemplateLocalService;
1471            }
1472    
1473            /**
1474             * Returns the list type remote service.
1475             *
1476             * @return the list type remote service
1477             */
1478            public ListTypeService getListTypeService() {
1479                    return listTypeService;
1480            }
1481    
1482            /**
1483             * Sets the list type remote service.
1484             *
1485             * @param listTypeService the list type remote service
1486             */
1487            public void setListTypeService(ListTypeService listTypeService) {
1488                    this.listTypeService = listTypeService;
1489            }
1490    
1491            /**
1492             * Returns the list type persistence.
1493             *
1494             * @return the list type persistence
1495             */
1496            public ListTypePersistence getListTypePersistence() {
1497                    return listTypePersistence;
1498            }
1499    
1500            /**
1501             * Sets the list type persistence.
1502             *
1503             * @param listTypePersistence the list type persistence
1504             */
1505            public void setListTypePersistence(ListTypePersistence listTypePersistence) {
1506                    this.listTypePersistence = listTypePersistence;
1507            }
1508    
1509            /**
1510             * Returns the lock local service.
1511             *
1512             * @return the lock local service
1513             */
1514            public LockLocalService getLockLocalService() {
1515                    return lockLocalService;
1516            }
1517    
1518            /**
1519             * Sets the lock local service.
1520             *
1521             * @param lockLocalService the lock local service
1522             */
1523            public void setLockLocalService(LockLocalService lockLocalService) {
1524                    this.lockLocalService = lockLocalService;
1525            }
1526    
1527            /**
1528             * Returns the lock persistence.
1529             *
1530             * @return the lock persistence
1531             */
1532            public LockPersistence getLockPersistence() {
1533                    return lockPersistence;
1534            }
1535    
1536            /**
1537             * Sets the lock persistence.
1538             *
1539             * @param lockPersistence the lock persistence
1540             */
1541            public void setLockPersistence(LockPersistence lockPersistence) {
1542                    this.lockPersistence = lockPersistence;
1543            }
1544    
1545            /**
1546             * Returns the lock finder.
1547             *
1548             * @return the lock finder
1549             */
1550            public LockFinder getLockFinder() {
1551                    return lockFinder;
1552            }
1553    
1554            /**
1555             * Sets the lock finder.
1556             *
1557             * @param lockFinder the lock finder
1558             */
1559            public void setLockFinder(LockFinder lockFinder) {
1560                    this.lockFinder = lockFinder;
1561            }
1562    
1563            /**
1564             * Returns the membership request local service.
1565             *
1566             * @return the membership request local service
1567             */
1568            public MembershipRequestLocalService getMembershipRequestLocalService() {
1569                    return membershipRequestLocalService;
1570            }
1571    
1572            /**
1573             * Sets the membership request local service.
1574             *
1575             * @param membershipRequestLocalService the membership request local service
1576             */
1577            public void setMembershipRequestLocalService(
1578                    MembershipRequestLocalService membershipRequestLocalService) {
1579                    this.membershipRequestLocalService = membershipRequestLocalService;
1580            }
1581    
1582            /**
1583             * Returns the membership request remote service.
1584             *
1585             * @return the membership request remote service
1586             */
1587            public MembershipRequestService getMembershipRequestService() {
1588                    return membershipRequestService;
1589            }
1590    
1591            /**
1592             * Sets the membership request remote service.
1593             *
1594             * @param membershipRequestService the membership request remote service
1595             */
1596            public void setMembershipRequestService(
1597                    MembershipRequestService membershipRequestService) {
1598                    this.membershipRequestService = membershipRequestService;
1599            }
1600    
1601            /**
1602             * Returns the membership request persistence.
1603             *
1604             * @return the membership request persistence
1605             */
1606            public MembershipRequestPersistence getMembershipRequestPersistence() {
1607                    return membershipRequestPersistence;
1608            }
1609    
1610            /**
1611             * Sets the membership request persistence.
1612             *
1613             * @param membershipRequestPersistence the membership request persistence
1614             */
1615            public void setMembershipRequestPersistence(
1616                    MembershipRequestPersistence membershipRequestPersistence) {
1617                    this.membershipRequestPersistence = membershipRequestPersistence;
1618            }
1619    
1620            /**
1621             * Returns the organization local service.
1622             *
1623             * @return the organization local service
1624             */
1625            public OrganizationLocalService getOrganizationLocalService() {
1626                    return organizationLocalService;
1627            }
1628    
1629            /**
1630             * Sets the organization local service.
1631             *
1632             * @param organizationLocalService the organization local service
1633             */
1634            public void setOrganizationLocalService(
1635                    OrganizationLocalService organizationLocalService) {
1636                    this.organizationLocalService = organizationLocalService;
1637            }
1638    
1639            /**
1640             * Returns the organization remote service.
1641             *
1642             * @return the organization remote service
1643             */
1644            public OrganizationService getOrganizationService() {
1645                    return organizationService;
1646            }
1647    
1648            /**
1649             * Sets the organization remote service.
1650             *
1651             * @param organizationService the organization remote service
1652             */
1653            public void setOrganizationService(OrganizationService organizationService) {
1654                    this.organizationService = organizationService;
1655            }
1656    
1657            /**
1658             * Returns the organization persistence.
1659             *
1660             * @return the organization persistence
1661             */
1662            public OrganizationPersistence getOrganizationPersistence() {
1663                    return organizationPersistence;
1664            }
1665    
1666            /**
1667             * Sets the organization persistence.
1668             *
1669             * @param organizationPersistence the organization persistence
1670             */
1671            public void setOrganizationPersistence(
1672                    OrganizationPersistence organizationPersistence) {
1673                    this.organizationPersistence = organizationPersistence;
1674            }
1675    
1676            /**
1677             * Returns the organization finder.
1678             *
1679             * @return the organization finder
1680             */
1681            public OrganizationFinder getOrganizationFinder() {
1682                    return organizationFinder;
1683            }
1684    
1685            /**
1686             * Sets the organization finder.
1687             *
1688             * @param organizationFinder the organization finder
1689             */
1690            public void setOrganizationFinder(OrganizationFinder organizationFinder) {
1691                    this.organizationFinder = organizationFinder;
1692            }
1693    
1694            /**
1695             * Returns the org group permission persistence.
1696             *
1697             * @return the org group permission persistence
1698             */
1699            public OrgGroupPermissionPersistence getOrgGroupPermissionPersistence() {
1700                    return orgGroupPermissionPersistence;
1701            }
1702    
1703            /**
1704             * Sets the org group permission persistence.
1705             *
1706             * @param orgGroupPermissionPersistence the org group permission persistence
1707             */
1708            public void setOrgGroupPermissionPersistence(
1709                    OrgGroupPermissionPersistence orgGroupPermissionPersistence) {
1710                    this.orgGroupPermissionPersistence = orgGroupPermissionPersistence;
1711            }
1712    
1713            /**
1714             * Returns the org group permission finder.
1715             *
1716             * @return the org group permission finder
1717             */
1718            public OrgGroupPermissionFinder getOrgGroupPermissionFinder() {
1719                    return orgGroupPermissionFinder;
1720            }
1721    
1722            /**
1723             * Sets the org group permission finder.
1724             *
1725             * @param orgGroupPermissionFinder the org group permission finder
1726             */
1727            public void setOrgGroupPermissionFinder(
1728                    OrgGroupPermissionFinder orgGroupPermissionFinder) {
1729                    this.orgGroupPermissionFinder = orgGroupPermissionFinder;
1730            }
1731    
1732            /**
1733             * Returns the org group role persistence.
1734             *
1735             * @return the org group role persistence
1736             */
1737            public OrgGroupRolePersistence getOrgGroupRolePersistence() {
1738                    return orgGroupRolePersistence;
1739            }
1740    
1741            /**
1742             * Sets the org group role persistence.
1743             *
1744             * @param orgGroupRolePersistence the org group role persistence
1745             */
1746            public void setOrgGroupRolePersistence(
1747                    OrgGroupRolePersistence orgGroupRolePersistence) {
1748                    this.orgGroupRolePersistence = orgGroupRolePersistence;
1749            }
1750    
1751            /**
1752             * Returns the org labor local service.
1753             *
1754             * @return the org labor local service
1755             */
1756            public OrgLaborLocalService getOrgLaborLocalService() {
1757                    return orgLaborLocalService;
1758            }
1759    
1760            /**
1761             * Sets the org labor local service.
1762             *
1763             * @param orgLaborLocalService the org labor local service
1764             */
1765            public void setOrgLaborLocalService(
1766                    OrgLaborLocalService orgLaborLocalService) {
1767                    this.orgLaborLocalService = orgLaborLocalService;
1768            }
1769    
1770            /**
1771             * Returns the org labor remote service.
1772             *
1773             * @return the org labor remote service
1774             */
1775            public OrgLaborService getOrgLaborService() {
1776                    return orgLaborService;
1777            }
1778    
1779            /**
1780             * Sets the org labor remote service.
1781             *
1782             * @param orgLaborService the org labor remote service
1783             */
1784            public void setOrgLaborService(OrgLaborService orgLaborService) {
1785                    this.orgLaborService = orgLaborService;
1786            }
1787    
1788            /**
1789             * Returns the org labor persistence.
1790             *
1791             * @return the org labor persistence
1792             */
1793            public OrgLaborPersistence getOrgLaborPersistence() {
1794                    return orgLaborPersistence;
1795            }
1796    
1797            /**
1798             * Sets the org labor persistence.
1799             *
1800             * @param orgLaborPersistence the org labor persistence
1801             */
1802            public void setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence) {
1803                    this.orgLaborPersistence = orgLaborPersistence;
1804            }
1805    
1806            /**
1807             * Returns the password policy local service.
1808             *
1809             * @return the password policy local service
1810             */
1811            public PasswordPolicyLocalService getPasswordPolicyLocalService() {
1812                    return passwordPolicyLocalService;
1813            }
1814    
1815            /**
1816             * Sets the password policy local service.
1817             *
1818             * @param passwordPolicyLocalService the password policy local service
1819             */
1820            public void setPasswordPolicyLocalService(
1821                    PasswordPolicyLocalService passwordPolicyLocalService) {
1822                    this.passwordPolicyLocalService = passwordPolicyLocalService;
1823            }
1824    
1825            /**
1826             * Returns the password policy remote service.
1827             *
1828             * @return the password policy remote service
1829             */
1830            public PasswordPolicyService getPasswordPolicyService() {
1831                    return passwordPolicyService;
1832            }
1833    
1834            /**
1835             * Sets the password policy remote service.
1836             *
1837             * @param passwordPolicyService the password policy remote service
1838             */
1839            public void setPasswordPolicyService(
1840                    PasswordPolicyService passwordPolicyService) {
1841                    this.passwordPolicyService = passwordPolicyService;
1842            }
1843    
1844            /**
1845             * Returns the password policy persistence.
1846             *
1847             * @return the password policy persistence
1848             */
1849            public PasswordPolicyPersistence getPasswordPolicyPersistence() {
1850                    return passwordPolicyPersistence;
1851            }
1852    
1853            /**
1854             * Sets the password policy persistence.
1855             *
1856             * @param passwordPolicyPersistence the password policy persistence
1857             */
1858            public void setPasswordPolicyPersistence(
1859                    PasswordPolicyPersistence passwordPolicyPersistence) {
1860                    this.passwordPolicyPersistence = passwordPolicyPersistence;
1861            }
1862    
1863            /**
1864             * Returns the password policy finder.
1865             *
1866             * @return the password policy finder
1867             */
1868            public PasswordPolicyFinder getPasswordPolicyFinder() {
1869                    return passwordPolicyFinder;
1870            }
1871    
1872            /**
1873             * Sets the password policy finder.
1874             *
1875             * @param passwordPolicyFinder the password policy finder
1876             */
1877            public void setPasswordPolicyFinder(
1878                    PasswordPolicyFinder passwordPolicyFinder) {
1879                    this.passwordPolicyFinder = passwordPolicyFinder;
1880            }
1881    
1882            /**
1883             * Returns the password policy rel local service.
1884             *
1885             * @return the password policy rel local service
1886             */
1887            public PasswordPolicyRelLocalService getPasswordPolicyRelLocalService() {
1888                    return passwordPolicyRelLocalService;
1889            }
1890    
1891            /**
1892             * Sets the password policy rel local service.
1893             *
1894             * @param passwordPolicyRelLocalService the password policy rel local service
1895             */
1896            public void setPasswordPolicyRelLocalService(
1897                    PasswordPolicyRelLocalService passwordPolicyRelLocalService) {
1898                    this.passwordPolicyRelLocalService = passwordPolicyRelLocalService;
1899            }
1900    
1901            /**
1902             * Returns the password policy rel persistence.
1903             *
1904             * @return the password policy rel persistence
1905             */
1906            public PasswordPolicyRelPersistence getPasswordPolicyRelPersistence() {
1907                    return passwordPolicyRelPersistence;
1908            }
1909    
1910            /**
1911             * Sets the password policy rel persistence.
1912             *
1913             * @param passwordPolicyRelPersistence the password policy rel persistence
1914             */
1915            public void setPasswordPolicyRelPersistence(
1916                    PasswordPolicyRelPersistence passwordPolicyRelPersistence) {
1917                    this.passwordPolicyRelPersistence = passwordPolicyRelPersistence;
1918            }
1919    
1920            /**
1921             * Returns the password tracker local service.
1922             *
1923             * @return the password tracker local service
1924             */
1925            public PasswordTrackerLocalService getPasswordTrackerLocalService() {
1926                    return passwordTrackerLocalService;
1927            }
1928    
1929            /**
1930             * Sets the password tracker local service.
1931             *
1932             * @param passwordTrackerLocalService the password tracker local service
1933             */
1934            public void setPasswordTrackerLocalService(
1935                    PasswordTrackerLocalService passwordTrackerLocalService) {
1936                    this.passwordTrackerLocalService = passwordTrackerLocalService;
1937            }
1938    
1939            /**
1940             * Returns the password tracker persistence.
1941             *
1942             * @return the password tracker persistence
1943             */
1944            public PasswordTrackerPersistence getPasswordTrackerPersistence() {
1945                    return passwordTrackerPersistence;
1946            }
1947    
1948            /**
1949             * Sets the password tracker persistence.
1950             *
1951             * @param passwordTrackerPersistence the password tracker persistence
1952             */
1953            public void setPasswordTrackerPersistence(
1954                    PasswordTrackerPersistence passwordTrackerPersistence) {
1955                    this.passwordTrackerPersistence = passwordTrackerPersistence;
1956            }
1957    
1958            /**
1959             * Returns the permission local service.
1960             *
1961             * @return the permission local service
1962             */
1963            public PermissionLocalService getPermissionLocalService() {
1964                    return permissionLocalService;
1965            }
1966    
1967            /**
1968             * Sets the permission local service.
1969             *
1970             * @param permissionLocalService the permission local service
1971             */
1972            public void setPermissionLocalService(
1973                    PermissionLocalService permissionLocalService) {
1974                    this.permissionLocalService = permissionLocalService;
1975            }
1976    
1977            /**
1978             * Returns the permission remote service.
1979             *
1980             * @return the permission remote service
1981             */
1982            public PermissionService getPermissionService() {
1983                    return permissionService;
1984            }
1985    
1986            /**
1987             * Sets the permission remote service.
1988             *
1989             * @param permissionService the permission remote service
1990             */
1991            public void setPermissionService(PermissionService permissionService) {
1992                    this.permissionService = permissionService;
1993            }
1994    
1995            /**
1996             * Returns the permission persistence.
1997             *
1998             * @return the permission persistence
1999             */
2000            public PermissionPersistence getPermissionPersistence() {
2001                    return permissionPersistence;
2002            }
2003    
2004            /**
2005             * Sets the permission persistence.
2006             *
2007             * @param permissionPersistence the permission persistence
2008             */
2009            public void setPermissionPersistence(
2010                    PermissionPersistence permissionPersistence) {
2011                    this.permissionPersistence = permissionPersistence;
2012            }
2013    
2014            /**
2015             * Returns the permission finder.
2016             *
2017             * @return the permission finder
2018             */
2019            public PermissionFinder getPermissionFinder() {
2020                    return permissionFinder;
2021            }
2022    
2023            /**
2024             * Sets the permission finder.
2025             *
2026             * @param permissionFinder the permission finder
2027             */
2028            public void setPermissionFinder(PermissionFinder permissionFinder) {
2029                    this.permissionFinder = permissionFinder;
2030            }
2031    
2032            /**
2033             * Returns the phone local service.
2034             *
2035             * @return the phone local service
2036             */
2037            public PhoneLocalService getPhoneLocalService() {
2038                    return phoneLocalService;
2039            }
2040    
2041            /**
2042             * Sets the phone local service.
2043             *
2044             * @param phoneLocalService the phone local service
2045             */
2046            public void setPhoneLocalService(PhoneLocalService phoneLocalService) {
2047                    this.phoneLocalService = phoneLocalService;
2048            }
2049    
2050            /**
2051             * Returns the phone remote service.
2052             *
2053             * @return the phone remote service
2054             */
2055            public PhoneService getPhoneService() {
2056                    return phoneService;
2057            }
2058    
2059            /**
2060             * Sets the phone remote service.
2061             *
2062             * @param phoneService the phone remote service
2063             */
2064            public void setPhoneService(PhoneService phoneService) {
2065                    this.phoneService = phoneService;
2066            }
2067    
2068            /**
2069             * Returns the phone persistence.
2070             *
2071             * @return the phone persistence
2072             */
2073            public PhonePersistence getPhonePersistence() {
2074                    return phonePersistence;
2075            }
2076    
2077            /**
2078             * Sets the phone persistence.
2079             *
2080             * @param phonePersistence the phone persistence
2081             */
2082            public void setPhonePersistence(PhonePersistence phonePersistence) {
2083                    this.phonePersistence = phonePersistence;
2084            }
2085    
2086            /**
2087             * Returns the plugin setting local service.
2088             *
2089             * @return the plugin setting local service
2090             */
2091            public PluginSettingLocalService getPluginSettingLocalService() {
2092                    return pluginSettingLocalService;
2093            }
2094    
2095            /**
2096             * Sets the plugin setting local service.
2097             *
2098             * @param pluginSettingLocalService the plugin setting local service
2099             */
2100            public void setPluginSettingLocalService(
2101                    PluginSettingLocalService pluginSettingLocalService) {
2102                    this.pluginSettingLocalService = pluginSettingLocalService;
2103            }
2104    
2105            /**
2106             * Returns the plugin setting remote service.
2107             *
2108             * @return the plugin setting remote service
2109             */
2110            public PluginSettingService getPluginSettingService() {
2111                    return pluginSettingService;
2112            }
2113    
2114            /**
2115             * Sets the plugin setting remote service.
2116             *
2117             * @param pluginSettingService the plugin setting remote service
2118             */
2119            public void setPluginSettingService(
2120                    PluginSettingService pluginSettingService) {
2121                    this.pluginSettingService = pluginSettingService;
2122            }
2123    
2124            /**
2125             * Returns the plugin setting persistence.
2126             *
2127             * @return the plugin setting persistence
2128             */
2129            public PluginSettingPersistence getPluginSettingPersistence() {
2130                    return pluginSettingPersistence;
2131            }
2132    
2133            /**
2134             * Sets the plugin setting persistence.
2135             *
2136             * @param pluginSettingPersistence the plugin setting persistence
2137             */
2138            public void setPluginSettingPersistence(
2139                    PluginSettingPersistence pluginSettingPersistence) {
2140                    this.pluginSettingPersistence = pluginSettingPersistence;
2141            }
2142    
2143            /**
2144             * Returns the portal local service.
2145             *
2146             * @return the portal local service
2147             */
2148            public PortalLocalService getPortalLocalService() {
2149                    return portalLocalService;
2150            }
2151    
2152            /**
2153             * Sets the portal local service.
2154             *
2155             * @param portalLocalService the portal local service
2156             */
2157            public void setPortalLocalService(PortalLocalService portalLocalService) {
2158                    this.portalLocalService = portalLocalService;
2159            }
2160    
2161            /**
2162             * Returns the portal remote service.
2163             *
2164             * @return the portal remote service
2165             */
2166            public PortalService getPortalService() {
2167                    return portalService;
2168            }
2169    
2170            /**
2171             * Sets the portal remote service.
2172             *
2173             * @param portalService the portal remote service
2174             */
2175            public void setPortalService(PortalService portalService) {
2176                    this.portalService = portalService;
2177            }
2178    
2179            /**
2180             * Returns the portal preferences local service.
2181             *
2182             * @return the portal preferences local service
2183             */
2184            public PortalPreferencesLocalService getPortalPreferencesLocalService() {
2185                    return portalPreferencesLocalService;
2186            }
2187    
2188            /**
2189             * Sets the portal preferences local service.
2190             *
2191             * @param portalPreferencesLocalService the portal preferences local service
2192             */
2193            public void setPortalPreferencesLocalService(
2194                    PortalPreferencesLocalService portalPreferencesLocalService) {
2195                    this.portalPreferencesLocalService = portalPreferencesLocalService;
2196            }
2197    
2198            /**
2199             * Returns the portal preferences persistence.
2200             *
2201             * @return the portal preferences persistence
2202             */
2203            public PortalPreferencesPersistence getPortalPreferencesPersistence() {
2204                    return portalPreferencesPersistence;
2205            }
2206    
2207            /**
2208             * Sets the portal preferences persistence.
2209             *
2210             * @param portalPreferencesPersistence the portal preferences persistence
2211             */
2212            public void setPortalPreferencesPersistence(
2213                    PortalPreferencesPersistence portalPreferencesPersistence) {
2214                    this.portalPreferencesPersistence = portalPreferencesPersistence;
2215            }
2216    
2217            /**
2218             * Returns the portlet local service.
2219             *
2220             * @return the portlet local service
2221             */
2222            public PortletLocalService getPortletLocalService() {
2223                    return portletLocalService;
2224            }
2225    
2226            /**
2227             * Sets the portlet local service.
2228             *
2229             * @param portletLocalService the portlet local service
2230             */
2231            public void setPortletLocalService(PortletLocalService portletLocalService) {
2232                    this.portletLocalService = portletLocalService;
2233            }
2234    
2235            /**
2236             * Returns the portlet remote service.
2237             *
2238             * @return the portlet remote service
2239             */
2240            public PortletService getPortletService() {
2241                    return portletService;
2242            }
2243    
2244            /**
2245             * Sets the portlet remote service.
2246             *
2247             * @param portletService the portlet remote service
2248             */
2249            public void setPortletService(PortletService portletService) {
2250                    this.portletService = portletService;
2251            }
2252    
2253            /**
2254             * Returns the portlet persistence.
2255             *
2256             * @return the portlet persistence
2257             */
2258            public PortletPersistence getPortletPersistence() {
2259                    return portletPersistence;
2260            }
2261    
2262            /**
2263             * Sets the portlet persistence.
2264             *
2265             * @param portletPersistence the portlet persistence
2266             */
2267            public void setPortletPersistence(PortletPersistence portletPersistence) {
2268                    this.portletPersistence = portletPersistence;
2269            }
2270    
2271            /**
2272             * Returns the portlet item local service.
2273             *
2274             * @return the portlet item local service
2275             */
2276            public PortletItemLocalService getPortletItemLocalService() {
2277                    return portletItemLocalService;
2278            }
2279    
2280            /**
2281             * Sets the portlet item local service.
2282             *
2283             * @param portletItemLocalService the portlet item local service
2284             */
2285            public void setPortletItemLocalService(
2286                    PortletItemLocalService portletItemLocalService) {
2287                    this.portletItemLocalService = portletItemLocalService;
2288            }
2289    
2290            /**
2291             * Returns the portlet item persistence.
2292             *
2293             * @return the portlet item persistence
2294             */
2295            public PortletItemPersistence getPortletItemPersistence() {
2296                    return portletItemPersistence;
2297            }
2298    
2299            /**
2300             * Sets the portlet item persistence.
2301             *
2302             * @param portletItemPersistence the portlet item persistence
2303             */
2304            public void setPortletItemPersistence(
2305                    PortletItemPersistence portletItemPersistence) {
2306                    this.portletItemPersistence = portletItemPersistence;
2307            }
2308    
2309            /**
2310             * Returns the portlet preferences local service.
2311             *
2312             * @return the portlet preferences local service
2313             */
2314            public PortletPreferencesLocalService getPortletPreferencesLocalService() {
2315                    return portletPreferencesLocalService;
2316            }
2317    
2318            /**
2319             * Sets the portlet preferences local service.
2320             *
2321             * @param portletPreferencesLocalService the portlet preferences local service
2322             */
2323            public void setPortletPreferencesLocalService(
2324                    PortletPreferencesLocalService portletPreferencesLocalService) {
2325                    this.portletPreferencesLocalService = portletPreferencesLocalService;
2326            }
2327    
2328            /**
2329             * Returns the portlet preferences remote service.
2330             *
2331             * @return the portlet preferences remote service
2332             */
2333            public PortletPreferencesService getPortletPreferencesService() {
2334                    return portletPreferencesService;
2335            }
2336    
2337            /**
2338             * Sets the portlet preferences remote service.
2339             *
2340             * @param portletPreferencesService the portlet preferences remote service
2341             */
2342            public void setPortletPreferencesService(
2343                    PortletPreferencesService portletPreferencesService) {
2344                    this.portletPreferencesService = portletPreferencesService;
2345            }
2346    
2347            /**
2348             * Returns the portlet preferences persistence.
2349             *
2350             * @return the portlet preferences persistence
2351             */
2352            public PortletPreferencesPersistence getPortletPreferencesPersistence() {
2353                    return portletPreferencesPersistence;
2354            }
2355    
2356            /**
2357             * Sets the portlet preferences persistence.
2358             *
2359             * @param portletPreferencesPersistence the portlet preferences persistence
2360             */
2361            public void setPortletPreferencesPersistence(
2362                    PortletPreferencesPersistence portletPreferencesPersistence) {
2363                    this.portletPreferencesPersistence = portletPreferencesPersistence;
2364            }
2365    
2366            /**
2367             * Returns the portlet preferences finder.
2368             *
2369             * @return the portlet preferences finder
2370             */
2371            public PortletPreferencesFinder getPortletPreferencesFinder() {
2372                    return portletPreferencesFinder;
2373            }
2374    
2375            /**
2376             * Sets the portlet preferences finder.
2377             *
2378             * @param portletPreferencesFinder the portlet preferences finder
2379             */
2380            public void setPortletPreferencesFinder(
2381                    PortletPreferencesFinder portletPreferencesFinder) {
2382                    this.portletPreferencesFinder = portletPreferencesFinder;
2383            }
2384    
2385            /**
2386             * Returns the quartz local service.
2387             *
2388             * @return the quartz local service
2389             */
2390            public QuartzLocalService getQuartzLocalService() {
2391                    return quartzLocalService;
2392            }
2393    
2394            /**
2395             * Sets the quartz local service.
2396             *
2397             * @param quartzLocalService the quartz local service
2398             */
2399            public void setQuartzLocalService(QuartzLocalService quartzLocalService) {
2400                    this.quartzLocalService = quartzLocalService;
2401            }
2402    
2403            /**
2404             * Returns the region remote service.
2405             *
2406             * @return the region remote service
2407             */
2408            public RegionService getRegionService() {
2409                    return regionService;
2410            }
2411    
2412            /**
2413             * Sets the region remote service.
2414             *
2415             * @param regionService the region remote service
2416             */
2417            public void setRegionService(RegionService regionService) {
2418                    this.regionService = regionService;
2419            }
2420    
2421            /**
2422             * Returns the region persistence.
2423             *
2424             * @return the region persistence
2425             */
2426            public RegionPersistence getRegionPersistence() {
2427                    return regionPersistence;
2428            }
2429    
2430            /**
2431             * Sets the region persistence.
2432             *
2433             * @param regionPersistence the region persistence
2434             */
2435            public void setRegionPersistence(RegionPersistence regionPersistence) {
2436                    this.regionPersistence = regionPersistence;
2437            }
2438    
2439            /**
2440             * Returns the release local service.
2441             *
2442             * @return the release local service
2443             */
2444            public ReleaseLocalService getReleaseLocalService() {
2445                    return releaseLocalService;
2446            }
2447    
2448            /**
2449             * Sets the release local service.
2450             *
2451             * @param releaseLocalService the release local service
2452             */
2453            public void setReleaseLocalService(ReleaseLocalService releaseLocalService) {
2454                    this.releaseLocalService = releaseLocalService;
2455            }
2456    
2457            /**
2458             * Returns the release persistence.
2459             *
2460             * @return the release persistence
2461             */
2462            public ReleasePersistence getReleasePersistence() {
2463                    return releasePersistence;
2464            }
2465    
2466            /**
2467             * Sets the release persistence.
2468             *
2469             * @param releasePersistence the release persistence
2470             */
2471            public void setReleasePersistence(ReleasePersistence releasePersistence) {
2472                    this.releasePersistence = releasePersistence;
2473            }
2474    
2475            /**
2476             * Returns the repository local service.
2477             *
2478             * @return the repository local service
2479             */
2480            public RepositoryLocalService getRepositoryLocalService() {
2481                    return repositoryLocalService;
2482            }
2483    
2484            /**
2485             * Sets the repository local service.
2486             *
2487             * @param repositoryLocalService the repository local service
2488             */
2489            public void setRepositoryLocalService(
2490                    RepositoryLocalService repositoryLocalService) {
2491                    this.repositoryLocalService = repositoryLocalService;
2492            }
2493    
2494            /**
2495             * Returns the repository remote service.
2496             *
2497             * @return the repository remote service
2498             */
2499            public RepositoryService getRepositoryService() {
2500                    return repositoryService;
2501            }
2502    
2503            /**
2504             * Sets the repository remote service.
2505             *
2506             * @param repositoryService the repository remote service
2507             */
2508            public void setRepositoryService(RepositoryService repositoryService) {
2509                    this.repositoryService = repositoryService;
2510            }
2511    
2512            /**
2513             * Returns the repository persistence.
2514             *
2515             * @return the repository persistence
2516             */
2517            public RepositoryPersistence getRepositoryPersistence() {
2518                    return repositoryPersistence;
2519            }
2520    
2521            /**
2522             * Sets the repository persistence.
2523             *
2524             * @param repositoryPersistence the repository persistence
2525             */
2526            public void setRepositoryPersistence(
2527                    RepositoryPersistence repositoryPersistence) {
2528                    this.repositoryPersistence = repositoryPersistence;
2529            }
2530    
2531            /**
2532             * Returns the repository entry local service.
2533             *
2534             * @return the repository entry local service
2535             */
2536            public RepositoryEntryLocalService getRepositoryEntryLocalService() {
2537                    return repositoryEntryLocalService;
2538            }
2539    
2540            /**
2541             * Sets the repository entry local service.
2542             *
2543             * @param repositoryEntryLocalService the repository entry local service
2544             */
2545            public void setRepositoryEntryLocalService(
2546                    RepositoryEntryLocalService repositoryEntryLocalService) {
2547                    this.repositoryEntryLocalService = repositoryEntryLocalService;
2548            }
2549    
2550            /**
2551             * Returns the repository entry persistence.
2552             *
2553             * @return the repository entry persistence
2554             */
2555            public RepositoryEntryPersistence getRepositoryEntryPersistence() {
2556                    return repositoryEntryPersistence;
2557            }
2558    
2559            /**
2560             * Sets the repository entry persistence.
2561             *
2562             * @param repositoryEntryPersistence the repository entry persistence
2563             */
2564            public void setRepositoryEntryPersistence(
2565                    RepositoryEntryPersistence repositoryEntryPersistence) {
2566                    this.repositoryEntryPersistence = repositoryEntryPersistence;
2567            }
2568    
2569            /**
2570             * Returns the resource local service.
2571             *
2572             * @return the resource local service
2573             */
2574            public ResourceLocalService getResourceLocalService() {
2575                    return resourceLocalService;
2576            }
2577    
2578            /**
2579             * Sets the resource local service.
2580             *
2581             * @param resourceLocalService the resource local service
2582             */
2583            public void setResourceLocalService(
2584                    ResourceLocalService resourceLocalService) {
2585                    this.resourceLocalService = resourceLocalService;
2586            }
2587    
2588            /**
2589             * Returns the resource remote service.
2590             *
2591             * @return the resource remote service
2592             */
2593            public ResourceService getResourceService() {
2594                    return resourceService;
2595            }
2596    
2597            /**
2598             * Sets the resource remote service.
2599             *
2600             * @param resourceService the resource remote service
2601             */
2602            public void setResourceService(ResourceService resourceService) {
2603                    this.resourceService = resourceService;
2604            }
2605    
2606            /**
2607             * Returns the resource persistence.
2608             *
2609             * @return the resource persistence
2610             */
2611            public ResourcePersistence getResourcePersistence() {
2612                    return resourcePersistence;
2613            }
2614    
2615            /**
2616             * Sets the resource persistence.
2617             *
2618             * @param resourcePersistence the resource persistence
2619             */
2620            public void setResourcePersistence(ResourcePersistence resourcePersistence) {
2621                    this.resourcePersistence = resourcePersistence;
2622            }
2623    
2624            /**
2625             * Returns the resource finder.
2626             *
2627             * @return the resource finder
2628             */
2629            public ResourceFinder getResourceFinder() {
2630                    return resourceFinder;
2631            }
2632    
2633            /**
2634             * Sets the resource finder.
2635             *
2636             * @param resourceFinder the resource finder
2637             */
2638            public void setResourceFinder(ResourceFinder resourceFinder) {
2639                    this.resourceFinder = resourceFinder;
2640            }
2641    
2642            /**
2643             * Returns the resource action local service.
2644             *
2645             * @return the resource action local service
2646             */
2647            public ResourceActionLocalService getResourceActionLocalService() {
2648                    return resourceActionLocalService;
2649            }
2650    
2651            /**
2652             * Sets the resource action local service.
2653             *
2654             * @param resourceActionLocalService the resource action local service
2655             */
2656            public void setResourceActionLocalService(
2657                    ResourceActionLocalService resourceActionLocalService) {
2658                    this.resourceActionLocalService = resourceActionLocalService;
2659            }
2660    
2661            /**
2662             * Returns the resource action persistence.
2663             *
2664             * @return the resource action persistence
2665             */
2666            public ResourceActionPersistence getResourceActionPersistence() {
2667                    return resourceActionPersistence;
2668            }
2669    
2670            /**
2671             * Sets the resource action persistence.
2672             *
2673             * @param resourceActionPersistence the resource action persistence
2674             */
2675            public void setResourceActionPersistence(
2676                    ResourceActionPersistence resourceActionPersistence) {
2677                    this.resourceActionPersistence = resourceActionPersistence;
2678            }
2679    
2680            /**
2681             * Returns the resource block local service.
2682             *
2683             * @return the resource block local service
2684             */
2685            public ResourceBlockLocalService getResourceBlockLocalService() {
2686                    return resourceBlockLocalService;
2687            }
2688    
2689            /**
2690             * Sets the resource block local service.
2691             *
2692             * @param resourceBlockLocalService the resource block local service
2693             */
2694            public void setResourceBlockLocalService(
2695                    ResourceBlockLocalService resourceBlockLocalService) {
2696                    this.resourceBlockLocalService = resourceBlockLocalService;
2697            }
2698    
2699            /**
2700             * Returns the resource block remote service.
2701             *
2702             * @return the resource block remote service
2703             */
2704            public ResourceBlockService getResourceBlockService() {
2705                    return resourceBlockService;
2706            }
2707    
2708            /**
2709             * Sets the resource block remote service.
2710             *
2711             * @param resourceBlockService the resource block remote service
2712             */
2713            public void setResourceBlockService(
2714                    ResourceBlockService resourceBlockService) {
2715                    this.resourceBlockService = resourceBlockService;
2716            }
2717    
2718            /**
2719             * Returns the resource block persistence.
2720             *
2721             * @return the resource block persistence
2722             */
2723            public ResourceBlockPersistence getResourceBlockPersistence() {
2724                    return resourceBlockPersistence;
2725            }
2726    
2727            /**
2728             * Sets the resource block persistence.
2729             *
2730             * @param resourceBlockPersistence the resource block persistence
2731             */
2732            public void setResourceBlockPersistence(
2733                    ResourceBlockPersistence resourceBlockPersistence) {
2734                    this.resourceBlockPersistence = resourceBlockPersistence;
2735            }
2736    
2737            /**
2738             * Returns the resource block finder.
2739             *
2740             * @return the resource block finder
2741             */
2742            public ResourceBlockFinder getResourceBlockFinder() {
2743                    return resourceBlockFinder;
2744            }
2745    
2746            /**
2747             * Sets the resource block finder.
2748             *
2749             * @param resourceBlockFinder the resource block finder
2750             */
2751            public void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder) {
2752                    this.resourceBlockFinder = resourceBlockFinder;
2753            }
2754    
2755            /**
2756             * Returns the resource block permission local service.
2757             *
2758             * @return the resource block permission local service
2759             */
2760            public ResourceBlockPermissionLocalService getResourceBlockPermissionLocalService() {
2761                    return resourceBlockPermissionLocalService;
2762            }
2763    
2764            /**
2765             * Sets the resource block permission local service.
2766             *
2767             * @param resourceBlockPermissionLocalService the resource block permission local service
2768             */
2769            public void setResourceBlockPermissionLocalService(
2770                    ResourceBlockPermissionLocalService resourceBlockPermissionLocalService) {
2771                    this.resourceBlockPermissionLocalService = resourceBlockPermissionLocalService;
2772            }
2773    
2774            /**
2775             * Returns the resource block permission persistence.
2776             *
2777             * @return the resource block permission persistence
2778             */
2779            public ResourceBlockPermissionPersistence getResourceBlockPermissionPersistence() {
2780                    return resourceBlockPermissionPersistence;
2781            }
2782    
2783            /**
2784             * Sets the resource block permission persistence.
2785             *
2786             * @param resourceBlockPermissionPersistence the resource block permission persistence
2787             */
2788            public void setResourceBlockPermissionPersistence(
2789                    ResourceBlockPermissionPersistence resourceBlockPermissionPersistence) {
2790                    this.resourceBlockPermissionPersistence = resourceBlockPermissionPersistence;
2791            }
2792    
2793            /**
2794             * Returns the resource code local service.
2795             *
2796             * @return the resource code local service
2797             */
2798            public ResourceCodeLocalService getResourceCodeLocalService() {
2799                    return resourceCodeLocalService;
2800            }
2801    
2802            /**
2803             * Sets the resource code local service.
2804             *
2805             * @param resourceCodeLocalService the resource code local service
2806             */
2807            public void setResourceCodeLocalService(
2808                    ResourceCodeLocalService resourceCodeLocalService) {
2809                    this.resourceCodeLocalService = resourceCodeLocalService;
2810            }
2811    
2812            /**
2813             * Returns the resource code persistence.
2814             *
2815             * @return the resource code persistence
2816             */
2817            public ResourceCodePersistence getResourceCodePersistence() {
2818                    return resourceCodePersistence;
2819            }
2820    
2821            /**
2822             * Sets the resource code persistence.
2823             *
2824             * @param resourceCodePersistence the resource code persistence
2825             */
2826            public void setResourceCodePersistence(
2827                    ResourceCodePersistence resourceCodePersistence) {
2828                    this.resourceCodePersistence = resourceCodePersistence;
2829            }
2830    
2831            /**
2832             * Returns the resource permission local service.
2833             *
2834             * @return the resource permission local service
2835             */
2836            public ResourcePermissionLocalService getResourcePermissionLocalService() {
2837                    return resourcePermissionLocalService;
2838            }
2839    
2840            /**
2841             * Sets the resource permission local service.
2842             *
2843             * @param resourcePermissionLocalService the resource permission local service
2844             */
2845            public void setResourcePermissionLocalService(
2846                    ResourcePermissionLocalService resourcePermissionLocalService) {
2847                    this.resourcePermissionLocalService = resourcePermissionLocalService;
2848            }
2849    
2850            /**
2851             * Returns the resource permission remote service.
2852             *
2853             * @return the resource permission remote service
2854             */
2855            public ResourcePermissionService getResourcePermissionService() {
2856                    return resourcePermissionService;
2857            }
2858    
2859            /**
2860             * Sets the resource permission remote service.
2861             *
2862             * @param resourcePermissionService the resource permission remote service
2863             */
2864            public void setResourcePermissionService(
2865                    ResourcePermissionService resourcePermissionService) {
2866                    this.resourcePermissionService = resourcePermissionService;
2867            }
2868    
2869            /**
2870             * Returns the resource permission persistence.
2871             *
2872             * @return the resource permission persistence
2873             */
2874            public ResourcePermissionPersistence getResourcePermissionPersistence() {
2875                    return resourcePermissionPersistence;
2876            }
2877    
2878            /**
2879             * Sets the resource permission persistence.
2880             *
2881             * @param resourcePermissionPersistence the resource permission persistence
2882             */
2883            public void setResourcePermissionPersistence(
2884                    ResourcePermissionPersistence resourcePermissionPersistence) {
2885                    this.resourcePermissionPersistence = resourcePermissionPersistence;
2886            }
2887    
2888            /**
2889             * Returns the resource permission finder.
2890             *
2891             * @return the resource permission finder
2892             */
2893            public ResourcePermissionFinder getResourcePermissionFinder() {
2894                    return resourcePermissionFinder;
2895            }
2896    
2897            /**
2898             * Sets the resource permission finder.
2899             *
2900             * @param resourcePermissionFinder the resource permission finder
2901             */
2902            public void setResourcePermissionFinder(
2903                    ResourcePermissionFinder resourcePermissionFinder) {
2904                    this.resourcePermissionFinder = resourcePermissionFinder;
2905            }
2906    
2907            /**
2908             * Returns the resource type permission local service.
2909             *
2910             * @return the resource type permission local service
2911             */
2912            public ResourceTypePermissionLocalService getResourceTypePermissionLocalService() {
2913                    return resourceTypePermissionLocalService;
2914            }
2915    
2916            /**
2917             * Sets the resource type permission local service.
2918             *
2919             * @param resourceTypePermissionLocalService the resource type permission local service
2920             */
2921            public void setResourceTypePermissionLocalService(
2922                    ResourceTypePermissionLocalService resourceTypePermissionLocalService) {
2923                    this.resourceTypePermissionLocalService = resourceTypePermissionLocalService;
2924            }
2925    
2926            /**
2927             * Returns the resource type permission persistence.
2928             *
2929             * @return the resource type permission persistence
2930             */
2931            public ResourceTypePermissionPersistence getResourceTypePermissionPersistence() {
2932                    return resourceTypePermissionPersistence;
2933            }
2934    
2935            /**
2936             * Sets the resource type permission persistence.
2937             *
2938             * @param resourceTypePermissionPersistence the resource type permission persistence
2939             */
2940            public void setResourceTypePermissionPersistence(
2941                    ResourceTypePermissionPersistence resourceTypePermissionPersistence) {
2942                    this.resourceTypePermissionPersistence = resourceTypePermissionPersistence;
2943            }
2944    
2945            /**
2946             * Returns the resource type permission finder.
2947             *
2948             * @return the resource type permission finder
2949             */
2950            public ResourceTypePermissionFinder getResourceTypePermissionFinder() {
2951                    return resourceTypePermissionFinder;
2952            }
2953    
2954            /**
2955             * Sets the resource type permission finder.
2956             *
2957             * @param resourceTypePermissionFinder the resource type permission finder
2958             */
2959            public void setResourceTypePermissionFinder(
2960                    ResourceTypePermissionFinder resourceTypePermissionFinder) {
2961                    this.resourceTypePermissionFinder = resourceTypePermissionFinder;
2962            }
2963    
2964            /**
2965             * Returns the role local service.
2966             *
2967             * @return the role local service
2968             */
2969            public RoleLocalService getRoleLocalService() {
2970                    return roleLocalService;
2971            }
2972    
2973            /**
2974             * Sets the role local service.
2975             *
2976             * @param roleLocalService the role local service
2977             */
2978            public void setRoleLocalService(RoleLocalService roleLocalService) {
2979                    this.roleLocalService = roleLocalService;
2980            }
2981    
2982            /**
2983             * Returns the role remote service.
2984             *
2985             * @return the role remote service
2986             */
2987            public RoleService getRoleService() {
2988                    return roleService;
2989            }
2990    
2991            /**
2992             * Sets the role remote service.
2993             *
2994             * @param roleService the role remote service
2995             */
2996            public void setRoleService(RoleService roleService) {
2997                    this.roleService = roleService;
2998            }
2999    
3000            /**
3001             * Returns the role persistence.
3002             *
3003             * @return the role persistence
3004             */
3005            public RolePersistence getRolePersistence() {
3006                    return rolePersistence;
3007            }
3008    
3009            /**
3010             * Sets the role persistence.
3011             *
3012             * @param rolePersistence the role persistence
3013             */
3014            public void setRolePersistence(RolePersistence rolePersistence) {
3015                    this.rolePersistence = rolePersistence;
3016            }
3017    
3018            /**
3019             * Returns the role finder.
3020             *
3021             * @return the role finder
3022             */
3023            public RoleFinder getRoleFinder() {
3024                    return roleFinder;
3025            }
3026    
3027            /**
3028             * Sets the role finder.
3029             *
3030             * @param roleFinder the role finder
3031             */
3032            public void setRoleFinder(RoleFinder roleFinder) {
3033                    this.roleFinder = roleFinder;
3034            }
3035    
3036            /**
3037             * Returns the service component local service.
3038             *
3039             * @return the service component local service
3040             */
3041            public ServiceComponentLocalService getServiceComponentLocalService() {
3042                    return serviceComponentLocalService;
3043            }
3044    
3045            /**
3046             * Sets the service component local service.
3047             *
3048             * @param serviceComponentLocalService the service component local service
3049             */
3050            public void setServiceComponentLocalService(
3051                    ServiceComponentLocalService serviceComponentLocalService) {
3052                    this.serviceComponentLocalService = serviceComponentLocalService;
3053            }
3054    
3055            /**
3056             * Returns the service component persistence.
3057             *
3058             * @return the service component persistence
3059             */
3060            public ServiceComponentPersistence getServiceComponentPersistence() {
3061                    return serviceComponentPersistence;
3062            }
3063    
3064            /**
3065             * Sets the service component persistence.
3066             *
3067             * @param serviceComponentPersistence the service component persistence
3068             */
3069            public void setServiceComponentPersistence(
3070                    ServiceComponentPersistence serviceComponentPersistence) {
3071                    this.serviceComponentPersistence = serviceComponentPersistence;
3072            }
3073    
3074            /**
3075             * Returns the shard local service.
3076             *
3077             * @return the shard local service
3078             */
3079            public ShardLocalService getShardLocalService() {
3080                    return shardLocalService;
3081            }
3082    
3083            /**
3084             * Sets the shard local service.
3085             *
3086             * @param shardLocalService the shard local service
3087             */
3088            public void setShardLocalService(ShardLocalService shardLocalService) {
3089                    this.shardLocalService = shardLocalService;
3090            }
3091    
3092            /**
3093             * Returns the shard persistence.
3094             *
3095             * @return the shard persistence
3096             */
3097            public ShardPersistence getShardPersistence() {
3098                    return shardPersistence;
3099            }
3100    
3101            /**
3102             * Sets the shard persistence.
3103             *
3104             * @param shardPersistence the shard persistence
3105             */
3106            public void setShardPersistence(ShardPersistence shardPersistence) {
3107                    this.shardPersistence = shardPersistence;
3108            }
3109    
3110            /**
3111             * Returns the subscription local service.
3112             *
3113             * @return the subscription local service
3114             */
3115            public SubscriptionLocalService getSubscriptionLocalService() {
3116                    return subscriptionLocalService;
3117            }
3118    
3119            /**
3120             * Sets the subscription local service.
3121             *
3122             * @param subscriptionLocalService the subscription local service
3123             */
3124            public void setSubscriptionLocalService(
3125                    SubscriptionLocalService subscriptionLocalService) {
3126                    this.subscriptionLocalService = subscriptionLocalService;
3127            }
3128    
3129            /**
3130             * Returns the subscription persistence.
3131             *
3132             * @return the subscription persistence
3133             */
3134            public SubscriptionPersistence getSubscriptionPersistence() {
3135                    return subscriptionPersistence;
3136            }
3137    
3138            /**
3139             * Sets the subscription persistence.
3140             *
3141             * @param subscriptionPersistence the subscription persistence
3142             */
3143            public void setSubscriptionPersistence(
3144                    SubscriptionPersistence subscriptionPersistence) {
3145                    this.subscriptionPersistence = subscriptionPersistence;
3146            }
3147    
3148            /**
3149             * Returns the team local service.
3150             *
3151             * @return the team local service
3152             */
3153            public TeamLocalService getTeamLocalService() {
3154                    return teamLocalService;
3155            }
3156    
3157            /**
3158             * Sets the team local service.
3159             *
3160             * @param teamLocalService the team local service
3161             */
3162            public void setTeamLocalService(TeamLocalService teamLocalService) {
3163                    this.teamLocalService = teamLocalService;
3164            }
3165    
3166            /**
3167             * Returns the team remote service.
3168             *
3169             * @return the team remote service
3170             */
3171            public TeamService getTeamService() {
3172                    return teamService;
3173            }
3174    
3175            /**
3176             * Sets the team remote service.
3177             *
3178             * @param teamService the team remote service
3179             */
3180            public void setTeamService(TeamService teamService) {
3181                    this.teamService = teamService;
3182            }
3183    
3184            /**
3185             * Returns the team persistence.
3186             *
3187             * @return the team persistence
3188             */
3189            public TeamPersistence getTeamPersistence() {
3190                    return teamPersistence;
3191            }
3192    
3193            /**
3194             * Sets the team persistence.
3195             *
3196             * @param teamPersistence the team persistence
3197             */
3198            public void setTeamPersistence(TeamPersistence teamPersistence) {
3199                    this.teamPersistence = teamPersistence;
3200            }
3201    
3202            /**
3203             * Returns the team finder.
3204             *
3205             * @return the team finder
3206             */
3207            public TeamFinder getTeamFinder() {
3208                    return teamFinder;
3209            }
3210    
3211            /**
3212             * Sets the team finder.
3213             *
3214             * @param teamFinder the team finder
3215             */
3216            public void setTeamFinder(TeamFinder teamFinder) {
3217                    this.teamFinder = teamFinder;
3218            }
3219    
3220            /**
3221             * Returns the theme local service.
3222             *
3223             * @return the theme local service
3224             */
3225            public ThemeLocalService getThemeLocalService() {
3226                    return themeLocalService;
3227            }
3228    
3229            /**
3230             * Sets the theme local service.
3231             *
3232             * @param themeLocalService the theme local service
3233             */
3234            public void setThemeLocalService(ThemeLocalService themeLocalService) {
3235                    this.themeLocalService = themeLocalService;
3236            }
3237    
3238            /**
3239             * Returns the theme remote service.
3240             *
3241             * @return the theme remote service
3242             */
3243            public ThemeService getThemeService() {
3244                    return themeService;
3245            }
3246    
3247            /**
3248             * Sets the theme remote service.
3249             *
3250             * @param themeService the theme remote service
3251             */
3252            public void setThemeService(ThemeService themeService) {
3253                    this.themeService = themeService;
3254            }
3255    
3256            /**
3257             * Returns the ticket local service.
3258             *
3259             * @return the ticket local service
3260             */
3261            public TicketLocalService getTicketLocalService() {
3262                    return ticketLocalService;
3263            }
3264    
3265            /**
3266             * Sets the ticket local service.
3267             *
3268             * @param ticketLocalService the ticket local service
3269             */
3270            public void setTicketLocalService(TicketLocalService ticketLocalService) {
3271                    this.ticketLocalService = ticketLocalService;
3272            }
3273    
3274            /**
3275             * Returns the ticket persistence.
3276             *
3277             * @return the ticket persistence
3278             */
3279            public TicketPersistence getTicketPersistence() {
3280                    return ticketPersistence;
3281            }
3282    
3283            /**
3284             * Sets the ticket persistence.
3285             *
3286             * @param ticketPersistence the ticket persistence
3287             */
3288            public void setTicketPersistence(TicketPersistence ticketPersistence) {
3289                    this.ticketPersistence = ticketPersistence;
3290            }
3291    
3292            /**
3293             * Returns the user local service.
3294             *
3295             * @return the user local service
3296             */
3297            public UserLocalService getUserLocalService() {
3298                    return userLocalService;
3299            }
3300    
3301            /**
3302             * Sets the user local service.
3303             *
3304             * @param userLocalService the user local service
3305             */
3306            public void setUserLocalService(UserLocalService userLocalService) {
3307                    this.userLocalService = userLocalService;
3308            }
3309    
3310            /**
3311             * Returns the user remote service.
3312             *
3313             * @return the user remote service
3314             */
3315            public UserService getUserService() {
3316                    return userService;
3317            }
3318    
3319            /**
3320             * Sets the user remote service.
3321             *
3322             * @param userService the user remote service
3323             */
3324            public void setUserService(UserService userService) {
3325                    this.userService = userService;
3326            }
3327    
3328            /**
3329             * Returns the user persistence.
3330             *
3331             * @return the user persistence
3332             */
3333            public UserPersistence getUserPersistence() {
3334                    return userPersistence;
3335            }
3336    
3337            /**
3338             * Sets the user persistence.
3339             *
3340             * @param userPersistence the user persistence
3341             */
3342            public void setUserPersistence(UserPersistence userPersistence) {
3343                    this.userPersistence = userPersistence;
3344            }
3345    
3346            /**
3347             * Returns the user finder.
3348             *
3349             * @return the user finder
3350             */
3351            public UserFinder getUserFinder() {
3352                    return userFinder;
3353            }
3354    
3355            /**
3356             * Sets the user finder.
3357             *
3358             * @param userFinder the user finder
3359             */
3360            public void setUserFinder(UserFinder userFinder) {
3361                    this.userFinder = userFinder;
3362            }
3363    
3364            /**
3365             * Returns the user group local service.
3366             *
3367             * @return the user group local service
3368             */
3369            public UserGroupLocalService getUserGroupLocalService() {
3370                    return userGroupLocalService;
3371            }
3372    
3373            /**
3374             * Sets the user group local service.
3375             *
3376             * @param userGroupLocalService the user group local service
3377             */
3378            public void setUserGroupLocalService(
3379                    UserGroupLocalService userGroupLocalService) {
3380                    this.userGroupLocalService = userGroupLocalService;
3381            }
3382    
3383            /**
3384             * Returns the user group remote service.
3385             *
3386             * @return the user group remote service
3387             */
3388            public UserGroupService getUserGroupService() {
3389                    return userGroupService;
3390            }
3391    
3392            /**
3393             * Sets the user group remote service.
3394             *
3395             * @param userGroupService the user group remote service
3396             */
3397            public void setUserGroupService(UserGroupService userGroupService) {
3398                    this.userGroupService = userGroupService;
3399            }
3400    
3401            /**
3402             * Returns the user group persistence.
3403             *
3404             * @return the user group persistence
3405             */
3406            public UserGroupPersistence getUserGroupPersistence() {
3407                    return userGroupPersistence;
3408            }
3409    
3410            /**
3411             * Sets the user group persistence.
3412             *
3413             * @param userGroupPersistence the user group persistence
3414             */
3415            public void setUserGroupPersistence(
3416                    UserGroupPersistence userGroupPersistence) {
3417                    this.userGroupPersistence = userGroupPersistence;
3418            }
3419    
3420            /**
3421             * Returns the user group finder.
3422             *
3423             * @return the user group finder
3424             */
3425            public UserGroupFinder getUserGroupFinder() {
3426                    return userGroupFinder;
3427            }
3428    
3429            /**
3430             * Sets the user group finder.
3431             *
3432             * @param userGroupFinder the user group finder
3433             */
3434            public void setUserGroupFinder(UserGroupFinder userGroupFinder) {
3435                    this.userGroupFinder = userGroupFinder;
3436            }
3437    
3438            /**
3439             * Returns the user group group role local service.
3440             *
3441             * @return the user group group role local service
3442             */
3443            public UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService() {
3444                    return userGroupGroupRoleLocalService;
3445            }
3446    
3447            /**
3448             * Sets the user group group role local service.
3449             *
3450             * @param userGroupGroupRoleLocalService the user group group role local service
3451             */
3452            public void setUserGroupGroupRoleLocalService(
3453                    UserGroupGroupRoleLocalService userGroupGroupRoleLocalService) {
3454                    this.userGroupGroupRoleLocalService = userGroupGroupRoleLocalService;
3455            }
3456    
3457            /**
3458             * Returns the user group group role remote service.
3459             *
3460             * @return the user group group role remote service
3461             */
3462            public UserGroupGroupRoleService getUserGroupGroupRoleService() {
3463                    return userGroupGroupRoleService;
3464            }
3465    
3466            /**
3467             * Sets the user group group role remote service.
3468             *
3469             * @param userGroupGroupRoleService the user group group role remote service
3470             */
3471            public void setUserGroupGroupRoleService(
3472                    UserGroupGroupRoleService userGroupGroupRoleService) {
3473                    this.userGroupGroupRoleService = userGroupGroupRoleService;
3474            }
3475    
3476            /**
3477             * Returns the user group group role persistence.
3478             *
3479             * @return the user group group role persistence
3480             */
3481            public UserGroupGroupRolePersistence getUserGroupGroupRolePersistence() {
3482                    return userGroupGroupRolePersistence;
3483            }
3484    
3485            /**
3486             * Sets the user group group role persistence.
3487             *
3488             * @param userGroupGroupRolePersistence the user group group role persistence
3489             */
3490            public void setUserGroupGroupRolePersistence(
3491                    UserGroupGroupRolePersistence userGroupGroupRolePersistence) {
3492                    this.userGroupGroupRolePersistence = userGroupGroupRolePersistence;
3493            }
3494    
3495            /**
3496             * Returns the user group role local service.
3497             *
3498             * @return the user group role local service
3499             */
3500            public UserGroupRoleLocalService getUserGroupRoleLocalService() {
3501                    return userGroupRoleLocalService;
3502            }
3503    
3504            /**
3505             * Sets the user group role local service.
3506             *
3507             * @param userGroupRoleLocalService the user group role local service
3508             */
3509            public void setUserGroupRoleLocalService(
3510                    UserGroupRoleLocalService userGroupRoleLocalService) {
3511                    this.userGroupRoleLocalService = userGroupRoleLocalService;
3512            }
3513    
3514            /**
3515             * Returns the user group role remote service.
3516             *
3517             * @return the user group role remote service
3518             */
3519            public UserGroupRoleService getUserGroupRoleService() {
3520                    return userGroupRoleService;
3521            }
3522    
3523            /**
3524             * Sets the user group role remote service.
3525             *
3526             * @param userGroupRoleService the user group role remote service
3527             */
3528            public void setUserGroupRoleService(
3529                    UserGroupRoleService userGroupRoleService) {
3530                    this.userGroupRoleService = userGroupRoleService;
3531            }
3532    
3533            /**
3534             * Returns the user group role persistence.
3535             *
3536             * @return the user group role persistence
3537             */
3538            public UserGroupRolePersistence getUserGroupRolePersistence() {
3539                    return userGroupRolePersistence;
3540            }
3541    
3542            /**
3543             * Sets the user group role persistence.
3544             *
3545             * @param userGroupRolePersistence the user group role persistence
3546             */
3547            public void setUserGroupRolePersistence(
3548                    UserGroupRolePersistence userGroupRolePersistence) {
3549                    this.userGroupRolePersistence = userGroupRolePersistence;
3550            }
3551    
3552            /**
3553             * Returns the user group role finder.
3554             *
3555             * @return the user group role finder
3556             */
3557            public UserGroupRoleFinder getUserGroupRoleFinder() {
3558                    return userGroupRoleFinder;
3559            }
3560    
3561            /**
3562             * Sets the user group role finder.
3563             *
3564             * @param userGroupRoleFinder the user group role finder
3565             */
3566            public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder) {
3567                    this.userGroupRoleFinder = userGroupRoleFinder;
3568            }
3569    
3570            /**
3571             * Returns the user ID mapper local service.
3572             *
3573             * @return the user ID mapper local service
3574             */
3575            public UserIdMapperLocalService getUserIdMapperLocalService() {
3576                    return userIdMapperLocalService;
3577            }
3578    
3579            /**
3580             * Sets the user ID mapper local service.
3581             *
3582             * @param userIdMapperLocalService the user ID mapper local service
3583             */
3584            public void setUserIdMapperLocalService(
3585                    UserIdMapperLocalService userIdMapperLocalService) {
3586                    this.userIdMapperLocalService = userIdMapperLocalService;
3587            }
3588    
3589            /**
3590             * Returns the user ID mapper persistence.
3591             *
3592             * @return the user ID mapper persistence
3593             */
3594            public UserIdMapperPersistence getUserIdMapperPersistence() {
3595                    return userIdMapperPersistence;
3596            }
3597    
3598            /**
3599             * Sets the user ID mapper persistence.
3600             *
3601             * @param userIdMapperPersistence the user ID mapper persistence
3602             */
3603            public void setUserIdMapperPersistence(
3604                    UserIdMapperPersistence userIdMapperPersistence) {
3605                    this.userIdMapperPersistence = userIdMapperPersistence;
3606            }
3607    
3608            /**
3609             * Returns the user notification event local service.
3610             *
3611             * @return the user notification event local service
3612             */
3613            public UserNotificationEventLocalService getUserNotificationEventLocalService() {
3614                    return userNotificationEventLocalService;
3615            }
3616    
3617            /**
3618             * Sets the user notification event local service.
3619             *
3620             * @param userNotificationEventLocalService the user notification event local service
3621             */
3622            public void setUserNotificationEventLocalService(
3623                    UserNotificationEventLocalService userNotificationEventLocalService) {
3624                    this.userNotificationEventLocalService = userNotificationEventLocalService;
3625            }
3626    
3627            /**
3628             * Returns the user notification event persistence.
3629             *
3630             * @return the user notification event persistence
3631             */
3632            public UserNotificationEventPersistence getUserNotificationEventPersistence() {
3633                    return userNotificationEventPersistence;
3634            }
3635    
3636            /**
3637             * Sets the user notification event persistence.
3638             *
3639             * @param userNotificationEventPersistence the user notification event persistence
3640             */
3641            public void setUserNotificationEventPersistence(
3642                    UserNotificationEventPersistence userNotificationEventPersistence) {
3643                    this.userNotificationEventPersistence = userNotificationEventPersistence;
3644            }
3645    
3646            /**
3647             * Returns the user tracker local service.
3648             *
3649             * @return the user tracker local service
3650             */
3651            public UserTrackerLocalService getUserTrackerLocalService() {
3652                    return userTrackerLocalService;
3653            }
3654    
3655            /**
3656             * Sets the user tracker local service.
3657             *
3658             * @param userTrackerLocalService the user tracker local service
3659             */
3660            public void setUserTrackerLocalService(
3661                    UserTrackerLocalService userTrackerLocalService) {
3662                    this.userTrackerLocalService = userTrackerLocalService;
3663            }
3664    
3665            /**
3666             * Returns the user tracker persistence.
3667             *
3668             * @return the user tracker persistence
3669             */
3670            public UserTrackerPersistence getUserTrackerPersistence() {
3671                    return userTrackerPersistence;
3672            }
3673    
3674            /**
3675             * Sets the user tracker persistence.
3676             *
3677             * @param userTrackerPersistence the user tracker persistence
3678             */
3679            public void setUserTrackerPersistence(
3680                    UserTrackerPersistence userTrackerPersistence) {
3681                    this.userTrackerPersistence = userTrackerPersistence;
3682            }
3683    
3684            /**
3685             * Returns the user tracker path local service.
3686             *
3687             * @return the user tracker path local service
3688             */
3689            public UserTrackerPathLocalService getUserTrackerPathLocalService() {
3690                    return userTrackerPathLocalService;
3691            }
3692    
3693            /**
3694             * Sets the user tracker path local service.
3695             *
3696             * @param userTrackerPathLocalService the user tracker path local service
3697             */
3698            public void setUserTrackerPathLocalService(
3699                    UserTrackerPathLocalService userTrackerPathLocalService) {
3700                    this.userTrackerPathLocalService = userTrackerPathLocalService;
3701            }
3702    
3703            /**
3704             * Returns the user tracker path persistence.
3705             *
3706             * @return the user tracker path persistence
3707             */
3708            public UserTrackerPathPersistence getUserTrackerPathPersistence() {
3709                    return userTrackerPathPersistence;
3710            }
3711    
3712            /**
3713             * Sets the user tracker path persistence.
3714             *
3715             * @param userTrackerPathPersistence the user tracker path persistence
3716             */
3717            public void setUserTrackerPathPersistence(
3718                    UserTrackerPathPersistence userTrackerPathPersistence) {
3719                    this.userTrackerPathPersistence = userTrackerPathPersistence;
3720            }
3721    
3722            /**
3723             * Returns the virtual host local service.
3724             *
3725             * @return the virtual host local service
3726             */
3727            public VirtualHostLocalService getVirtualHostLocalService() {
3728                    return virtualHostLocalService;
3729            }
3730    
3731            /**
3732             * Sets the virtual host local service.
3733             *
3734             * @param virtualHostLocalService the virtual host local service
3735             */
3736            public void setVirtualHostLocalService(
3737                    VirtualHostLocalService virtualHostLocalService) {
3738                    this.virtualHostLocalService = virtualHostLocalService;
3739            }
3740    
3741            /**
3742             * Returns the virtual host persistence.
3743             *
3744             * @return the virtual host persistence
3745             */
3746            public VirtualHostPersistence getVirtualHostPersistence() {
3747                    return virtualHostPersistence;
3748            }
3749    
3750            /**
3751             * Sets the virtual host persistence.
3752             *
3753             * @param virtualHostPersistence the virtual host persistence
3754             */
3755            public void setVirtualHostPersistence(
3756                    VirtualHostPersistence virtualHostPersistence) {
3757                    this.virtualHostPersistence = virtualHostPersistence;
3758            }
3759    
3760            /**
3761             * Returns the web d a v props local service.
3762             *
3763             * @return the web d a v props local service
3764             */
3765            public WebDAVPropsLocalService getWebDAVPropsLocalService() {
3766                    return webDAVPropsLocalService;
3767            }
3768    
3769            /**
3770             * Sets the web d a v props local service.
3771             *
3772             * @param webDAVPropsLocalService the web d a v props local service
3773             */
3774            public void setWebDAVPropsLocalService(
3775                    WebDAVPropsLocalService webDAVPropsLocalService) {
3776                    this.webDAVPropsLocalService = webDAVPropsLocalService;
3777            }
3778    
3779            /**
3780             * Returns the web d a v props persistence.
3781             *
3782             * @return the web d a v props persistence
3783             */
3784            public WebDAVPropsPersistence getWebDAVPropsPersistence() {
3785                    return webDAVPropsPersistence;
3786            }
3787    
3788            /**
3789             * Sets the web d a v props persistence.
3790             *
3791             * @param webDAVPropsPersistence the web d a v props persistence
3792             */
3793            public void setWebDAVPropsPersistence(
3794                    WebDAVPropsPersistence webDAVPropsPersistence) {
3795                    this.webDAVPropsPersistence = webDAVPropsPersistence;
3796            }
3797    
3798            /**
3799             * Returns the website local service.
3800             *
3801             * @return the website local service
3802             */
3803            public WebsiteLocalService getWebsiteLocalService() {
3804                    return websiteLocalService;
3805            }
3806    
3807            /**
3808             * Sets the website local service.
3809             *
3810             * @param websiteLocalService the website local service
3811             */
3812            public void setWebsiteLocalService(WebsiteLocalService websiteLocalService) {
3813                    this.websiteLocalService = websiteLocalService;
3814            }
3815    
3816            /**
3817             * Returns the website remote service.
3818             *
3819             * @return the website remote service
3820             */
3821            public WebsiteService getWebsiteService() {
3822                    return websiteService;
3823            }
3824    
3825            /**
3826             * Sets the website remote service.
3827             *
3828             * @param websiteService the website remote service
3829             */
3830            public void setWebsiteService(WebsiteService websiteService) {
3831                    this.websiteService = websiteService;
3832            }
3833    
3834            /**
3835             * Returns the website persistence.
3836             *
3837             * @return the website persistence
3838             */
3839            public WebsitePersistence getWebsitePersistence() {
3840                    return websitePersistence;
3841            }
3842    
3843            /**
3844             * Sets the website persistence.
3845             *
3846             * @param websitePersistence the website persistence
3847             */
3848            public void setWebsitePersistence(WebsitePersistence websitePersistence) {
3849                    this.websitePersistence = websitePersistence;
3850            }
3851    
3852            /**
3853             * Returns the workflow definition link local service.
3854             *
3855             * @return the workflow definition link local service
3856             */
3857            public WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService() {
3858                    return workflowDefinitionLinkLocalService;
3859            }
3860    
3861            /**
3862             * Sets the workflow definition link local service.
3863             *
3864             * @param workflowDefinitionLinkLocalService the workflow definition link local service
3865             */
3866            public void setWorkflowDefinitionLinkLocalService(
3867                    WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) {
3868                    this.workflowDefinitionLinkLocalService = workflowDefinitionLinkLocalService;
3869            }
3870    
3871            /**
3872             * Returns the workflow definition link persistence.
3873             *
3874             * @return the workflow definition link persistence
3875             */
3876            public WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence() {
3877                    return workflowDefinitionLinkPersistence;
3878            }
3879    
3880            /**
3881             * Sets the workflow definition link persistence.
3882             *
3883             * @param workflowDefinitionLinkPersistence the workflow definition link persistence
3884             */
3885            public void setWorkflowDefinitionLinkPersistence(
3886                    WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence) {
3887                    this.workflowDefinitionLinkPersistence = workflowDefinitionLinkPersistence;
3888            }
3889    
3890            /**
3891             * Returns the workflow instance link local service.
3892             *
3893             * @return the workflow instance link local service
3894             */
3895            public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService() {
3896                    return workflowInstanceLinkLocalService;
3897            }
3898    
3899            /**
3900             * Sets the workflow instance link local service.
3901             *
3902             * @param workflowInstanceLinkLocalService the workflow instance link local service
3903             */
3904            public void setWorkflowInstanceLinkLocalService(
3905                    WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService) {
3906                    this.workflowInstanceLinkLocalService = workflowInstanceLinkLocalService;
3907            }
3908    
3909            /**
3910             * Returns the workflow instance link persistence.
3911             *
3912             * @return the workflow instance link persistence
3913             */
3914            public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence() {
3915                    return workflowInstanceLinkPersistence;
3916            }
3917    
3918            /**
3919             * Sets the workflow instance link persistence.
3920             *
3921             * @param workflowInstanceLinkPersistence the workflow instance link persistence
3922             */
3923            public void setWorkflowInstanceLinkPersistence(
3924                    WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence) {
3925                    this.workflowInstanceLinkPersistence = workflowInstanceLinkPersistence;
3926            }
3927    
3928            /**
3929             * Returns the counter local service.
3930             *
3931             * @return the counter local service
3932             */
3933            public CounterLocalService getCounterLocalService() {
3934                    return counterLocalService;
3935            }
3936    
3937            /**
3938             * Sets the counter local service.
3939             *
3940             * @param counterLocalService the counter local service
3941             */
3942            public void setCounterLocalService(CounterLocalService counterLocalService) {
3943                    this.counterLocalService = counterLocalService;
3944            }
3945    
3946            public void afterPropertiesSet() {
3947                    persistedModelLocalServiceRegistry.register("com.liferay.portal.model.UserNotificationEvent",
3948                            userNotificationEventLocalService);
3949            }
3950    
3951            public void destroy() {
3952                    persistedModelLocalServiceRegistry.unregister(
3953                            "com.liferay.portal.model.UserNotificationEvent");
3954            }
3955    
3956            /**
3957             * Returns the Spring bean ID for this bean.
3958             *
3959             * @return the Spring bean ID for this bean
3960             */
3961            public String getBeanIdentifier() {
3962                    return _beanIdentifier;
3963            }
3964    
3965            /**
3966             * Sets the Spring bean ID for this bean.
3967             *
3968             * @param beanIdentifier the Spring bean ID for this bean
3969             */
3970            public void setBeanIdentifier(String beanIdentifier) {
3971                    _beanIdentifier = beanIdentifier;
3972            }
3973    
3974            protected Class<?> getModelClass() {
3975                    return UserNotificationEvent.class;
3976            }
3977    
3978            protected String getModelClassName() {
3979                    return UserNotificationEvent.class.getName();
3980            }
3981    
3982            /**
3983             * Performs an SQL query.
3984             *
3985             * @param sql the sql query
3986             */
3987            protected void runSQL(String sql) throws SystemException {
3988                    try {
3989                            DataSource dataSource = userNotificationEventPersistence.getDataSource();
3990    
3991                            SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
3992                                            sql, new int[0]);
3993    
3994                            sqlUpdate.update();
3995                    }
3996                    catch (Exception e) {
3997                            throw new SystemException(e);
3998                    }
3999            }
4000    
4001            @BeanReference(type = AccountLocalService.class)
4002            protected AccountLocalService accountLocalService;
4003            @BeanReference(type = AccountService.class)
4004            protected AccountService accountService;
4005            @BeanReference(type = AccountPersistence.class)
4006            protected AccountPersistence accountPersistence;
4007            @BeanReference(type = AddressLocalService.class)
4008            protected AddressLocalService addressLocalService;
4009            @BeanReference(type = AddressService.class)
4010            protected AddressService addressService;
4011            @BeanReference(type = AddressPersistence.class)
4012            protected AddressPersistence addressPersistence;
4013            @BeanReference(type = BrowserTrackerLocalService.class)
4014            protected BrowserTrackerLocalService browserTrackerLocalService;
4015            @BeanReference(type = BrowserTrackerPersistence.class)
4016            protected BrowserTrackerPersistence browserTrackerPersistence;
4017            @BeanReference(type = ClassNameLocalService.class)
4018            protected ClassNameLocalService classNameLocalService;
4019            @BeanReference(type = ClassNameService.class)
4020            protected ClassNameService classNameService;
4021            @BeanReference(type = ClassNamePersistence.class)
4022            protected ClassNamePersistence classNamePersistence;
4023            @BeanReference(type = ClusterGroupLocalService.class)
4024            protected ClusterGroupLocalService clusterGroupLocalService;
4025            @BeanReference(type = ClusterGroupPersistence.class)
4026            protected ClusterGroupPersistence clusterGroupPersistence;
4027            @BeanReference(type = CMISRepositoryLocalService.class)
4028            protected CMISRepositoryLocalService cmisRepositoryLocalService;
4029            @BeanReference(type = CompanyLocalService.class)
4030            protected CompanyLocalService companyLocalService;
4031            @BeanReference(type = CompanyService.class)
4032            protected CompanyService companyService;
4033            @BeanReference(type = CompanyPersistence.class)
4034            protected CompanyPersistence companyPersistence;
4035            @BeanReference(type = ContactLocalService.class)
4036            protected ContactLocalService contactLocalService;
4037            @BeanReference(type = ContactService.class)
4038            protected ContactService contactService;
4039            @BeanReference(type = ContactPersistence.class)
4040            protected ContactPersistence contactPersistence;
4041            @BeanReference(type = CountryService.class)
4042            protected CountryService countryService;
4043            @BeanReference(type = CountryPersistence.class)
4044            protected CountryPersistence countryPersistence;
4045            @BeanReference(type = EmailAddressLocalService.class)
4046            protected EmailAddressLocalService emailAddressLocalService;
4047            @BeanReference(type = EmailAddressService.class)
4048            protected EmailAddressService emailAddressService;
4049            @BeanReference(type = EmailAddressPersistence.class)
4050            protected EmailAddressPersistence emailAddressPersistence;
4051            @BeanReference(type = GroupLocalService.class)
4052            protected GroupLocalService groupLocalService;
4053            @BeanReference(type = GroupService.class)
4054            protected GroupService groupService;
4055            @BeanReference(type = GroupPersistence.class)
4056            protected GroupPersistence groupPersistence;
4057            @BeanReference(type = GroupFinder.class)
4058            protected GroupFinder groupFinder;
4059            @BeanReference(type = ImageLocalService.class)
4060            protected ImageLocalService imageLocalService;
4061            @BeanReference(type = ImageService.class)
4062            protected ImageService imageService;
4063            @BeanReference(type = ImagePersistence.class)
4064            protected ImagePersistence imagePersistence;
4065            @BeanReference(type = LayoutLocalService.class)
4066            protected LayoutLocalService layoutLocalService;
4067            @BeanReference(type = LayoutService.class)
4068            protected LayoutService layoutService;
4069            @BeanReference(type = LayoutPersistence.class)
4070            protected LayoutPersistence layoutPersistence;
4071            @BeanReference(type = LayoutFinder.class)
4072            protected LayoutFinder layoutFinder;
4073            @BeanReference(type = LayoutBranchLocalService.class)
4074            protected LayoutBranchLocalService layoutBranchLocalService;
4075            @BeanReference(type = LayoutBranchService.class)
4076            protected LayoutBranchService layoutBranchService;
4077            @BeanReference(type = LayoutBranchPersistence.class)
4078            protected LayoutBranchPersistence layoutBranchPersistence;
4079            @BeanReference(type = LayoutPrototypeLocalService.class)
4080            protected LayoutPrototypeLocalService layoutPrototypeLocalService;
4081            @BeanReference(type = LayoutPrototypeService.class)
4082            protected LayoutPrototypeService layoutPrototypeService;
4083            @BeanReference(type = LayoutPrototypePersistence.class)
4084            protected LayoutPrototypePersistence layoutPrototypePersistence;
4085            @BeanReference(type = LayoutRevisionLocalService.class)
4086            protected LayoutRevisionLocalService layoutRevisionLocalService;
4087            @BeanReference(type = LayoutRevisionService.class)
4088            protected LayoutRevisionService layoutRevisionService;
4089            @BeanReference(type = LayoutRevisionPersistence.class)
4090            protected LayoutRevisionPersistence layoutRevisionPersistence;
4091            @BeanReference(type = LayoutSetLocalService.class)
4092            protected LayoutSetLocalService layoutSetLocalService;
4093            @BeanReference(type = LayoutSetService.class)
4094            protected LayoutSetService layoutSetService;
4095            @BeanReference(type = LayoutSetPersistence.class)
4096            protected LayoutSetPersistence layoutSetPersistence;
4097            @BeanReference(type = LayoutSetBranchLocalService.class)
4098            protected LayoutSetBranchLocalService layoutSetBranchLocalService;
4099            @BeanReference(type = LayoutSetBranchService.class)
4100            protected LayoutSetBranchService layoutSetBranchService;
4101            @BeanReference(type = LayoutSetBranchPersistence.class)
4102            protected LayoutSetBranchPersistence layoutSetBranchPersistence;
4103            @BeanReference(type = LayoutSetPrototypeLocalService.class)
4104            protected LayoutSetPrototypeLocalService layoutSetPrototypeLocalService;
4105            @BeanReference(type = LayoutSetPrototypeService.class)
4106            protected LayoutSetPrototypeService layoutSetPrototypeService;
4107            @BeanReference(type = LayoutSetPrototypePersistence.class)
4108            protected LayoutSetPrototypePersistence layoutSetPrototypePersistence;
4109            @BeanReference(type = LayoutTemplateLocalService.class)
4110            protected LayoutTemplateLocalService layoutTemplateLocalService;
4111            @BeanReference(type = ListTypeService.class)
4112            protected ListTypeService listTypeService;
4113            @BeanReference(type = ListTypePersistence.class)
4114            protected ListTypePersistence listTypePersistence;
4115            @BeanReference(type = LockLocalService.class)
4116            protected LockLocalService lockLocalService;
4117            @BeanReference(type = LockPersistence.class)
4118            protected LockPersistence lockPersistence;
4119            @BeanReference(type = LockFinder.class)
4120            protected LockFinder lockFinder;
4121            @BeanReference(type = MembershipRequestLocalService.class)
4122            protected MembershipRequestLocalService membershipRequestLocalService;
4123            @BeanReference(type = MembershipRequestService.class)
4124            protected MembershipRequestService membershipRequestService;
4125            @BeanReference(type = MembershipRequestPersistence.class)
4126            protected MembershipRequestPersistence membershipRequestPersistence;
4127            @BeanReference(type = OrganizationLocalService.class)
4128            protected OrganizationLocalService organizationLocalService;
4129            @BeanReference(type = OrganizationService.class)
4130            protected OrganizationService organizationService;
4131            @BeanReference(type = OrganizationPersistence.class)
4132            protected OrganizationPersistence organizationPersistence;
4133            @BeanReference(type = OrganizationFinder.class)
4134            protected OrganizationFinder organizationFinder;
4135            @BeanReference(type = OrgGroupPermissionPersistence.class)
4136            protected OrgGroupPermissionPersistence orgGroupPermissionPersistence;
4137            @BeanReference(type = OrgGroupPermissionFinder.class)
4138            protected OrgGroupPermissionFinder orgGroupPermissionFinder;
4139            @BeanReference(type = OrgGroupRolePersistence.class)
4140            protected OrgGroupRolePersistence orgGroupRolePersistence;
4141            @BeanReference(type = OrgLaborLocalService.class)
4142            protected OrgLaborLocalService orgLaborLocalService;
4143            @BeanReference(type = OrgLaborService.class)
4144            protected OrgLaborService orgLaborService;
4145            @BeanReference(type = OrgLaborPersistence.class)
4146            protected OrgLaborPersistence orgLaborPersistence;
4147            @BeanReference(type = PasswordPolicyLocalService.class)
4148            protected PasswordPolicyLocalService passwordPolicyLocalService;
4149            @BeanReference(type = PasswordPolicyService.class)
4150            protected PasswordPolicyService passwordPolicyService;
4151            @BeanReference(type = PasswordPolicyPersistence.class)
4152            protected PasswordPolicyPersistence passwordPolicyPersistence;
4153            @BeanReference(type = PasswordPolicyFinder.class)
4154            protected PasswordPolicyFinder passwordPolicyFinder;
4155            @BeanReference(type = PasswordPolicyRelLocalService.class)
4156            protected PasswordPolicyRelLocalService passwordPolicyRelLocalService;
4157            @BeanReference(type = PasswordPolicyRelPersistence.class)
4158            protected PasswordPolicyRelPersistence passwordPolicyRelPersistence;
4159            @BeanReference(type = PasswordTrackerLocalService.class)
4160            protected PasswordTrackerLocalService passwordTrackerLocalService;
4161            @BeanReference(type = PasswordTrackerPersistence.class)
4162            protected PasswordTrackerPersistence passwordTrackerPersistence;
4163            @BeanReference(type = PermissionLocalService.class)
4164            protected PermissionLocalService permissionLocalService;
4165            @BeanReference(type = PermissionService.class)
4166            protected PermissionService permissionService;
4167            @BeanReference(type = PermissionPersistence.class)
4168            protected PermissionPersistence permissionPersistence;
4169            @BeanReference(type = PermissionFinder.class)
4170            protected PermissionFinder permissionFinder;
4171            @BeanReference(type = PhoneLocalService.class)
4172            protected PhoneLocalService phoneLocalService;
4173            @BeanReference(type = PhoneService.class)
4174            protected PhoneService phoneService;
4175            @BeanReference(type = PhonePersistence.class)
4176            protected PhonePersistence phonePersistence;
4177            @BeanReference(type = PluginSettingLocalService.class)
4178            protected PluginSettingLocalService pluginSettingLocalService;
4179            @BeanReference(type = PluginSettingService.class)
4180            protected PluginSettingService pluginSettingService;
4181            @BeanReference(type = PluginSettingPersistence.class)
4182            protected PluginSettingPersistence pluginSettingPersistence;
4183            @BeanReference(type = PortalLocalService.class)
4184            protected PortalLocalService portalLocalService;
4185            @BeanReference(type = PortalService.class)
4186            protected PortalService portalService;
4187            @BeanReference(type = PortalPreferencesLocalService.class)
4188            protected PortalPreferencesLocalService portalPreferencesLocalService;
4189            @BeanReference(type = PortalPreferencesPersistence.class)
4190            protected PortalPreferencesPersistence portalPreferencesPersistence;
4191            @BeanReference(type = PortletLocalService.class)
4192            protected PortletLocalService portletLocalService;
4193            @BeanReference(type = PortletService.class)
4194            protected PortletService portletService;
4195            @BeanReference(type = PortletPersistence.class)
4196            protected PortletPersistence portletPersistence;
4197            @BeanReference(type = PortletItemLocalService.class)
4198            protected PortletItemLocalService portletItemLocalService;
4199            @BeanReference(type = PortletItemPersistence.class)
4200            protected PortletItemPersistence portletItemPersistence;
4201            @BeanReference(type = PortletPreferencesLocalService.class)
4202            protected PortletPreferencesLocalService portletPreferencesLocalService;
4203            @BeanReference(type = PortletPreferencesService.class)
4204            protected PortletPreferencesService portletPreferencesService;
4205            @BeanReference(type = PortletPreferencesPersistence.class)
4206            protected PortletPreferencesPersistence portletPreferencesPersistence;
4207            @BeanReference(type = PortletPreferencesFinder.class)
4208            protected PortletPreferencesFinder portletPreferencesFinder;
4209            @BeanReference(type = QuartzLocalService.class)
4210            protected QuartzLocalService quartzLocalService;
4211            @BeanReference(type = RegionService.class)
4212            protected RegionService regionService;
4213            @BeanReference(type = RegionPersistence.class)
4214            protected RegionPersistence regionPersistence;
4215            @BeanReference(type = ReleaseLocalService.class)
4216            protected ReleaseLocalService releaseLocalService;
4217            @BeanReference(type = ReleasePersistence.class)
4218            protected ReleasePersistence releasePersistence;
4219            @BeanReference(type = RepositoryLocalService.class)
4220            protected RepositoryLocalService repositoryLocalService;
4221            @BeanReference(type = RepositoryService.class)
4222            protected RepositoryService repositoryService;
4223            @BeanReference(type = RepositoryPersistence.class)
4224            protected RepositoryPersistence repositoryPersistence;
4225            @BeanReference(type = RepositoryEntryLocalService.class)
4226            protected RepositoryEntryLocalService repositoryEntryLocalService;
4227            @BeanReference(type = RepositoryEntryPersistence.class)
4228            protected RepositoryEntryPersistence repositoryEntryPersistence;
4229            @BeanReference(type = ResourceLocalService.class)
4230            protected ResourceLocalService resourceLocalService;
4231            @BeanReference(type = ResourceService.class)
4232            protected ResourceService resourceService;
4233            @BeanReference(type = ResourcePersistence.class)
4234            protected ResourcePersistence resourcePersistence;
4235            @BeanReference(type = ResourceFinder.class)
4236            protected ResourceFinder resourceFinder;
4237            @BeanReference(type = ResourceActionLocalService.class)
4238            protected ResourceActionLocalService resourceActionLocalService;
4239            @BeanReference(type = ResourceActionPersistence.class)
4240            protected ResourceActionPersistence resourceActionPersistence;
4241            @BeanReference(type = ResourceBlockLocalService.class)
4242            protected ResourceBlockLocalService resourceBlockLocalService;
4243            @BeanReference(type = ResourceBlockService.class)
4244            protected ResourceBlockService resourceBlockService;
4245            @BeanReference(type = ResourceBlockPersistence.class)
4246            protected ResourceBlockPersistence resourceBlockPersistence;
4247            @BeanReference(type = ResourceBlockFinder.class)
4248            protected ResourceBlockFinder resourceBlockFinder;
4249            @BeanReference(type = ResourceBlockPermissionLocalService.class)
4250            protected ResourceBlockPermissionLocalService resourceBlockPermissionLocalService;
4251            @BeanReference(type = ResourceBlockPermissionPersistence.class)
4252            protected ResourceBlockPermissionPersistence resourceBlockPermissionPersistence;
4253            @BeanReference(type = ResourceCodeLocalService.class)
4254            protected ResourceCodeLocalService resourceCodeLocalService;
4255            @BeanReference(type = ResourceCodePersistence.class)
4256            protected ResourceCodePersistence resourceCodePersistence;
4257            @BeanReference(type = ResourcePermissionLocalService.class)
4258            protected ResourcePermissionLocalService resourcePermissionLocalService;
4259            @BeanReference(type = ResourcePermissionService.class)
4260            protected ResourcePermissionService resourcePermissionService;
4261            @BeanReference(type = ResourcePermissionPersistence.class)
4262            protected ResourcePermissionPersistence resourcePermissionPersistence;
4263            @BeanReference(type = ResourcePermissionFinder.class)
4264            protected ResourcePermissionFinder resourcePermissionFinder;
4265            @BeanReference(type = ResourceTypePermissionLocalService.class)
4266            protected ResourceTypePermissionLocalService resourceTypePermissionLocalService;
4267            @BeanReference(type = ResourceTypePermissionPersistence.class)
4268            protected ResourceTypePermissionPersistence resourceTypePermissionPersistence;
4269            @BeanReference(type = ResourceTypePermissionFinder.class)
4270            protected ResourceTypePermissionFinder resourceTypePermissionFinder;
4271            @BeanReference(type = RoleLocalService.class)
4272            protected RoleLocalService roleLocalService;
4273            @BeanReference(type = RoleService.class)
4274            protected RoleService roleService;
4275            @BeanReference(type = RolePersistence.class)
4276            protected RolePersistence rolePersistence;
4277            @BeanReference(type = RoleFinder.class)
4278            protected RoleFinder roleFinder;
4279            @BeanReference(type = ServiceComponentLocalService.class)
4280            protected ServiceComponentLocalService serviceComponentLocalService;
4281            @BeanReference(type = ServiceComponentPersistence.class)
4282            protected ServiceComponentPersistence serviceComponentPersistence;
4283            @BeanReference(type = ShardLocalService.class)
4284            protected ShardLocalService shardLocalService;
4285            @BeanReference(type = ShardPersistence.class)
4286            protected ShardPersistence shardPersistence;
4287            @BeanReference(type = SubscriptionLocalService.class)
4288            protected SubscriptionLocalService subscriptionLocalService;
4289            @BeanReference(type = SubscriptionPersistence.class)
4290            protected SubscriptionPersistence subscriptionPersistence;
4291            @BeanReference(type = TeamLocalService.class)
4292            protected TeamLocalService teamLocalService;
4293            @BeanReference(type = TeamService.class)
4294            protected TeamService teamService;
4295            @BeanReference(type = TeamPersistence.class)
4296            protected TeamPersistence teamPersistence;
4297            @BeanReference(type = TeamFinder.class)
4298            protected TeamFinder teamFinder;
4299            @BeanReference(type = ThemeLocalService.class)
4300            protected ThemeLocalService themeLocalService;
4301            @BeanReference(type = ThemeService.class)
4302            protected ThemeService themeService;
4303            @BeanReference(type = TicketLocalService.class)
4304            protected TicketLocalService ticketLocalService;
4305            @BeanReference(type = TicketPersistence.class)
4306            protected TicketPersistence ticketPersistence;
4307            @BeanReference(type = UserLocalService.class)
4308            protected UserLocalService userLocalService;
4309            @BeanReference(type = UserService.class)
4310            protected UserService userService;
4311            @BeanReference(type = UserPersistence.class)
4312            protected UserPersistence userPersistence;
4313            @BeanReference(type = UserFinder.class)
4314            protected UserFinder userFinder;
4315            @BeanReference(type = UserGroupLocalService.class)
4316            protected UserGroupLocalService userGroupLocalService;
4317            @BeanReference(type = UserGroupService.class)
4318            protected UserGroupService userGroupService;
4319            @BeanReference(type = UserGroupPersistence.class)
4320            protected UserGroupPersistence userGroupPersistence;
4321            @BeanReference(type = UserGroupFinder.class)
4322            protected UserGroupFinder userGroupFinder;
4323            @BeanReference(type = UserGroupGroupRoleLocalService.class)
4324            protected UserGroupGroupRoleLocalService userGroupGroupRoleLocalService;
4325            @BeanReference(type = UserGroupGroupRoleService.class)
4326            protected UserGroupGroupRoleService userGroupGroupRoleService;
4327            @BeanReference(type = UserGroupGroupRolePersistence.class)
4328            protected UserGroupGroupRolePersistence userGroupGroupRolePersistence;
4329            @BeanReference(type = UserGroupRoleLocalService.class)
4330            protected UserGroupRoleLocalService userGroupRoleLocalService;
4331            @BeanReference(type = UserGroupRoleService.class)
4332            protected UserGroupRoleService userGroupRoleService;
4333            @BeanReference(type = UserGroupRolePersistence.class)
4334            protected UserGroupRolePersistence userGroupRolePersistence;
4335            @BeanReference(type = UserGroupRoleFinder.class)
4336            protected UserGroupRoleFinder userGroupRoleFinder;
4337            @BeanReference(type = UserIdMapperLocalService.class)
4338            protected UserIdMapperLocalService userIdMapperLocalService;
4339            @BeanReference(type = UserIdMapperPersistence.class)
4340            protected UserIdMapperPersistence userIdMapperPersistence;
4341            @BeanReference(type = UserNotificationEventLocalService.class)
4342            protected UserNotificationEventLocalService userNotificationEventLocalService;
4343            @BeanReference(type = UserNotificationEventPersistence.class)
4344            protected UserNotificationEventPersistence userNotificationEventPersistence;
4345            @BeanReference(type = UserTrackerLocalService.class)
4346            protected UserTrackerLocalService userTrackerLocalService;
4347            @BeanReference(type = UserTrackerPersistence.class)
4348            protected UserTrackerPersistence userTrackerPersistence;
4349            @BeanReference(type = UserTrackerPathLocalService.class)
4350            protected UserTrackerPathLocalService userTrackerPathLocalService;
4351            @BeanReference(type = UserTrackerPathPersistence.class)
4352            protected UserTrackerPathPersistence userTrackerPathPersistence;
4353            @BeanReference(type = VirtualHostLocalService.class)
4354            protected VirtualHostLocalService virtualHostLocalService;
4355            @BeanReference(type = VirtualHostPersistence.class)
4356            protected VirtualHostPersistence virtualHostPersistence;
4357            @BeanReference(type = WebDAVPropsLocalService.class)
4358            protected WebDAVPropsLocalService webDAVPropsLocalService;
4359            @BeanReference(type = WebDAVPropsPersistence.class)
4360            protected WebDAVPropsPersistence webDAVPropsPersistence;
4361            @BeanReference(type = WebsiteLocalService.class)
4362            protected WebsiteLocalService websiteLocalService;
4363            @BeanReference(type = WebsiteService.class)
4364            protected WebsiteService websiteService;
4365            @BeanReference(type = WebsitePersistence.class)
4366            protected WebsitePersistence websitePersistence;
4367            @BeanReference(type = WorkflowDefinitionLinkLocalService.class)
4368            protected WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService;
4369            @BeanReference(type = WorkflowDefinitionLinkPersistence.class)
4370            protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence;
4371            @BeanReference(type = WorkflowInstanceLinkLocalService.class)
4372            protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService;
4373            @BeanReference(type = WorkflowInstanceLinkPersistence.class)
4374            protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence;
4375            @BeanReference(type = CounterLocalService.class)
4376            protected CounterLocalService counterLocalService;
4377            @BeanReference(type = PersistedModelLocalServiceRegistry.class)
4378            protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry;
4379            private String _beanIdentifier;
4380    }