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