Liferay 7.0-ce-b4

com.liferay.portal.service.base
Class OrganizationLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.OrganizationLocalServiceBaseImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, OrganizationLocalService, PersistedModelLocalService
Direct Known Subclasses:
OrganizationLocalServiceImpl

@ProviderType
public abstract class OrganizationLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements OrganizationLocalService, IdentifiableOSGiService

Provides the base implementation for the organization local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in OrganizationLocalServiceImpl.

See Also:
OrganizationLocalServiceImpl, OrganizationLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  AddressLocalService addressLocalService
           
protected  AddressPersistence addressPersistence
           
protected  AssetCategoryFinder assetCategoryFinder
           
protected  AssetCategoryLocalService assetCategoryLocalService
           
protected  AssetCategoryPersistence assetCategoryPersistence
           
protected  AssetEntryFinder assetEntryFinder
           
protected  AssetEntryLocalService assetEntryLocalService
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetTagFinder assetTagFinder
           
protected  AssetTagLocalService assetTagLocalService
           
protected  AssetTagPersistence assetTagPersistence
           
protected  CompanyLocalService companyLocalService
           
protected  CompanyPersistence companyPersistence
           
protected  CounterLocalService counterLocalService
           
protected  CountryPersistence countryPersistence
           
protected  EmailAddressLocalService emailAddressLocalService
           
protected  EmailAddressPersistence emailAddressPersistence
           
protected  ExpandoRowLocalService expandoRowLocalService
           
protected  ExpandoRowPersistence expandoRowPersistence
           
protected  GroupFinder groupFinder
           
protected  GroupLocalService groupLocalService
           
protected  GroupPersistence groupPersistence
           
protected  ListTypeLocalService listTypeLocalService
           
protected  ListTypePersistence listTypePersistence
           
protected  OrganizationFinder organizationFinder
           
protected  OrganizationLocalService organizationLocalService
           
protected  OrganizationPersistence organizationPersistence
           
protected  PasswordPolicyFinder passwordPolicyFinder
           
protected  PasswordPolicyLocalService passwordPolicyLocalService
           
protected  PasswordPolicyPersistence passwordPolicyPersistence
           
protected  PasswordPolicyRelLocalService passwordPolicyRelLocalService
           
protected  PasswordPolicyRelPersistence passwordPolicyRelPersistence
           
protected  PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  PhoneLocalService phoneLocalService
           
protected  PhonePersistence phonePersistence
           
protected  RegionPersistence regionPersistence
           
protected  ResourceLocalService resourceLocalService
           
protected  RoleFinder roleFinder
           
protected  RoleLocalService roleLocalService
           
protected  RolePersistence rolePersistence
           
protected  UserFinder userFinder
           
protected  UserGroupRoleFinder userGroupRoleFinder
           
protected  UserGroupRoleLocalService userGroupRoleLocalService
           
protected  UserGroupRolePersistence userGroupRolePersistence
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  WebsiteLocalService websiteLocalService
           
