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