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