protected  WebsitePersistence websitePersistence
           
 
Constructor Summary
OrganizationLocalServiceBaseImpl()
           
 
Method Summary
 void addGroupOrganization(long groupId, long organizationId)
           
 void addGroupOrganization(long groupId, Organization organization)
           
 void addGroupOrganizations(long groupId, List<Organization> Organizations)
           
 void addGroupOrganizations(long groupId, long[] organizationIds)
           
 Organization addOrganization(Organization organization)
          Adds the organization to the database.
 void addUserOrganization(long userId, long organizationId)
           
 void addUserOrganization(long userId, Organization organization)
           
 void addUserOrganizations(long userId, List<Organization> Organizations)
           
 void addUserOrganizations(long userId, long[] organizationIds)
           
 void afterPropertiesSet()
           
 void clearGroupOrganizations(long groupId)
           
 void clearUserOrganizations(long userId)
           
 Organization createOrganization(long organizationId)
          Creates a new organization with the primary key.
 void deleteGroupOrganization(long groupId, long organizationId)
           
 void deleteGroupOrganization(long groupId, Organization organization)
           
 void deleteGroupOrganizations(long groupId, List<Organization> Organizations)
           
 void deleteGroupOrganizations(long groupId, long[] organizationIds)
           
 Organization deleteOrganization(long organizationId)
          Deletes the organization with the primary key from the database.
 Organization deleteOrganization(Organization organization)
          Deletes the organization from the database.
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
           
 void deleteUserOrganization(long userId, long organizationId)
           
 void deleteUserOrganization(long userId, Organization organization)
           
 void deleteUserOrganizations(long userId, List<Organization> Organizations)
           
 void deleteUserOrganizations(long userId, long[] organizationIds)
           
 void destroy()
           
 DynamicQuery dynamicQuery()
           
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows matching the dynamic query.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows matching the dynamic query.
 Organization fetchOrganization(long organizationId)
           
 Organization fetchOrganizationByUuidAndCompanyId(String uuid, long companyId)
          Returns the organization with the matching UUID and company.
 ActionableDynamicQuery getActionableDynamicQuery()
           
 AddressLocalService getAddressLocalService()
          Returns the address local service.
 AddressPersistence getAddressPersistence()
          Returns the address persistence.
 AssetCategoryFinder getAssetCategoryFinder()
          Returns the asset category finder.
 AssetCategoryLocalService getAssetCategoryLocalService()
          Returns the asset category local service.
 AssetCategoryPersistence getAssetCategoryPersistence()
          Returns the asset category persistence.
 AssetEntryFinder getAssetEntryFinder()
          Returns the asset entry finder.
 AssetEntryLocalService getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryPersistence getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetTagFinder getAssetTagFinder()
          Returns the asset tag finder.
 AssetTagLocalService getAssetTagLocalService()
          Returns the asset tag local service.
 AssetTagPersistence getAssetTagPersistence()
          Returns the asset tag persistence.
 CompanyLocalService getCompanyLocalService()
          Returns the company local service.
 CompanyPersistence getCompanyPersistence()
          Returns the company persistence.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 CountryPersistence getCountryPersistence()
          Returns the country persistence.
 EmailAddressLocalService getEmailAddressLocalService()
          Returns the email address local service.
 EmailAddressPersistence getEmailAddressPersistence()
          Returns the email address persistence.
 ExpandoRowLocalService getExpandoRowLocalService()
          Returns the expando row local service.
 ExpandoRowPersistence getExpandoRowPersistence()
          Returns the expando row persistence.
 ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
           
 GroupFinder getGroupFinder()
          Returns the group finder.
 GroupLocalService getGroupLocalService()
          Returns the group local service.
 List<Organization> getGroupOrganizations(long groupId)
           
 List<Organization> getGroupOrganizations(long groupId, int start, int end)
           
 List<Organization> getGroupOrganizations(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator)
           
 int getGroupOrganizationsCount(long groupId)
           
 GroupPersistence getGroupPersistence()
          Returns the group persistence.
 long[] getGroupPrimaryKeys(long organizationId)
          Returns the groupIds of the groups associated with the organization.
 IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
           
 ListTypeLocalService getListTypeLocalService()
          Returns the list type local service.
 ListTypePersistence getListTypePersistence()
          Returns the list type persistence.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 Organization getOrganization(long organizationId)
          Returns the organization with the primary key.
 Organization getOrganizationByUuidAndCompanyId(String uuid, long companyId)
          Returns the organization with the matching UUID and company.
 OrganizationFinder getOrganizationFinder()
          Returns the organization finder.
 OrganizationLocalService getOrganizationLocalService()
          Returns the organization local service.
 OrganizationPersistence getOrganizationPersistence()
          Returns the organization persistence.
 List<Organization> getOrganizations(int start, int end)
          Returns a range of all the organizations.
 int getOrganizationsCount()
          Returns the number of organizations.
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 PasswordPolicyFinder getPasswordPolicyFinder()
          Returns the password policy finder.
 PasswordPolicyLocalService getPasswordPolicyLocalService()
          Returns the password policy local service.
 PasswordPolicyPersistence getPasswordPolicyPersistence()
          Returns the password policy persistence.
 PasswordPolicyRelLocalService getPasswordPolicyRelLocalService()
          Returns the password policy rel local service.
 PasswordPolicyRelPersistence getPasswordPolicyRelPersistence()
          Returns the password policy rel persistence.
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 PhoneLocalService getPhoneLocalService()
          Returns the phone local service.
 PhonePersistence getPhonePersistence()
          Returns the phone persistence.
 RegionPersistence getRegionPersistence()
          Returns the region persistence.
 ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 RoleFinder getRoleFinder()
          Returns the role finder.
 RoleLocalService getRoleLocalService()
          Returns the role local service.
 RolePersistence getRolePersistence()
          Returns the role persistence.
 UserFinder getUserFinder()
          Returns the user finder.
 UserGroupRoleFinder getUserGroupRoleFinder()
          Returns the user group role finder.
 UserGroupRoleLocalService getUserGroupRoleLocalService()
          Returns the user group role local service.
 UserGroupRolePersistence getUserGroupRolePersistence()
          Returns the user group role persistence.
 UserLocalService getUserLocalService()
          Returns the user local service.
 List<Organization> getUserOrganizations(long userId)
           
 List<Organization> getUserOrganizations(long userId, int start, int end)
           
 List<Organization> getUserOrganizations(long userId, int start, int end, OrderByComparator<Organization> orderByComparator)
           
 int getUserOrganizationsCount(long userId)
           
 UserPersistence getUserPersistence()
          Returns the user persistence.
 long[] getUserPrimaryKeys(long organizationId)
          Returns the userIds of the users associated with the organization.
 WebsiteLocalService getWebsiteLocalService()
          Returns the website local service.
 WebsitePersistence getWebsitePersistence()
          Returns the website persistence.
 boolean hasGroupOrganization(long groupId, long organizationId)
           
 boolean hasGroupOrganizations(long groupId)
           
 boolean hasUserOrganization(long userId, long organizationId)
           
 boolean hasUserOrganizations(long userId)
           
protected  void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
           
