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