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