protected  void runSQL(String sql)
          Performs a SQL query.
 void setAddressLocalService(AddressLocalService addressLocalService)
          Sets the address local service.
 void setAddressPersistence(AddressPersistence addressPersistence)
          Sets the address persistence.
 void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
          Sets the asset category finder.
 void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
          Sets the asset entry finder.
 void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void setAssetTagFinder(AssetTagFinder assetTagFinder)
          Sets the asset tag finder.
 void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
          Sets the asset tag local service.
 void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void setCompanyLocalService(CompanyLocalService companyLocalService)
          Sets the company local service.
 void setCompanyPersistence(CompanyPersistence companyPersistence)
          Sets the company persistence.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setCountryPersistence(CountryPersistence countryPersistence)
          Sets the country persistence.
 void setEmailAddressLocalService(EmailAddressLocalService emailAddressLocalService)
          Sets the email address local service.
 void setEmailAddressPersistence(EmailAddressPersistence emailAddressPersistence)
          Sets the email address persistence.
 void setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
          Sets the expando row local service.
 void setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
          Sets the expando row persistence.
 void setGroupFinder(GroupFinder groupFinder)
          Sets the group finder.
 void setGroupLocalService(GroupLocalService groupLocalService)
          Sets the group local service.
 void setGroupOrganizations(long groupId, long[] organizationIds)
           
 void setGroupPersistence(GroupPersistence groupPersistence)
          Sets the group persistence.
 void setListTypeLocalService(ListTypeLocalService listTypeLocalService)
          Sets the list type local service.
 void setListTypePersistence(ListTypePersistence listTypePersistence)
          Sets the list type persistence.
 void setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 void setOrganizationLocalService(OrganizationLocalService organizationLocalService)
          Sets the organization local service.
 void setOrganizationPersistence(OrganizationPersistence organizationPersistence)
          Sets the organization persistence.
 void setPasswordPolicyFinder(PasswordPolicyFinder passwordPolicyFinder)
          Sets the password policy finder.
 void setPasswordPolicyLocalService(PasswordPolicyLocalService passwordPolicyLocalService)
          Sets the password policy local service.
 void setPasswordPolicyPersistence(PasswordPolicyPersistence passwordPolicyPersistence)
          Sets the password policy persistence.
 void setPasswordPolicyRelLocalService(PasswordPolicyRelLocalService passwordPolicyRelLocalService)
          Sets the password policy rel local service.
 void setPasswordPolicyRelPersistence(PasswordPolicyRelPersistence passwordPolicyRelPersistence)
          Sets the password policy rel persistence.
 void setPhoneLocalService(PhoneLocalService phoneLocalService)
          Sets the phone local service.
 void setPhonePersistence(PhonePersistence phonePersistence)
          Sets the phone persistence.
 void setRegionPersistence(RegionPersistence regionPersistence)
          Sets the region persistence.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setRoleFinder(RoleFinder roleFinder)
          Sets the role finder.
 void setRoleLocalService(RoleLocalService roleLocalService)
          Sets the role local service.
 void setRolePersistence(RolePersistence rolePersistence)
          Sets the role persistence.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder)
          Sets the user group role finder.
 void setUserGroupRoleLocalService(UserGroupRoleLocalService userGroupRoleLocalService)
          Sets the user group role local service.
 void setUserGroupRolePersistence(UserGroupRolePersistence userGroupRolePersistence)
          Sets the user group role persistence.
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserOrganizations(long userId, long[] organizationIds)
           
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 void setWebsiteLocalService(WebsiteLocalService websiteLocalService)
          Sets the website local service.
 void setWebsitePersistence(WebsitePersistence websitePersistence)
          Sets the website persistence.
 Organization updateOrganization(Organization organization)
          Updates the organization in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.OrganizationLocalService
addOrganization, addOrganization, addOrganization, addOrganizationResources, addPasswordPolicyOrganizations, deleteLogo, fetchOrganization, getGroupUserOrganizations, getNoAssetOrganizations, getOrganization, getOrganizationId, getOrganizations, getOrganizations, getOrganizations, getOrganizations, getOrganizationsCount, getParentOrganizations, getSuborganizations, getSuborganizations, getSuborganizationsCount, getSubsetOrganizations, getUserOrganizationIds, getUserOrganizations, hasPasswordPolicyOrganization, hasUserOrganization, rebuildTree, search, search, search, search, search, search, searchCount, searchCount, searchOrganizations, searchOrganizations, unsetGroupOrganizations, unsetPasswordPolicyOrganizations, updateAsset, updateOrganization, updateOrganization, updateOrganization
 

Field Detail

organizationLocalService

@BeanReference(type=OrganizationLocalService.class)
protected OrganizationLocalService organizationLocalService

organizationPersistence

@BeanReference(type=OrganizationPersistence.class)
protected OrganizationPersistence organizationPersistence

organizationFinder

@BeanReference(type=OrganizationFinder.class)
protected OrganizationFinder organizationFinder

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

addressLocalService

@BeanReference(type=AddressLocalService.class)
protected AddressLocalService addressLocalService

addressPersistence

@BeanReference(type=AddressPersistence.class)
protected AddressPersistence addressPersistence

companyLocalService

@BeanReference(type=CompanyLocalService.class)
protected CompanyLocalService companyLocalService

companyPersistence

@BeanReference(type=CompanyPersistence.class)
protected CompanyPersistence companyPersistence

countryPersistence

@BeanReference(type=CountryPersistence.class)
protected CountryPersistence countryPersistence

emailAddressLocalService

@BeanReference(type=EmailAddressLocalService.class)
protected EmailAddressLocalService emailAddressLocalService

emailAddressPersistence

@BeanReference(type=EmailAddressPersistence.class)
protected EmailAddressPersistence emailAddressPersistence

groupLocalService

@BeanReference(type=GroupLocalService.class)
protected GroupLocalService groupLocalService

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

groupFinder

@BeanReference(type=GroupFinder.class)
protected GroupFinder groupFinder

