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