public abstract class OrganizationLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.OrganizationLocalService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in OrganizationLocalServiceImpl.
OrganizationLocalServiceImpl| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portal.kernel.service.AddressLocalService |
addressLocalService |
protected com.liferay.portal.kernel.service.persistence.AddressPersistence |
addressPersistence |
protected com.liferay.asset.kernel.service.persistence.AssetCategoryFinder |
assetCategoryFinder |
protected com.liferay.asset.kernel.service.AssetCategoryLocalService |
assetCategoryLocalService |
protected com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence |
assetCategoryPersistence |
protected com.liferay.asset.kernel.service.persistence.AssetEntryFinder |
assetEntryFinder |
protected com.liferay.asset.kernel.service.AssetEntryLocalService |
assetEntryLocalService |
protected com.liferay.asset.kernel.service.persistence.AssetEntryPersistence |
assetEntryPersistence |
protected com.liferay.asset.kernel.service.persistence.AssetTagFinder |
assetTagFinder |
protected com.liferay.asset.kernel.service.AssetTagLocalService |
assetTagLocalService |
protected com.liferay.asset.kernel.service.persistence.AssetTagPersistence |
assetTagPersistence |
protected com.liferay.portal.kernel.service.CompanyLocalService |
companyLocalService |
protected com.liferay.portal.kernel.service.persistence.CompanyPersistence |
companyPersistence |
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.persistence.CountryPersistence |
countryPersistence |
protected com.liferay.portal.kernel.service.EmailAddressLocalService |
emailAddressLocalService |
protected com.liferay.portal.kernel.service.persistence.EmailAddressPersistence |
emailAddressPersistence |
protected com.liferay.expando.kernel.service.ExpandoRowLocalService |
expandoRowLocalService |
protected com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence |
expandoRowPersistence |
protected com.liferay.portal.kernel.service.persistence.GroupFinder |
groupFinder |
protected com.liferay.portal.kernel.service.GroupLocalService |
groupLocalService |
protected com.liferay.portal.kernel.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.kernel.service.ListTypeLocalService |
listTypeLocalService |
protected com.liferay.portal.kernel.service.persistence.ListTypePersistence |
listTypePersistence |
protected com.liferay.portal.kernel.service.persistence.OrganizationFinder |
organizationFinder |
protected com.liferay.portal.kernel.service.OrganizationLocalService |
organizationLocalService |
protected com.liferay.portal.kernel.service.persistence.OrganizationPersistence |
organizationPersistence |
protected com.liferay.portal.kernel.service.PasswordPolicyRelLocalService |
passwordPolicyRelLocalService |
protected com.liferay.portal.kernel.service.persistence.PasswordPolicyRelPersistence |
passwordPolicyRelPersistence |
protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
protected com.liferay.portal.kernel.service.PhoneLocalService |
phoneLocalService |
protected com.liferay.portal.kernel.service.persistence.PhonePersistence |
phonePersistence |
protected com.liferay.portal.kernel.service.persistence.RegionPersistence |
regionPersistence |
protected com.liferay.portal.kernel.service.ResourceLocalService |
resourceLocalService |
protected com.liferay.portal.kernel.service.persistence.RoleFinder |
roleFinder |
protected com.liferay.portal.kernel.service.RoleLocalService |
roleLocalService |
protected com.liferay.portal.kernel.service.persistence.RolePersistence |
rolePersistence |
protected com.liferay.portal.kernel.service.persistence.UserFinder |
userFinder |
protected com.liferay.portal.kernel.service.persistence.UserGroupRoleFinder |
userGroupRoleFinder |
protected com.liferay.portal.kernel.service.UserGroupRoleLocalService |
userGroupRoleLocalService |
protected com.liferay.portal.kernel.service.persistence.UserGroupRolePersistence |
userGroupRolePersistence |
protected com.liferay.portal.kernel.service.UserLocalService |
userLocalService |
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence |
protected com.liferay.portal.kernel.service.WebsiteLocalService |
websiteLocalService |
protected com.liferay.portal.kernel.service.persistence.WebsitePersistence |
websitePersistence |
| Constructor and Description |
|---|
OrganizationLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGroupOrganization(long groupId,
long organizationId) |
void |
addGroupOrganization(long groupId,
com.liferay.portal.kernel.model.Organization organization) |
void |
addGroupOrganizations(long groupId,
List<com.liferay.portal.kernel.model.Organization> organizations) |
void |
addGroupOrganizations(long groupId,
long[] organizationIds) |
com.liferay.portal.kernel.model.Organization |
addOrganization(com.liferay.portal.kernel.model.Organization organization)
Adds the organization to the database.
|
void |
addUserOrganization(long userId,
long organizationId) |
void |
addUserOrganization(long userId,
com.liferay.portal.kernel.model.Organization organization) |
void |
addUserOrganizations(long userId,
List<com.liferay.portal.kernel.model.Organization> organizations) |
void |
addUserOrganizations(long userId,
long[] organizationIds) |
void |
afterPropertiesSet() |
void |
clearGroupOrganizations(long groupId) |
void |
clearUserOrganizations(long userId) |
com.liferay.portal.kernel.model.Organization |
createOrganization(long organizationId)
Creates a new organization with the primary key.
|
void |
deleteGroupOrganization(long groupId,
long organizationId) |
void |
deleteGroupOrganization(long groupId,
com.liferay.portal.kernel.model.Organization organization) |
void |
deleteGroupOrganizations(long groupId,
List<com.liferay.portal.kernel.model.Organization> organizations) |
void |
deleteGroupOrganizations(long groupId,
long[] organizationIds) |
com.liferay.portal.kernel.model.Organization |
deleteOrganization(long organizationId)
Deletes the organization with the primary key from the database.
|
com.liferay.portal.kernel.model.Organization |
deleteOrganization(com.liferay.portal.kernel.model.Organization organization)
Deletes the organization from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
void |
deleteUserOrganization(long userId,
long organizationId) |
void |
deleteUserOrganization(long userId,
com.liferay.portal.kernel.model.Organization organization) |
void |
deleteUserOrganizations(long userId,
List<com.liferay.portal.kernel.model.Organization> organizations) |
void |
deleteUserOrganizations(long userId,
long[] organizationIds) |
void |
destroy() |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
com.liferay.portal.kernel.model.Organization |
fetchOrganization(long organizationId) |
com.liferay.portal.kernel.model.Organization |
fetchOrganizationByReferenceCode(long companyId,
String externalReferenceCode)
Returns the organization with the matching external reference code and company.
|
com.liferay.portal.kernel.model.Organization |
fetchOrganizationByUuidAndCompanyId(String uuid,
long companyId)
Returns the organization with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.AddressLocalService |
getAddressLocalService()
Returns the address local service.
|
com.liferay.portal.kernel.service.persistence.AddressPersistence |
getAddressPersistence()
Returns the address persistence.
|
com.liferay.asset.kernel.service.persistence.AssetCategoryFinder |
getAssetCategoryFinder()
Returns the asset category finder.
|
com.liferay.asset.kernel.service.AssetCategoryLocalService |
getAssetCategoryLocalService()
Returns the asset category local service.
|
com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence |
getAssetCategoryPersistence()
Returns the asset category persistence.
|
com.liferay.asset.kernel.service.persistence.AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder.
|
com.liferay.asset.kernel.service.AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service.
|
com.liferay.asset.kernel.service.persistence.AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence.
|
com.liferay.asset.kernel.service.persistence.AssetTagFinder |
getAssetTagFinder()
Returns the asset tag finder.
|
com.liferay.asset.kernel.service.AssetTagLocalService |
getAssetTagLocalService()
Returns the asset tag local service.
|
com.liferay.asset.kernel.service.persistence.AssetTagPersistence |
getAssetTagPersistence()
Returns the asset tag persistence.
|
com.liferay.portal.kernel.service.CompanyLocalService |
getCompanyLocalService()
Returns the company local service.
|
com.liferay.portal.kernel.service.persistence.CompanyPersistence |
getCompanyPersistence()
Returns the company persistence.
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.service.persistence.CountryPersistence |
getCountryPersistence()
Returns the country persistence.
|
com.liferay.portal.kernel.service.EmailAddressLocalService |
getEmailAddressLocalService()
Returns the email address local service.
|
com.liferay.portal.kernel.service.persistence.EmailAddressPersistence |
getEmailAddressPersistence()
Returns the email address persistence.
|
com.liferay.expando.kernel.service.ExpandoRowLocalService |
getExpandoRowLocalService()
Returns the expando row local service.
|
com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence |
getExpandoRowPersistence()
Returns the expando row persistence.
|
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.service.persistence.GroupFinder |
getGroupFinder()
Returns the group finder.
|
com.liferay.portal.kernel.service.GroupLocalService |
getGroupLocalService()
Returns the group local service.
|
List<com.liferay.portal.kernel.model.Organization> |
getGroupOrganizations(long groupId) |
List<com.liferay.portal.kernel.model.Organization> |
getGroupOrganizations(long groupId,
int start,
int end) |
List<com.liferay.portal.kernel.model.Organization> |
getGroupOrganizations(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) |
int |
getGroupOrganizationsCount(long groupId) |
com.liferay.portal.kernel.service.persistence.GroupPersistence |
getGroupPersistence()
Returns the group persistence.
|
long[] |
getGroupPrimaryKeys(long organizationId)
Returns the groupIds of the groups associated with the organization.
|
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
com.liferay.portal.kernel.service.ListTypeLocalService |
getListTypeLocalService()
Returns the list type local service.
|
com.liferay.portal.kernel.service.persistence.ListTypePersistence |
getListTypePersistence()
Returns the list type persistence.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
com.liferay.portal.kernel.model.Organization |
getOrganization(long organizationId)
Returns the organization with the primary key.
|
com.liferay.portal.kernel.model.Organization |
getOrganizationByUuidAndCompanyId(String uuid,
long companyId)
Returns the organization with the matching UUID and company.
|
com.liferay.portal.kernel.service.persistence.OrganizationFinder |
getOrganizationFinder()
Returns the organization finder.
|
com.liferay.portal.kernel.service.OrganizationLocalService |
getOrganizationLocalService()
Returns the organization local service.
|
com.liferay.portal.kernel.service.persistence.OrganizationPersistence |
getOrganizationPersistence()
Returns the organization persistence.
|
List<com.liferay.portal.kernel.model.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.
|
com.liferay.portal.kernel.service.PasswordPolicyRelLocalService |
getPasswordPolicyRelLocalService()
Returns the password policy rel local service.
|
com.liferay.portal.kernel.service.persistence.PasswordPolicyRelPersistence |
getPasswordPolicyRelPersistence()
Returns the password policy rel persistence.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
com.liferay.portal.kernel.service.PhoneLocalService |
getPhoneLocalService()
Returns the phone local service.
|
com.liferay.portal.kernel.service.persistence.PhonePersistence |
getPhonePersistence()
Returns the phone persistence.
|
com.liferay.portal.kernel.service.persistence.RegionPersistence |
getRegionPersistence()
Returns the region persistence.
|
com.liferay.portal.kernel.service.ResourceLocalService |
getResourceLocalService()
Returns the resource local service.
|
com.liferay.portal.kernel.service.persistence.RoleFinder |
getRoleFinder()
Returns the role finder.
|
com.liferay.portal.kernel.service.RoleLocalService |
getRoleLocalService()
Returns the role local service.
|
com.liferay.portal.kernel.service.persistence.RolePersistence |
getRolePersistence()
Returns the role persistence.
|
com.liferay.portal.kernel.service.persistence.UserFinder |
getUserFinder()
Returns the user finder.
|
com.liferay.portal.kernel.service.persistence.UserGroupRoleFinder |
getUserGroupRoleFinder()
Returns the user group role finder.
|
com.liferay.portal.kernel.service.UserGroupRoleLocalService |
getUserGroupRoleLocalService()
Returns the user group role local service.
|
com.liferay.portal.kernel.service.persistence.UserGroupRolePersistence |
getUserGroupRolePersistence()
Returns the user group role persistence.
|
com.liferay.portal.kernel.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
List<com.liferay.portal.kernel.model.Organization> |
getUserOrganizations(long userId) |
List<com.liferay.portal.kernel.model.Organization> |
getUserOrganizations(long userId,
int start,
int end) |
List<com.liferay.portal.kernel.model.Organization> |
getUserOrganizations(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) |
int |
getUserOrganizationsCount(long userId) |
com.liferay.portal.kernel.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
long[] |
getUserPrimaryKeys(long organizationId)
Returns the userIds of the users associated with the organization.
|
com.liferay.portal.kernel.service.WebsiteLocalService |
getWebsiteLocalService()
Returns the website local service.
|
com.liferay.portal.kernel.service.persistence.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(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setAddressLocalService(com.liferay.portal.kernel.service.AddressLocalService addressLocalService)
Sets the address local service.
|
void |
setAddressPersistence(com.liferay.portal.kernel.service.persistence.AddressPersistence addressPersistence)
Sets the address persistence.
|
void |
setAssetCategoryFinder(com.liferay.asset.kernel.service.persistence.AssetCategoryFinder assetCategoryFinder)
Sets the asset category finder.
|
void |
setAssetCategoryLocalService(com.liferay.asset.kernel.service.AssetCategoryLocalService assetCategoryLocalService)
Sets the asset category local service.
|
void |
setAssetCategoryPersistence(com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence assetCategoryPersistence)
Sets the asset category persistence.
|
void |
setAssetEntryFinder(com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.
|
void |
setAssetEntryLocalService(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service.
|
void |
setAssetEntryPersistence(com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.
|
void |
setAssetTagFinder(com.liferay.asset.kernel.service.persistence.AssetTagFinder assetTagFinder)
Sets the asset tag finder.
|
void |
setAssetTagLocalService(com.liferay.asset.kernel.service.AssetTagLocalService assetTagLocalService)
Sets the asset tag local service.
|
void |
setAssetTagPersistence(com.liferay.asset.kernel.service.persistence.AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence.
|
void |
setCompanyLocalService(com.liferay.portal.kernel.service.CompanyLocalService companyLocalService)
Sets the company local service.
|
void |
setCompanyPersistence(com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence)
Sets the company persistence.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setCountryPersistence(com.liferay.portal.kernel.service.persistence.CountryPersistence countryPersistence)
Sets the country persistence.
|
void |
setEmailAddressLocalService(com.liferay.portal.kernel.service.EmailAddressLocalService emailAddressLocalService)
Sets the email address local service.
|
void |
setEmailAddressPersistence(com.liferay.portal.kernel.service.persistence.EmailAddressPersistence emailAddressPersistence)
Sets the email address persistence.
|
void |
setExpandoRowLocalService(com.liferay.expando.kernel.service.ExpandoRowLocalService expandoRowLocalService)
Sets the expando row local service.
|
void |
setExpandoRowPersistence(com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence expandoRowPersistence)
Sets the expando row persistence.
|
void |
setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
Sets the group finder.
|
void |
setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
Sets the group local service.
|
void |
setGroupOrganizations(long groupId,
long[] organizationIds) |
void |
setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.
|
void |
setListTypeLocalService(com.liferay.portal.kernel.service.ListTypeLocalService listTypeLocalService)
Sets the list type local service.
|
void |
setListTypePersistence(com.liferay.portal.kernel.service.persistence.ListTypePersistence listTypePersistence)
Sets the list type persistence.
|
void |
setOrganizationFinder(com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder)
Sets the organization finder.
|
void |
setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService)
Sets the organization local service.
|
void |
setOrganizationPersistence(com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence)
Sets the organization persistence.
|
void |
setPasswordPolicyRelLocalService(com.liferay.portal.kernel.service.PasswordPolicyRelLocalService passwordPolicyRelLocalService)
Sets the password policy rel local service.
|
void |
setPasswordPolicyRelPersistence(com.liferay.portal.kernel.service.persistence.PasswordPolicyRelPersistence passwordPolicyRelPersistence)
Sets the password policy rel persistence.
|
void |
setPhoneLocalService(com.liferay.portal.kernel.service.PhoneLocalService phoneLocalService)
Sets the phone local service.
|
void |
setPhonePersistence(com.liferay.portal.kernel.service.persistence.PhonePersistence phonePersistence)
Sets the phone persistence.
|
void |
setRegionPersistence(com.liferay.portal.kernel.service.persistence.RegionPersistence regionPersistence)
Sets the region persistence.
|
void |
setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
Sets the resource local service.
|
void |
setRoleFinder(com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder)
Sets the role finder.
|
void |
setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
Sets the role local service.
|
void |
setRolePersistence(com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence)
Sets the role persistence.
|
void |
setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.
|
void |
setUserGroupRoleFinder(com.liferay.portal.kernel.service.persistence.UserGroupRoleFinder userGroupRoleFinder)
Sets the user group role finder.
|
void |
setUserGroupRoleLocalService(com.liferay.portal.kernel.service.UserGroupRoleLocalService userGroupRoleLocalService)
Sets the user group role local service.
|
void |
setUserGroupRolePersistence(com.liferay.portal.kernel.service.persistence.UserGroupRolePersistence userGroupRolePersistence)
Sets the user group role persistence.
|
void |
setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserOrganizations(long userId,
long[] organizationIds) |
void |
setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.
|
void |
setWebsiteLocalService(com.liferay.portal.kernel.service.WebsiteLocalService websiteLocalService)
Sets the website local service.
|
void |
setWebsitePersistence(com.liferay.portal.kernel.service.persistence.WebsitePersistence websitePersistence)
Sets the website persistence.
|
com.liferay.portal.kernel.model.Organization |
updateOrganization(com.liferay.portal.kernel.model.Organization organization)
Updates the organization in the database or adds it if it does not yet exist.
|
getClassLoader, getLocalizationMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddOrganization, addOrganization, addOrganizationResources, addPasswordPolicyOrganizations, deleteLogo, fetchOrganization, getChildrenTypes, getGroupUserOrganizations, getNoAssetOrganizations, getOrganization, getOrganizationId, getOrganizations, getOrganizations, getOrganizations, getOrganizations, getOrganizations, getOrganizations, getOrganizationsAndUsers, getOrganizationsAndUsersCount, getOrganizationsCount, getOrganizationsCount, getParentOrganizations, getSuborganizations, getSuborganizations, getSuborganizationsCount, getSubsetOrganizations, getTypes, getUserOrganizationIds, getUserOrganizations, hasPasswordPolicyOrganization, hasUserOrganization, isCountryEnabled, isCountryRequired, isRootable, rebuildTree, search, search, search, search, search, search, searchCount, searchCount, searchOrganizations, searchOrganizations, searchOrganizationsAndUsers, searchOrganizationsAndUsersCount, unsetGroupOrganizations, unsetPasswordPolicyOrganizations, updateAsset, updateOrganization@BeanReference(type=com.liferay.portal.kernel.service.OrganizationLocalService.class) protected com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationPersistence.class) protected com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationFinder.class) protected com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.AddressLocalService.class) protected com.liferay.portal.kernel.service.AddressLocalService addressLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.AddressPersistence.class) protected com.liferay.portal.kernel.service.persistence.AddressPersistence addressPersistence
@BeanReference(type=com.liferay.portal.kernel.service.CompanyLocalService.class) protected com.liferay.portal.kernel.service.CompanyLocalService companyLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.CompanyPersistence.class) protected com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.CountryPersistence.class) protected com.liferay.portal.kernel.service.persistence.CountryPersistence countryPersistence
@BeanReference(type=com.liferay.portal.kernel.service.EmailAddressLocalService.class) protected com.liferay.portal.kernel.service.EmailAddressLocalService emailAddressLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.EmailAddressPersistence.class) protected com.liferay.portal.kernel.service.persistence.EmailAddressPersistence emailAddressPersistence
@BeanReference(type=com.liferay.portal.kernel.service.GroupLocalService.class) protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupFinder.class) protected com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder
@BeanReference(type=com.liferay.portal.kernel.service.ListTypeLocalService.class) protected com.liferay.portal.kernel.service.ListTypeLocalService listTypeLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ListTypePersistence.class) protected com.liferay.portal.kernel.service.persistence.ListTypePersistence listTypePersistence
@BeanReference(type=com.liferay.asset.kernel.service.AssetCategoryLocalService.class) protected com.liferay.asset.kernel.service.AssetCategoryLocalService assetCategoryLocalService
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence assetCategoryPersistence
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetCategoryFinder.class) protected com.liferay.asset.kernel.service.persistence.AssetCategoryFinder assetCategoryFinder
@BeanReference(type=com.liferay.asset.kernel.service.AssetEntryLocalService.class) protected com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetEntryPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetEntryFinder.class) protected com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder
@BeanReference(type=com.liferay.asset.kernel.service.AssetTagLocalService.class) protected com.liferay.asset.kernel.service.AssetTagLocalService assetTagLocalService
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetTagPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetTagPersistence assetTagPersistence
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetTagFinder.class) protected com.liferay.asset.kernel.service.persistence.AssetTagFinder assetTagFinder
@BeanReference(type=com.liferay.expando.kernel.service.ExpandoRowLocalService.class) protected com.liferay.expando.kernel.service.ExpandoRowLocalService expandoRowLocalService
@BeanReference(type=com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence.class) protected com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence expandoRowPersistence
@BeanReference(type=com.liferay.portal.kernel.service.PasswordPolicyRelLocalService.class) protected com.liferay.portal.kernel.service.PasswordPolicyRelLocalService passwordPolicyRelLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.PasswordPolicyRelPersistence.class) protected com.liferay.portal.kernel.service.persistence.PasswordPolicyRelPersistence passwordPolicyRelPersistence
@BeanReference(type=com.liferay.portal.kernel.service.PhoneLocalService.class) protected com.liferay.portal.kernel.service.PhoneLocalService phoneLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.PhonePersistence.class) protected com.liferay.portal.kernel.service.persistence.PhonePersistence phonePersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.RegionPersistence.class) protected com.liferay.portal.kernel.service.persistence.RegionPersistence regionPersistence
@BeanReference(type=com.liferay.portal.kernel.service.ResourceLocalService.class) protected com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService
@BeanReference(type=com.liferay.portal.kernel.service.RoleLocalService.class) protected com.liferay.portal.kernel.service.RoleLocalService roleLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.RolePersistence.class) protected com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.RoleFinder.class) protected com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder
@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class) protected com.liferay.portal.kernel.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class) protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder
@BeanReference(type=com.liferay.portal.kernel.service.UserGroupRoleLocalService.class) protected com.liferay.portal.kernel.service.UserGroupRoleLocalService userGroupRoleLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupRolePersistence.class) protected com.liferay.portal.kernel.service.persistence.UserGroupRolePersistence userGroupRolePersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupRoleFinder.class) protected com.liferay.portal.kernel.service.persistence.UserGroupRoleFinder userGroupRoleFinder
@BeanReference(type=com.liferay.portal.kernel.service.WebsiteLocalService.class) protected com.liferay.portal.kernel.service.WebsiteLocalService websiteLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.WebsitePersistence.class) protected com.liferay.portal.kernel.service.persistence.WebsitePersistence websitePersistence
@BeanReference(type=com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
@Indexable(type=REINDEX) public com.liferay.portal.kernel.model.Organization addOrganization(com.liferay.portal.kernel.model.Organization organization)
addOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServiceorganization - the organization@Transactional(enabled=false) public com.liferay.portal.kernel.model.Organization createOrganization(long organizationId)
createOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServiceorganizationId - the primary key for the new organization@Indexable(type=DELETE)
public com.liferay.portal.kernel.model.Organization deleteOrganization(long organizationId)
throws com.liferay.portal.kernel.exception.PortalException
deleteOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServiceorganizationId - the primary key of the organizationcom.liferay.portal.kernel.exception.PortalException - if a organization with the primary key could not be found@Indexable(type=DELETE)
public com.liferay.portal.kernel.model.Organization deleteOrganization(com.liferay.portal.kernel.model.Organization organization)
throws com.liferay.portal.kernel.exception.PortalException
deleteOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServiceorganization - the organizationcom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface com.liferay.portal.kernel.service.OrganizationLocalServicedynamicQuery - the dynamic querypublic <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.portal.model.impl.OrganizationModelImpl.
dynamicQuery in interface com.liferay.portal.kernel.service.OrganizationLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.portal.model.impl.OrganizationModelImpl.
dynamicQuery in interface com.liferay.portal.kernel.service.OrganizationLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface com.liferay.portal.kernel.service.OrganizationLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface com.liferay.portal.kernel.service.OrganizationLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic com.liferay.portal.kernel.model.Organization fetchOrganization(long organizationId)
fetchOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic com.liferay.portal.kernel.model.Organization fetchOrganizationByUuidAndCompanyId(String uuid,
long companyId)
fetchOrganizationByUuidAndCompanyId in interface com.liferay.portal.kernel.service.OrganizationLocalServiceuuid - the organization's UUIDcompanyId - the primary key of the companynull if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchOrganizationByReferenceCode(long companyId,
String externalReferenceCode)
fetchOrganizationByReferenceCode in interface com.liferay.portal.kernel.service.OrganizationLocalServicecompanyId - the primary key of the companyexternalReferenceCode - the organization's external reference codenull if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization getOrganization(long organizationId)
throws com.liferay.portal.kernel.exception.PortalException
getOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServiceorganizationId - the primary key of the organizationcom.liferay.portal.kernel.exception.PortalException - if a organization with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface com.liferay.portal.kernel.service.OrganizationLocalServiceprotected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.portal.kernel.service.OrganizationLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.kernel.service.OrganizationLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Organization getOrganizationByUuidAndCompanyId(String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.PortalException
getOrganizationByUuidAndCompanyId in interface com.liferay.portal.kernel.service.OrganizationLocalServiceuuid - the organization's UUIDcompanyId - the primary key of the companycom.liferay.portal.kernel.exception.PortalException - if a matching organization could not be foundpublic List<com.liferay.portal.kernel.model.Organization> getOrganizations(int start,
int end)
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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.portal.model.impl.OrganizationModelImpl.
getOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicestart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)public int getOrganizationsCount()
getOrganizationsCount in interface com.liferay.portal.kernel.service.OrganizationLocalService@Indexable(type=REINDEX) public com.liferay.portal.kernel.model.Organization updateOrganization(com.liferay.portal.kernel.model.Organization organization)
updateOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServiceorganization - the organizationpublic void addGroupOrganization(long groupId,
long organizationId)
addGroupOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void addGroupOrganization(long groupId,
com.liferay.portal.kernel.model.Organization organization)
addGroupOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void addGroupOrganizations(long groupId,
long[] organizationIds)
addGroupOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void addGroupOrganizations(long groupId,
List<com.liferay.portal.kernel.model.Organization> organizations)
addGroupOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void clearGroupOrganizations(long groupId)
clearGroupOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void deleteGroupOrganization(long groupId,
long organizationId)
deleteGroupOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void deleteGroupOrganization(long groupId,
com.liferay.portal.kernel.model.Organization organization)
deleteGroupOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void deleteGroupOrganizations(long groupId,
long[] organizationIds)
deleteGroupOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void deleteGroupOrganizations(long groupId,
List<com.liferay.portal.kernel.model.Organization> organizations)
deleteGroupOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic long[] getGroupPrimaryKeys(long organizationId)
getGroupPrimaryKeys in interface com.liferay.portal.kernel.service.OrganizationLocalServiceorganizationId - the organizationId of the organizationpublic List<com.liferay.portal.kernel.model.Organization> getGroupOrganizations(long groupId)
getGroupOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic List<com.liferay.portal.kernel.model.Organization> getGroupOrganizations(long groupId,
int start,
int end)
getGroupOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic List<com.liferay.portal.kernel.model.Organization> getGroupOrganizations(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
getGroupOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic int getGroupOrganizationsCount(long groupId)
getGroupOrganizationsCount in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic boolean hasGroupOrganization(long groupId,
long organizationId)
hasGroupOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic boolean hasGroupOrganizations(long groupId)
hasGroupOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void setGroupOrganizations(long groupId,
long[] organizationIds)
setGroupOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void addUserOrganization(long userId,
long organizationId)
addUserOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void addUserOrganization(long userId,
com.liferay.portal.kernel.model.Organization organization)
addUserOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void addUserOrganizations(long userId,
long[] organizationIds)
addUserOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void addUserOrganizations(long userId,
List<com.liferay.portal.kernel.model.Organization> organizations)
addUserOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void clearUserOrganizations(long userId)
clearUserOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void deleteUserOrganization(long userId,
long organizationId)
deleteUserOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void deleteUserOrganization(long userId,
com.liferay.portal.kernel.model.Organization organization)
deleteUserOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void deleteUserOrganizations(long userId,
long[] organizationIds)
deleteUserOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void deleteUserOrganizations(long userId,
List<com.liferay.portal.kernel.model.Organization> organizations)
deleteUserOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic long[] getUserPrimaryKeys(long organizationId)
getUserPrimaryKeys in interface com.liferay.portal.kernel.service.OrganizationLocalServiceorganizationId - the organizationId of the organizationpublic List<com.liferay.portal.kernel.model.Organization> getUserOrganizations(long userId)
getUserOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic List<com.liferay.portal.kernel.model.Organization> getUserOrganizations(long userId,
int start,
int end)
getUserOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic List<com.liferay.portal.kernel.model.Organization> getUserOrganizations(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
getUserOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic int getUserOrganizationsCount(long userId)
getUserOrganizationsCount in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic boolean hasUserOrganization(long userId,
long organizationId)
hasUserOrganization in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic boolean hasUserOrganizations(long userId)
hasUserOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic void setUserOrganizations(long userId,
long[] organizationIds)
setUserOrganizations in interface com.liferay.portal.kernel.service.OrganizationLocalServicepublic com.liferay.portal.kernel.service.OrganizationLocalService getOrganizationLocalService()
public void setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService)
organizationLocalService - the organization local servicepublic com.liferay.portal.kernel.service.persistence.OrganizationPersistence getOrganizationPersistence()
public void setOrganizationPersistence(com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence)
organizationPersistence - the organization persistencepublic com.liferay.portal.kernel.service.persistence.OrganizationFinder getOrganizationFinder()
public void setOrganizationFinder(com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder)
organizationFinder - the organization finderpublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.kernel.service.AddressLocalService getAddressLocalService()
public void setAddressLocalService(com.liferay.portal.kernel.service.AddressLocalService addressLocalService)
addressLocalService - the address local servicepublic com.liferay.portal.kernel.service.persistence.AddressPersistence getAddressPersistence()
public void setAddressPersistence(com.liferay.portal.kernel.service.persistence.AddressPersistence addressPersistence)
addressPersistence - the address persistencepublic com.liferay.portal.kernel.service.CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(com.liferay.portal.kernel.service.CompanyLocalService companyLocalService)
companyLocalService - the company local servicepublic com.liferay.portal.kernel.service.persistence.CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence)
companyPersistence - the company persistencepublic com.liferay.portal.kernel.service.persistence.CountryPersistence getCountryPersistence()
public void setCountryPersistence(com.liferay.portal.kernel.service.persistence.CountryPersistence countryPersistence)
countryPersistence - the country persistencepublic com.liferay.portal.kernel.service.EmailAddressLocalService getEmailAddressLocalService()
public void setEmailAddressLocalService(com.liferay.portal.kernel.service.EmailAddressLocalService emailAddressLocalService)
emailAddressLocalService - the email address local servicepublic com.liferay.portal.kernel.service.persistence.EmailAddressPersistence getEmailAddressPersistence()
public void setEmailAddressPersistence(com.liferay.portal.kernel.service.persistence.EmailAddressPersistence emailAddressPersistence)
emailAddressPersistence - the email address persistencepublic com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
public void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
public void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
groupFinder - the group finderpublic com.liferay.portal.kernel.service.ListTypeLocalService getListTypeLocalService()
public void setListTypeLocalService(com.liferay.portal.kernel.service.ListTypeLocalService listTypeLocalService)
listTypeLocalService - the list type local servicepublic com.liferay.portal.kernel.service.persistence.ListTypePersistence getListTypePersistence()
public void setListTypePersistence(com.liferay.portal.kernel.service.persistence.ListTypePersistence listTypePersistence)
listTypePersistence - the list type persistencepublic com.liferay.asset.kernel.service.AssetCategoryLocalService getAssetCategoryLocalService()
public void setAssetCategoryLocalService(com.liferay.asset.kernel.service.AssetCategoryLocalService assetCategoryLocalService)
assetCategoryLocalService - the asset category local servicepublic com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence getAssetCategoryPersistence()
public void setAssetCategoryPersistence(com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence assetCategoryPersistence)
assetCategoryPersistence - the asset category persistencepublic com.liferay.asset.kernel.service.persistence.AssetCategoryFinder getAssetCategoryFinder()
public void setAssetCategoryFinder(com.liferay.asset.kernel.service.persistence.AssetCategoryFinder assetCategoryFinder)
assetCategoryFinder - the asset category finderpublic com.liferay.asset.kernel.service.AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService - the asset entry local servicepublic com.liferay.asset.kernel.service.persistence.AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence - the asset entry persistencepublic com.liferay.asset.kernel.service.persistence.AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder)
assetEntryFinder - the asset entry finderpublic com.liferay.asset.kernel.service.AssetTagLocalService getAssetTagLocalService()
public void setAssetTagLocalService(com.liferay.asset.kernel.service.AssetTagLocalService assetTagLocalService)
assetTagLocalService - the asset tag local servicepublic com.liferay.asset.kernel.service.persistence.AssetTagPersistence getAssetTagPersistence()
public void setAssetTagPersistence(com.liferay.asset.kernel.service.persistence.AssetTagPersistence assetTagPersistence)
assetTagPersistence - the asset tag persistencepublic com.liferay.asset.kernel.service.persistence.AssetTagFinder getAssetTagFinder()
public void setAssetTagFinder(com.liferay.asset.kernel.service.persistence.AssetTagFinder assetTagFinder)
assetTagFinder - the asset tag finderpublic com.liferay.expando.kernel.service.ExpandoRowLocalService getExpandoRowLocalService()
public void setExpandoRowLocalService(com.liferay.expando.kernel.service.ExpandoRowLocalService expandoRowLocalService)
expandoRowLocalService - the expando row local servicepublic com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence getExpandoRowPersistence()
public void setExpandoRowPersistence(com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence expandoRowPersistence)
expandoRowPersistence - the expando row persistencepublic com.liferay.portal.kernel.service.PasswordPolicyRelLocalService getPasswordPolicyRelLocalService()
public void setPasswordPolicyRelLocalService(com.liferay.portal.kernel.service.PasswordPolicyRelLocalService passwordPolicyRelLocalService)
passwordPolicyRelLocalService - the password policy rel local servicepublic com.liferay.portal.kernel.service.persistence.PasswordPolicyRelPersistence getPasswordPolicyRelPersistence()
public void setPasswordPolicyRelPersistence(com.liferay.portal.kernel.service.persistence.PasswordPolicyRelPersistence passwordPolicyRelPersistence)
passwordPolicyRelPersistence - the password policy rel persistencepublic com.liferay.portal.kernel.service.PhoneLocalService getPhoneLocalService()
public void setPhoneLocalService(com.liferay.portal.kernel.service.PhoneLocalService phoneLocalService)
phoneLocalService - the phone local servicepublic com.liferay.portal.kernel.service.persistence.PhonePersistence getPhonePersistence()
public void setPhonePersistence(com.liferay.portal.kernel.service.persistence.PhonePersistence phonePersistence)
phonePersistence - the phone persistencepublic com.liferay.portal.kernel.service.persistence.RegionPersistence getRegionPersistence()
public void setRegionPersistence(com.liferay.portal.kernel.service.persistence.RegionPersistence regionPersistence)
regionPersistence - the region persistencepublic com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
public void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic com.liferay.portal.kernel.service.RoleLocalService getRoleLocalService()
public void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
roleLocalService - the role local servicepublic com.liferay.portal.kernel.service.persistence.RolePersistence getRolePersistence()
public void setRolePersistence(com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence)
rolePersistence - the role persistencepublic com.liferay.portal.kernel.service.persistence.RoleFinder getRoleFinder()
public void setRoleFinder(com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder)
roleFinder - the role finderpublic com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
userLocalService - the user local servicepublic com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
userPersistence - the user persistencepublic com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
userFinder - the user finderpublic com.liferay.portal.kernel.service.UserGroupRoleLocalService getUserGroupRoleLocalService()
public void setUserGroupRoleLocalService(com.liferay.portal.kernel.service.UserGroupRoleLocalService userGroupRoleLocalService)
userGroupRoleLocalService - the user group role local servicepublic com.liferay.portal.kernel.service.persistence.UserGroupRolePersistence getUserGroupRolePersistence()
public void setUserGroupRolePersistence(com.liferay.portal.kernel.service.persistence.UserGroupRolePersistence userGroupRolePersistence)
userGroupRolePersistence - the user group role persistencepublic com.liferay.portal.kernel.service.persistence.UserGroupRoleFinder getUserGroupRoleFinder()
public void setUserGroupRoleFinder(com.liferay.portal.kernel.service.persistence.UserGroupRoleFinder userGroupRoleFinder)
userGroupRoleFinder - the user group role finderpublic com.liferay.portal.kernel.service.WebsiteLocalService getWebsiteLocalService()
public void setWebsiteLocalService(com.liferay.portal.kernel.service.WebsiteLocalService websiteLocalService)
websiteLocalService - the website local servicepublic com.liferay.portal.kernel.service.persistence.WebsitePersistence getWebsitePersistence()
public void setWebsitePersistence(com.liferay.portal.kernel.service.persistence.WebsitePersistence websitePersistence)
websitePersistence - the website persistencepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.OrganizationLocalServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query