listTypeLocalService

@BeanReference(type=ListTypeLocalService.class)
protected ListTypeLocalService listTypeLocalService

listTypePersistence

@BeanReference(type=ListTypePersistence.class)
protected ListTypePersistence listTypePersistence

assetCategoryLocalService

@BeanReference(type=AssetCategoryLocalService.class)
protected AssetCategoryLocalService assetCategoryLocalService

assetCategoryPersistence

@BeanReference(type=AssetCategoryPersistence.class)
protected AssetCategoryPersistence assetCategoryPersistence

assetCategoryFinder

@BeanReference(type=AssetCategoryFinder.class)
protected AssetCategoryFinder assetCategoryFinder

assetEntryLocalService

@BeanReference(type=AssetEntryLocalService.class)
protected AssetEntryLocalService assetEntryLocalService

assetEntryPersistence

@BeanReference(type=AssetEntryPersistence.class)
protected AssetEntryPersistence assetEntryPersistence

assetEntryFinder

@BeanReference(type=AssetEntryFinder.class)
protected AssetEntryFinder assetEntryFinder

assetTagLocalService

@BeanReference(type=AssetTagLocalService.class)
protected AssetTagLocalService assetTagLocalService

assetTagPersistence

@BeanReference(type=AssetTagPersistence.class)
protected AssetTagPersistence assetTagPersistence

assetTagFinder

@BeanReference(type=AssetTagFinder.class)
protected AssetTagFinder assetTagFinder

expandoRowLocalService

@BeanReference(type=ExpandoRowLocalService.class)
protected ExpandoRowLocalService expandoRowLocalService

expandoRowPersistence

@BeanReference(type=ExpandoRowPersistence.class)
protected ExpandoRowPersistence expandoRowPersistence

passwordPolicyLocalService

@BeanReference(type=PasswordPolicyLocalService.class)
protected PasswordPolicyLocalService passwordPolicyLocalService

passwordPolicyPersistence

@BeanReference(type=PasswordPolicyPersistence.class)
protected PasswordPolicyPersistence passwordPolicyPersistence

passwordPolicyFinder

@BeanReference(type=PasswordPolicyFinder.class)
protected PasswordPolicyFinder passwordPolicyFinder

passwordPolicyRelLocalService

@BeanReference(type=PasswordPolicyRelLocalService.class)
protected PasswordPolicyRelLocalService passwordPolicyRelLocalService

passwordPolicyRelPersistence

@BeanReference(type=PasswordPolicyRelPersistence.class)
protected PasswordPolicyRelPersistence passwordPolicyRelPersistence

phoneLocalService

@BeanReference(type=PhoneLocalService.class)
protected PhoneLocalService phoneLocalService

phonePersistence

@BeanReference(type=PhonePersistence.class)
protected PhonePersistence phonePersistence

regionPersistence

@BeanReference(type=RegionPersistence.class)
protected RegionPersistence regionPersistence

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

roleLocalService

@BeanReference(type=RoleLocalService.class)
protected RoleLocalService roleLocalService

rolePersistence

@BeanReference(type=RolePersistence.class)
protected RolePersistence rolePersistence

roleFinder

@BeanReference(type=RoleFinder.class)
protected RoleFinder roleFinder

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder

userGroupRoleLocalService

@BeanReference(type=UserGroupRoleLocalService.class)
protected UserGroupRoleLocalService userGroupRoleLocalService

userGroupRolePersistence

@BeanReference(type=UserGroupRolePersistence.class)
protected UserGroupRolePersistence userGroupRolePersistence

userGroupRoleFinder

@BeanReference(type=UserGroupRoleFinder.class)
protected UserGroupRoleFinder userGroupRoleFinder

websiteLocalService

@BeanReference(type=WebsiteLocalService.class)
protected WebsiteLocalService websiteLocalService

websitePersistence

@BeanReference(type=WebsitePersistence.class)
protected WebsitePersistence websitePersistence

persistedModelLocalServiceRegistry

@BeanReference(type=PersistedModelLocalServiceRegistry.class)
protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

OrganizationLocalServiceBaseImpl

public OrganizationLocalServiceBaseImpl()
Method Detail

addOrganization

@Indexable(type=REINDEX)
public Organization addOrganization(Organization organization)
Adds the organization to the database. Also notifies the appropriate model listeners.

Specified by:
addOrganization in interface OrganizationLocalService
Parameters:
organization - the organization
Returns:
the organization that was added

createOrganization

public Organization createOrganization(long organizationId)
Creates a new organization with the primary key. Does not add the organization to the database.

Specified by:
createOrganization in interface OrganizationLocalService
Parameters:
organizationId - the primary key for the new organization
Returns:
the new organization

deleteOrganization

@Indexable(type=DELETE)
public Organization deleteOrganization(long organizationId)
                                throws PortalException
Deletes the organization with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteOrganization in interface OrganizationLocalService
Parameters:
organizationId - the primary key of the organization
Returns:
the organization that was removed
Throws:
PortalException - if a organization with the primary key could not be found

deleteOrganization

@Indexable(type=DELETE)
public Organization deleteOrganization(Organization organization)
                                throws PortalException
Deletes the organization from the database. Also notifies the appropriate model listeners.

