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