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