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