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