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