Specified by:
deleteOrganization in interface OrganizationLocalService
Parameters:
organization - the organization
Returns:
the organization that was removed
Throws:
PortalException

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface OrganizationLocalService

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface OrganizationLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end)
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface OrganizationLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end,
                                OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface OrganizationLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface OrganizationLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery,
                              Projection projection)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface OrganizationLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchOrganization

public Organization fetchOrganization(long organizationId)
Specified by:
fetchOrganization in interface OrganizationLocalService

fetchOrganizationByUuidAndCompanyId

public Organization fetchOrganizationByUuidAndCompanyId(String uuid,
                                                        long companyId)
Returns the organization with the matching UUID and company.

Specified by:
fetchOrganizationByUuidAndCompanyId in interface OrganizationLocalService
Parameters:
uuid - the organization's UUID
companyId - the primary key of the company
Returns:
the matching organization, or null if a matching organization could not be found

getOrganization

public Organization getOrganization(long organizationId)
                             throws PortalException
Returns the organization with the primary key.

Specified by:
getOrganization in interface OrganizationLocalService
Parameters:
organizationId - the primary key of the organization
Returns:
the organization
Throws:
PortalException - if a organization with the primary key could not be found

getActionableDynamicQuery

public ActionableDynamicQuery getActionableDynamicQuery()
Specified by:
getActionableDynamicQuery in interface OrganizationLocalService

getIndexableActionableDynamicQuery

public IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
Specified by:
getIndexableActionableDynamicQuery in interface OrganizationLocalService

initActionableDynamicQuery

protected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)

getExportActionableDynamicQuery

public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
Specified by:
getExportActionableDynamicQuery in interface OrganizationLocalService

deletePersistedModel

public PersistedModel deletePersistedModel(PersistedModel persistedModel)
                                    throws PortalException
Specified by:
deletePersistedModel in interface OrganizationLocalService
Specified by:
deletePersistedModel in interface PersistedModelLocalService
Throws:
PortalException

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException
Specified by:
getPersistedModel in interface OrganizationLocalService
Specified by:
getPersistedModel in interface PersistedModelLocalService
Throws:
PortalException

getOrganizationByUuidAndCompanyId

public Organization getOrganizationByUuidAndCompanyId(String uuid,
                                                      long companyId)
                                               throws PortalException
Returns the organization with the matching UUID and company.

Specified by:
getOrganizationByUuidAndCompanyId in interface OrganizationLocalService
Parameters:
uuid - the organization's UUID
companyId - the primary key of the company
Returns:
the matching organization
Throws:
PortalException - if a matching organization could not be found

getOrganizations

public List<Organization> getOrganizations(int start,
                                           int end)
Returns a range of all the organizations.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getOrganizations in interface OrganizationLocalService
Parameters:
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of organizations

getOrganizationsCount

public int getOrganizationsCount()
Returns the number of organizations.

Specified by:
getOrganizationsCount in interface OrganizationLocalService
Returns:
the number of organizations

updateOrganization

@Indexable(type=REINDEX)
public Organization updateOrganization(Organization organization)
Updates the organization in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateOrganization in interface OrganizationLocalService
Parameters:
organization - the organization
Returns:
the organization that was updated

addGroupOrganization

public void addGroupOrganization(long groupId,
                                 long organizationId)
Specified by:
addGroupOrganization in interface OrganizationLocalService

addGroupOrganization

public void addGroupOrganization(long groupId,
                                 Organization organization)
Specified by:
addGroupOrganization in interface OrganizationLocalService

addGroupOrganizations

public void addGroupOrganizations(long groupId,
                                  long[] organizationIds)
Specified by:
addGroupOrganizations in interface OrganizationLocalService

addGroupOrganizations

public void addGroupOrganizations(long groupId,
                                  List<Organization> Organizations)
Specified by:
addGroupOrganizations in interface OrganizationLocalService

clearGroupOrganizations

public void clearGroupOrganizations(long groupId)
Specified by:
clearGroupOrganizations in interface OrganizationLocalService

deleteGroupOrganization

public void deleteGroupOrganization(long groupId,
                                    long organizationId)
Specified by:
deleteGroupOrganization in interface OrganizationLocalService

deleteGroupOrganization

public void deleteGroupOrganization(long groupId,
                                    Organization organization)
Specified by:
deleteGroupOrganization in interface OrganizationLocalService

deleteGroupOrganizations

public void deleteGroupOrganizations(long groupId,
                                     long[] organizationIds)
Specified by:
deleteGroupOrganizations in interface OrganizationLocalService

deleteGroupOrganizations

public void deleteGroupOrganizations(long groupId,
                                     List<Organization> Organizations)
Specified by:
deleteGroupOrganizations in interface OrganizationLocalService

getGroupPrimaryKeys

public long[] getGroupPrimaryKeys(long organizationId)
Returns the groupIds of the groups associated with the organization.

Specified by:
getGroupPrimaryKeys in interface OrganizationLocalService
Parameters:
organizationId - the organizationId of the organization
Returns:
long[] the groupIds of groups associated with the organization

getGroupOrganizations

public List<Organization> getGroupOrganizations(long groupId)
Specified by:
getGroupOrganizations in interface OrganizationLocalService

getGroupOrganizations

public List<Organization> getGroupOrganizations(long groupId,
                                                int start,
                                                int end)
Specified by:
getGroupOrganizations in interface OrganizationLocalService

getGroupOrganizations

public List<Organization> getGroupOrganizations(long groupId,
                                                int start,
                                                int end,
                                                OrderByComparator<Organization> orderByComparator)
