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