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