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