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