Specified by:
getGroupOrganizations in interface OrganizationLocalService

getGroupOrganizationsCount

public int getGroupOrganizationsCount(long groupId)
Specified by:
getGroupOrganizationsCount in interface OrganizationLocalService

hasGroupOrganization

public boolean hasGroupOrganization(long groupId,
                                    long organizationId)
Specified by:
hasGroupOrganization in interface OrganizationLocalService

hasGroupOrganizations

public boolean hasGroupOrganizations(long groupId)
Specified by:
hasGroupOrganizations in interface OrganizationLocalService

setGroupOrganizations

public void setGroupOrganizations(long groupId,
                                  long[] organizationIds)
Specified by:
setGroupOrganizations in interface OrganizationLocalService

addUserOrganization

public void addUserOrganization(long userId,
                                long organizationId)
Specified by:
addUserOrganization in interface OrganizationLocalService

addUserOrganization

public void addUserOrganization(long userId,
                                Organization organization)
Specified by:
addUserOrganization in interface OrganizationLocalService

addUserOrganizations

public void addUserOrganizations(long userId,
                                 long[] organizationIds)
Specified by:
addUserOrganizations in interface OrganizationLocalService

addUserOrganizations

public void addUserOrganizations(long userId,
                                 List<Organization> Organizations)
Specified by:
addUserOrganizations in interface OrganizationLocalService

clearUserOrganizations

public void clearUserOrganizations(long userId)
Specified by:
clearUserOrganizations in interface OrganizationLocalService

deleteUserOrganization

public void deleteUserOrganization(long userId,
                                   long organizationId)
Specified by:
deleteUserOrganization in interface OrganizationLocalService

deleteUserOrganization

public void deleteUserOrganization(long userId,
                                   Organization organization)
Specified by:
deleteUserOrganization in interface OrganizationLocalService

deleteUserOrganizations

public void deleteUserOrganizations(long userId,
                                    long[] organizationIds)
Specified by:
deleteUserOrganizations in interface OrganizationLocalService

deleteUserOrganizations

public void deleteUserOrganizations(long userId,
                                    List<Organization> Organizations)
Specified by:
deleteUserOrganizations in interface OrganizationLocalService

getUserPrimaryKeys

public long[] getUserPrimaryKeys(long organizationId)
Returns the userIds of the users associated with the organization.

Specified by:
getUserPrimaryKeys in interface OrganizationLocalService
Parameters:
organizationId - the organizationId of the organization
Returns:
long[] the userIds of users associated with the organization

getUserOrganizations

public List<Organization> getUserOrganizations(long userId)
Specified by:
getUserOrganizations in interface OrganizationLocalService

getUserOrganizations

public List<Organization> getUserOrganizations(long userId,
                                               int start,
                                               int end)
Specified by:
getUserOrganizations in interface OrganizationLocalService

getUserOrganizations

public List<Organization> getUserOrganizations(long userId,
                                               int start,
                                               int end,
                                               OrderByComparator<Organization> orderByComparator)
Specified by:
getUserOrganizations in interface OrganizationLocalService

getUserOrganizationsCount

public int getUserOrganizationsCount(long userId)
Specified by:
getUserOrganizationsCount in interface OrganizationLocalService

hasUserOrganization

public boolean hasUserOrganization(long userId,
                                   long organizationId)
Specified by:
hasUserOrganization in interface OrganizationLocalService

hasUserOrganizations

public boolean hasUserOrganizations(long userId)
Specified by:
hasUserOrganizations in interface OrganizationLocalService

setUserOrganizations

public void setUserOrganizations(long userId,
                                 long[] organizationIds)
Specified by:
setUserOrganizations in interface OrganizationLocalService

getOrganizationLocalService

public OrganizationLocalService getOrganizationLocalService()
Returns the organization local service.

Returns:
the organization local service

setOrganizationLocalService

public void setOrganizationLocalService(OrganizationLocalService organizationLocalService)
Sets the organization local service.

Parameters:
organizationLocalService - the organization local service

getOrganizationPersistence

public OrganizationPersistence getOrganizationPersistence()
Returns the organization persistence.

Returns:
the organization persistence

setOrganizationPersistence

public void setOrganizationPersistence(OrganizationPersistence organizationPersistence)
Sets the organization persistence.

Parameters:
organizationPersistence - the organization persistence

getOrganizationFinder

public OrganizationFinder getOrganizationFinder()
Returns the organization finder.

Returns:
the organization finder

setOrganizationFinder

public void setOrganizationFinder(OrganizationFinder organizationFinder)
Sets the organization finder.

Parameters:
organizationFinder - the organization finder

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getAddressLocalService

public AddressLocalService getAddressLocalService()
Returns the address local service.

Returns:
the address local service

setAddressLocalService

public void setAddressLocalService(AddressLocalService addressLocalService)
Sets the address local service.

Parameters:
addressLocalService - the address local service

getAddressPersistence

public AddressPersistence getAddressPersistence()
Returns the address persistence.

Returns:
the address persistence

setAddressPersistence

public void setAddressPersistence(AddressPersistence addressPersistence)
Sets the address persistence.

Parameters:
addressPersistence - the address persistence

getCompanyLocalService

public CompanyLocalService getCompanyLocalService()
Returns the company local service.

Returns:
the company local service

setCompanyLocalService

