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