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