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