public void setCompanyLocalService(CompanyLocalService companyLocalService)
Sets the company local service.

Parameters:
companyLocalService - the company local service

getCompanyPersistence

public CompanyPersistence getCompanyPersistence()
Returns the company persistence.

Returns:
the company persistence

setCompanyPersistence

public void setCompanyPersistence(CompanyPersistence companyPersistence)
Sets the company persistence.

Parameters:
companyPersistence - the company persistence

getCountryPersistence

public CountryPersistence getCountryPersistence()
Returns the country persistence.

Returns:
the country persistence

setCountryPersistence

public void setCountryPersistence(CountryPersistence countryPersistence)
Sets the country persistence.

Parameters:
countryPersistence - the country persistence

getEmailAddressLocalService

public EmailAddressLocalService getEmailAddressLocalService()
Returns the email address local service.

Returns:
the email address local service

setEmailAddressLocalService

public void setEmailAddressLocalService(EmailAddressLocalService emailAddressLocalService)
Sets the email address local service.

Parameters:
emailAddressLocalService - the email address local service

getEmailAddressPersistence

public EmailAddressPersistence getEmailAddressPersistence()
Returns the email address persistence.

Returns:
the email address persistence

setEmailAddressPersistence

public void setEmailAddressPersistence(EmailAddressPersistence emailAddressPersistence)
Sets the email address persistence.

Parameters:
emailAddressPersistence - the email address persistence

getGroupLocalService

public GroupLocalService getGroupLocalService()
Returns the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupPersistence

public GroupPersistence getGroupPersistence()
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public GroupFinder getGroupFinder()
Returns the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getListTypeLocalService

public ListTypeLocalService getListTypeLocalService()
Returns the list type local service.

Returns:
the list type local service

setListTypeLocalService

public void setListTypeLocalService(ListTypeLocalService listTypeLocalService)
Sets the list type local service.

Parameters:
listTypeLocalService - the list type local service

getListTypePersistence

public ListTypePersistence getListTypePersistence()
Returns the list type persistence.

Returns:
the list type persistence

setListTypePersistence

public void setListTypePersistence(ListTypePersistence listTypePersistence)
Sets the list type persistence.

Parameters:
listTypePersistence - the list type persistence

getAssetCategoryLocalService

public AssetCategoryLocalService getAssetCategoryLocalService()
Returns the asset category local service.

Returns:
the asset category local service

setAssetCategoryLocalService

public void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
Sets the asset category local service.

Parameters:
assetCategoryLocalService - the asset category local service

getAssetCategoryPersistence

public AssetCategoryPersistence getAssetCategoryPersistence()
Returns the asset category persistence.

Returns:
the asset category persistence

setAssetCategoryPersistence

public void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
Sets the asset category persistence.

Parameters:
assetCategoryPersistence - the asset category persistence

getAssetCategoryFinder

public AssetCategoryFinder getAssetCategoryFinder()
Returns the asset category finder.

Returns:
the asset category finder

setAssetCategoryFinder

public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
Sets the asset category finder.

Parameters:
assetCategoryFinder - the asset category finder

getAssetEntryLocalService

public AssetEntryLocalService getAssetEntryLocalService()
Returns the asset entry local service.

Returns:
the asset entry local service

setAssetEntryLocalService

public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service.

Parameters:
assetEntryLocalService - the asset entry local service

getAssetEntryPersistence

public AssetEntryPersistence getAssetEntryPersistence()
Returns the asset entry persistence.

Returns:
the asset entry persistence

setAssetEntryPersistence

public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.

Parameters:
assetEntryPersistence - the asset entry persistence

getAssetEntryFinder

public AssetEntryFinder getAssetEntryFinder()
Returns the asset entry finder.

Returns:
the asset entry finder

setAssetEntryFinder

public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.

Parameters:
assetEntryFinder - the asset entry finder

getAssetTagLocalService

public AssetTagLocalService getAssetTagLocalService()
Returns the asset tag local service.

Returns:
the asset tag local service

setAssetTagLocalService

public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
Sets the asset tag local service.

Parameters:
assetTagLocalService - the asset tag local service

getAssetTagPersistence

public AssetTagPersistence getAssetTagPersistence()
Returns the asset tag persistence.

Returns:
the asset tag persistence

setAssetTagPersistence

public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence.

Parameters:
assetTagPersistence - the asset tag persistence

getAssetTagFinder

public AssetTagFinder getAssetTagFinder()
Returns the asset tag finder.

Returns:
the asset tag finder

setAssetTagFinder

public void setAssetTagFinder(AssetTagFinder assetTagFinder)
Sets the asset tag finder.

Parameters:
assetTagFinder - the asset tag finder

getExpandoRowLocalService

public ExpandoRowLocalService getExpandoRowLocalService()
Returns the expando row local service.

Returns:
the expando row local service

setExpandoRowLocalService

public void setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
Sets the expando row local service.

Parameters:
expandoRowLocalService - the expando row local service

getExpandoRowPersistence

public ExpandoRowPersistence getExpandoRowPersistence()
Returns the expando row persistence.

Returns:
the expando row persistence

setExpandoRowPersistence

public void setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
Sets the expando row persistence.

Parameters:
expandoRowPersistence - the expando row persistence

getPasswordPolicyLocalService

public PasswordPolicyLocalService getPasswordPolicyLocalService()
Returns the password policy local service.

Returns:
the password policy local service

