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