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