setPasswordPolicyLocalService

public void setPasswordPolicyLocalService(PasswordPolicyLocalService passwordPolicyLocalService)
Sets the password policy local service.

Parameters:
passwordPolicyLocalService - the password policy local service

getPasswordPolicyPersistence

public PasswordPolicyPersistence getPasswordPolicyPersistence()
Returns the password policy persistence.

Returns:
the password policy persistence

setPasswordPolicyPersistence

public void setPasswordPolicyPersistence(PasswordPolicyPersistence passwordPolicyPersistence)
Sets the password policy persistence.

Parameters:
passwordPolicyPersistence - the password policy persistence

getPasswordPolicyFinder

public PasswordPolicyFinder getPasswordPolicyFinder()
Returns the password policy finder.

Returns:
the password policy finder

setPasswordPolicyFinder

public void setPasswordPolicyFinder(PasswordPolicyFinder passwordPolicyFinder)
Sets the password policy finder.

Parameters:
passwordPolicyFinder - the password policy finder

getPasswordPolicyRelLocalService

public PasswordPolicyRelLocalService getPasswordPolicyRelLocalService()
Returns the password policy rel local service.

Returns:
the password policy rel local service

setPasswordPolicyRelLocalService

public void setPasswordPolicyRelLocalService(PasswordPolicyRelLocalService passwordPolicyRelLocalService)
Sets the password policy rel local service.

Parameters:
passwordPolicyRelLocalService - the password policy rel local service

getPasswordPolicyRelPersistence

public PasswordPolicyRelPersistence getPasswordPolicyRelPersistence()
Returns the password policy rel persistence.

Returns:
the password policy rel persistence

setPasswordPolicyRelPersistence

public void setPasswordPolicyRelPersistence(PasswordPolicyRelPersistence passwordPolicyRelPersistence)
Sets the password policy rel persistence.

Parameters:
passwordPolicyRelPersistence - the password policy rel persistence

getPhoneLocalService

public PhoneLocalService getPhoneLocalService()
Returns the phone local service.

Returns:
the phone local service

setPhoneLocalService

public void setPhoneLocalService(PhoneLocalService phoneLocalService)
Sets the phone local service.

Parameters:
phoneLocalService - the phone local service

getPhonePersistence

public PhonePersistence getPhonePersistence()
Returns the phone persistence.

Returns:
the phone persistence

setPhonePersistence

public void setPhonePersistence(PhonePersistence phonePersistence)
Sets the phone persistence.

Parameters:
phonePersistence - the phone persistence

getRegionPersistence

public RegionPersistence getRegionPersistence()
Returns the region persistence.

Returns:
the region persistence

setRegionPersistence

public void setRegionPersistence(RegionPersistence regionPersistence)
Sets the region persistence.

Parameters:
regionPersistence - the region persistence

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getRoleLocalService

public RoleLocalService getRoleLocalService()
Returns the role local service.

Returns:
the role local service

setRoleLocalService

public void setRoleLocalService(RoleLocalService roleLocalService)
Sets the role local service.

Parameters:
roleLocalService - the role local service

getRolePersistence

public RolePersistence getRolePersistence()
Returns the role persistence.

Returns:
the role persistence

setRolePersistence

public void setRolePersistence(RolePersistence rolePersistence)
Sets the role persistence.

Parameters:
rolePersistence - the role persistence

getRoleFinder

public RoleFinder getRoleFinder()
Returns the role finder.

Returns:
the role finder

setRoleFinder

public void setRoleFinder(RoleFinder roleFinder)
Sets the role finder.

Parameters:
roleFinder - the role finder

getUserLocalService

public UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserPersistence

public UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getUserGroupRoleLocalService

public UserGroupRoleLocalService getUserGroupRoleLocalService()
Returns the user group role local service.

Returns:
the user group role local service

setUserGroupRoleLocalService

public void setUserGroupRoleLocalService(UserGroupRoleLocalService userGroupRoleLocalService)
Sets the user group role local service.

Parameters:
userGroupRoleLocalService - the user group role local service

getUserGroupRolePersistence

public UserGroupRolePersistence getUserGroupRolePersistence()
Returns the user group role persistence.

Returns:
the user group role persistence

setUserGroupRolePersistence

public void setUserGroupRolePersistence(UserGroupRolePersistence userGroupRolePersistence)
Sets the user group role persistence.

Parameters:
userGroupRolePersistence - the user group role persistence

getUserGroupRoleFinder

public UserGroupRoleFinder getUserGroupRoleFinder()
Returns the user group role finder.

Returns:
the user group role finder

setUserGroupRoleFinder

public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder)
Sets the user group role finder.

Parameters:
userGroupRoleFinder - the user group role finder

getWebsiteLocalService

public WebsiteLocalService getWebsiteLocalService()
Returns the website local service.

Returns:
the website local service

setWebsiteLocalService

public void setWebsiteLocalService(WebsiteLocalService websiteLocalService)
Sets the website local service.

Parameters:
websiteLocalService - the website local service

getWebsitePersistence

public WebsitePersistence getWebsitePersistence()
Returns the website persistence.

Returns:
the website persistence

setWebsitePersistence

public void setWebsitePersistence(WebsitePersistence websitePersistence)
Sets the website persistence.

Parameters:
websitePersistence - the website persistence

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface OrganizationLocalService
Returns:
the OSGi service identifier

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ce-b4