Uses of Interface
com.liferay.portal.kernel.model.Organization
Packages that use Organization
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal security permission interfaces and classes.
This package defines the portal service interfaces and classes.
This package defines the portal service permission interfaces and utilities.
This package defines the portal service persistence interfaces, classes, and utilities.
This package defines the portal comparator classes.
-
Uses of Organization in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement OrganizationFields in com.liferay.portal.kernel.model with type parameters of type OrganizationModifier and TypeFieldDescriptionstatic final Accessor<Organization,
String> Organization.NAME_ACCESSOR
static final Accessor<Organization,
Long> Organization.ORGANIZATION_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return OrganizationModifier and TypeMethodDescriptionOrganizationModel.cloneWithOriginalValues()
OrganizationWrapper.cloneWithOriginalValues()
Organization.getParentOrganization()
OrganizationWrapper.getParentOrganization()
Methods in com.liferay.portal.kernel.model that return types with arguments of type OrganizationModifier and TypeMethodDescriptionOrganization.getAncestors()
OrganizationWrapper.getAncestors()
OrganizationWrapper.getAttributeGetterFunctions()
OrganizationWrapper.getAttributeSetterBiConsumers()
Organization.getDescendants()
OrganizationWrapper.getDescendants()
User.getOrganizations()
User.getOrganizations
(boolean includeAdministrative) User.getOrganizations
(boolean includeAdministrative, boolean includeParentOrganizations) UserWrapper.getOrganizations()
UserWrapper.getOrganizations
(boolean includeAdministrative) UserWrapper.getOrganizations
(boolean includeAdministrative, boolean includeParentOrganizations) Organization.getSuborganizations()
OrganizationWrapper.getSuborganizations()
Methods in com.liferay.portal.kernel.model with parameters of type OrganizationModifier and TypeMethodDescriptionprotected OrganizationWrapper
OrganizationWrapper.wrap
(Organization organization) Constructors in com.liferay.portal.kernel.model with parameters of type Organization -
Uses of Organization in com.liferay.portal.kernel.security.membershippolicy
Methods in com.liferay.portal.kernel.security.membershippolicy that return types with arguments of type OrganizationMethods in com.liferay.portal.kernel.security.membershippolicy with parameters of type OrganizationModifier and TypeMethodDescriptionvoid
MembershipPolicyException.addOrganization
(Organization organization) void
BaseOrganizationMembershipPolicy.verifyPolicy
(Organization organization) void
DummyOrganizationMembershipPolicy.verifyPolicy
(Organization organization) void
DummyOrganizationMembershipPolicy.verifyPolicy
(Organization organization, Organization oldOrganization, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String, Serializable> oldExpandoAttributes) void
OrganizationMembershipPolicy.verifyPolicy
(Organization organization) Checks the integrity of the membership policy of the organization and performs operations necessary for the organization's compliance.void
OrganizationMembershipPolicy.verifyPolicy
(Organization organization, Organization oldOrganization, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String, Serializable> oldExpandoAttributes) Checks the integrity of the membership policy of the organization, with respect to the organization's new attribute values, categories, tags, and expando attributes, and performs operations necessary for the compliance of the organization and its organization roles.static void
OrganizationMembershipPolicyUtil.verifyPolicy
(Organization organization) static void
OrganizationMembershipPolicyUtil.verifyPolicy
(Organization organization, Organization oldOrganization, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String, Serializable> oldExpandoAttributes) -
Uses of Organization in com.liferay.portal.kernel.security.permission
Methods in com.liferay.portal.kernel.security.permission that return types with arguments of type OrganizationMethods in com.liferay.portal.kernel.security.permission with parameters of type Organization -
Uses of Organization in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return OrganizationModifier and TypeMethodDescriptionOrganizationLocalService.addOrganization
(long userId, long parentOrganizationId, String name, boolean site) Adds an organization.OrganizationLocalService.addOrganization
(Organization organization) Adds the organization to the database.OrganizationLocalService.addOrganization
(String externalReferenceCode, long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Adds an organization.static Organization
OrganizationLocalServiceUtil.addOrganization
(long userId, long parentOrganizationId, String name, boolean site) Adds an organization.static Organization
OrganizationLocalServiceUtil.addOrganization
(Organization organization) Adds the organization to the database.static Organization
OrganizationLocalServiceUtil.addOrganization
(String externalReferenceCode, long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Adds an organization.OrganizationLocalServiceWrapper.addOrganization
(long userId, long parentOrganizationId, String name, boolean site) Adds an organization.OrganizationLocalServiceWrapper.addOrganization
(Organization organization) Adds the organization to the database.OrganizationLocalServiceWrapper.addOrganization
(String externalReferenceCode, long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Adds an organization.OrganizationService.addOrganization
(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Adds an organization.OrganizationService.addOrganization
(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Adds an organization with additional parameters.static Organization
OrganizationServiceUtil.addOrganization
(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Adds an organization.static Organization
OrganizationServiceUtil.addOrganization
(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Adds an organization with additional parameters.OrganizationServiceWrapper.addOrganization
(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Adds an organization.OrganizationServiceWrapper.addOrganization
(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Adds an organization with additional parameters.OrganizationLocalService.addOrUpdateOrganization
(String externalReferenceCode, long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, ServiceContext serviceContext) static Organization
OrganizationLocalServiceUtil.addOrUpdateOrganization
(String externalReferenceCode, long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, ServiceContext serviceContext) OrganizationLocalServiceWrapper.addOrUpdateOrganization
(String externalReferenceCode, long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, ServiceContext serviceContext) OrganizationService.addOrUpdateOrganization
(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) static Organization
OrganizationServiceUtil.addOrUpdateOrganization
(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) OrganizationServiceWrapper.addOrUpdateOrganization
(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) OrganizationLocalService.createOrganization
(long organizationId) Creates a new organization with the primary key.static Organization
OrganizationLocalServiceUtil.createOrganization
(long organizationId) Creates a new organization with the primary key.OrganizationLocalServiceWrapper.createOrganization
(long organizationId) Creates a new organization with the primary key.OrganizationLocalService.deleteOrganization
(long organizationId) Deletes the organization with the primary key from the database.OrganizationLocalService.deleteOrganization
(Organization organization) Deletes the organization from the database.static Organization
OrganizationLocalServiceUtil.deleteOrganization
(long organizationId) Deletes the organization with the primary key from the database.static Organization
OrganizationLocalServiceUtil.deleteOrganization
(Organization organization) Deletes the organization from the database.OrganizationLocalServiceWrapper.deleteOrganization
(long organizationId) Deletes the organization with the primary key from the database.OrganizationLocalServiceWrapper.deleteOrganization
(Organization organization) Deletes the organization from the database.OrganizationLocalService.fetchOrganization
(long organizationId) OrganizationLocalService.fetchOrganization
(long companyId, String name) Returns the organization with the name.static Organization
OrganizationLocalServiceUtil.fetchOrganization
(long organizationId) static Organization
OrganizationLocalServiceUtil.fetchOrganization
(long companyId, String name) Returns the organization with the name.OrganizationLocalServiceWrapper.fetchOrganization
(long organizationId) OrganizationLocalServiceWrapper.fetchOrganization
(long companyId, String name) Returns the organization with the name.OrganizationService.fetchOrganization
(long organizationId) Returns the organization with the primary key.static Organization
OrganizationServiceUtil.fetchOrganization
(long organizationId) Returns the organization with the primary key.OrganizationServiceWrapper.fetchOrganization
(long organizationId) Returns the organization with the primary key.OrganizationLocalService.fetchOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) static Organization
OrganizationLocalServiceUtil.fetchOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) OrganizationLocalServiceWrapper.fetchOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) OrganizationService.fetchOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) static Organization
OrganizationServiceUtil.fetchOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) OrganizationServiceWrapper.fetchOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) OrganizationLocalService.fetchOrganizationByUuidAndCompanyId
(String uuid, long companyId) Returns the organization with the matching UUID and company.static Organization
OrganizationLocalServiceUtil.fetchOrganizationByUuidAndCompanyId
(String uuid, long companyId) Returns the organization with the matching UUID and company.OrganizationLocalServiceWrapper.fetchOrganizationByUuidAndCompanyId
(String uuid, long companyId) Returns the organization with the matching UUID and company.OrganizationLocalService.getOrganization
(long organizationId) Returns the organization with the primary key.OrganizationLocalService.getOrganization
(long companyId, String name) Returns the organization with the name.static Organization
OrganizationLocalServiceUtil.getOrganization
(long organizationId) Returns the organization with the primary key.static Organization
OrganizationLocalServiceUtil.getOrganization
(long companyId, String name) Returns the organization with the name.OrganizationLocalServiceWrapper.getOrganization
(long organizationId) Returns the organization with the primary key.OrganizationLocalServiceWrapper.getOrganization
(long companyId, String name) Returns the organization with the name.OrganizationService.getOrganization
(long organizationId) Returns the organization with the primary key.static Organization
OrganizationServiceUtil.getOrganization
(long organizationId) Returns the organization with the primary key.OrganizationServiceWrapper.getOrganization
(long organizationId) Returns the organization with the primary key.OrganizationLocalService.getOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) static Organization
OrganizationLocalServiceUtil.getOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) OrganizationLocalServiceWrapper.getOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) OrganizationService.getOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) static Organization
OrganizationServiceUtil.getOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) OrganizationServiceWrapper.getOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) OrganizationLocalService.getOrganizationByUuidAndCompanyId
(String uuid, long companyId) Returns the organization with the matching UUID and company.static Organization
OrganizationLocalServiceUtil.getOrganizationByUuidAndCompanyId
(String uuid, long companyId) Returns the organization with the matching UUID and company.OrganizationLocalServiceWrapper.getOrganizationByUuidAndCompanyId
(String uuid, long companyId) Returns the organization with the matching UUID and company.OrganizationLocalService.updateLogo
(long organizationId, byte[] logoBytes) static Organization
OrganizationLocalServiceUtil.updateLogo
(long organizationId, byte[] logoBytes) OrganizationLocalServiceWrapper.updateLogo
(long organizationId, byte[] logoBytes) OrganizationService.updateLogo
(long organizationId, byte[] logoBytes) static Organization
OrganizationServiceUtil.updateLogo
(long organizationId, byte[] logoBytes) OrganizationServiceWrapper.updateLogo
(long organizationId, byte[] logoBytes) OrganizationLocalService.updateOrganization
(Organization organization) Updates the organization in the database or adds it if it does not yet exist.OrganizationLocalService.updateOrganization
(String externalReferenceCode, long companyId, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, ServiceContext serviceContext) Updates the organization.static Organization
OrganizationLocalServiceUtil.updateOrganization
(Organization organization) Updates the organization in the database or adds it if it does not yet exist.static Organization
OrganizationLocalServiceUtil.updateOrganization
(String externalReferenceCode, long companyId, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, ServiceContext serviceContext) Updates the organization.OrganizationLocalServiceWrapper.updateOrganization
(Organization organization) Updates the organization in the database or adds it if it does not yet exist.OrganizationLocalServiceWrapper.updateOrganization
(String externalReferenceCode, long companyId, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, ServiceContext serviceContext) Updates the organization.OrganizationService.updateOrganization
(String externalReferenceCode, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Updates the organization with additional parameters.OrganizationService.updateOrganization
(String externalReferenceCode, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Updates the organization.static Organization
OrganizationServiceUtil.updateOrganization
(String externalReferenceCode, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Updates the organization with additional parameters.static Organization
OrganizationServiceUtil.updateOrganization
(String externalReferenceCode, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Updates the organization.OrganizationServiceWrapper.updateOrganization
(String externalReferenceCode, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Updates the organization with additional parameters.OrganizationServiceWrapper.updateOrganization
(String externalReferenceCode, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Updates the organization.Methods in com.liferay.portal.kernel.service that return types with arguments of type OrganizationModifier and TypeMethodDescriptionOrganizationLocalService.getCTPersistence()
OrganizationLocalServiceWrapper.getCTPersistence()
OrganizationLocalService.getGroupOrganizations
(long groupId) OrganizationLocalService.getGroupOrganizations
(long groupId, int start, int end) OrganizationLocalService.getGroupOrganizations
(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationLocalServiceUtil.getGroupOrganizations
(long groupId) static List<Organization>
OrganizationLocalServiceUtil.getGroupOrganizations
(long groupId, int start, int end) static List<Organization>
OrganizationLocalServiceUtil.getGroupOrganizations
(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalServiceWrapper.getGroupOrganizations
(long groupId) OrganizationLocalServiceWrapper.getGroupOrganizations
(long groupId, int start, int end) OrganizationLocalServiceWrapper.getGroupOrganizations
(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalService.getGroupUserOrganizations
(long groupId, long userId) static List<Organization>
OrganizationLocalServiceUtil.getGroupUserOrganizations
(long groupId, long userId) OrganizationLocalServiceWrapper.getGroupUserOrganizations
(long groupId, long userId) OrganizationService.getGtOrganizations
(long gtOrganizationId, long companyId, long parentOrganizationId, int size) static List<Organization>
OrganizationServiceUtil.getGtOrganizations
(long gtOrganizationId, long companyId, long parentOrganizationId, int size) OrganizationServiceWrapper.getGtOrganizations
(long gtOrganizationId, long companyId, long parentOrganizationId, int size) OrganizationLocalService.getModelClass()
OrganizationLocalServiceWrapper.getModelClass()
OrganizationLocalService.getNoAssetOrganizations()
static List<Organization>
OrganizationLocalServiceUtil.getNoAssetOrganizations()
OrganizationLocalServiceWrapper.getNoAssetOrganizations()
OrganizationLocalService.getOrganizations
(int start, int end) Returns a range of all the organizations.OrganizationLocalService.getOrganizations
(long[] organizationIds) Returns the organizations with the primary keys.OrganizationLocalService.getOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalService.getOrganizations
(long companyId, long parentOrganizationId) Returns all the organizations belonging to the parent organization.OrganizationLocalService.getOrganizations
(long companyId, long parentOrganizationId, int start, int end) Returns a range of all the organizations belonging to the parent organization.OrganizationLocalService.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end) OrganizationLocalService.getOrganizations
(long companyId, String treePath) OrganizationLocalService.getOrganizations
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationLocalServiceUtil.getOrganizations
(int start, int end) Returns a range of all the organizations.static List<Organization>
OrganizationLocalServiceUtil.getOrganizations
(long[] organizationIds) Returns the organizations with the primary keys.static List<Organization>
OrganizationLocalServiceUtil.getOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationLocalServiceUtil.getOrganizations
(long companyId, long parentOrganizationId) Returns all the organizations belonging to the parent organization.static List<Organization>
OrganizationLocalServiceUtil.getOrganizations
(long companyId, long parentOrganizationId, int start, int end) Returns a range of all the organizations belonging to the parent organization.static List<Organization>
OrganizationLocalServiceUtil.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end) static List<Organization>
OrganizationLocalServiceUtil.getOrganizations
(long companyId, String treePath) static List<Organization>
OrganizationLocalServiceUtil.getOrganizations
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalServiceWrapper.getOrganizations
(int start, int end) Returns a range of all the organizations.OrganizationLocalServiceWrapper.getOrganizations
(long[] organizationIds) Returns the organizations with the primary keys.OrganizationLocalServiceWrapper.getOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalServiceWrapper.getOrganizations
(long companyId, long parentOrganizationId) Returns all the organizations belonging to the parent organization.OrganizationLocalServiceWrapper.getOrganizations
(long companyId, long parentOrganizationId, int start, int end) Returns a range of all the organizations belonging to the parent organization.OrganizationLocalServiceWrapper.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end) OrganizationLocalServiceWrapper.getOrganizations
(long companyId, String treePath) OrganizationLocalServiceWrapper.getOrganizations
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationService.getOrganizations
(long companyId, long parentOrganizationId) Returns all the organizations belonging to the parent organization.OrganizationService.getOrganizations
(long companyId, long parentOrganizationId, int start, int end) Returns a range of all the organizations belonging to the parent organization.OrganizationService.getOrganizations
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationService.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end) OrganizationService.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationServiceUtil.getOrganizations
(long companyId, long parentOrganizationId) Returns all the organizations belonging to the parent organization.static List<Organization>
OrganizationServiceUtil.getOrganizations
(long companyId, long parentOrganizationId, int start, int end) Returns a range of all the organizations belonging to the parent organization.static List<Organization>
OrganizationServiceUtil.getOrganizations
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationServiceUtil.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end) static List<Organization>
OrganizationServiceUtil.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationServiceWrapper.getOrganizations
(long companyId, long parentOrganizationId) Returns all the organizations belonging to the parent organization.OrganizationServiceWrapper.getOrganizations
(long companyId, long parentOrganizationId, int start, int end) Returns a range of all the organizations belonging to the parent organization.OrganizationServiceWrapper.getOrganizations
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationServiceWrapper.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end) OrganizationServiceWrapper.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalService.getParentOrganizations
(long organizationId) Returns the parent organizations in order by closest ancestor.static List<Organization>
OrganizationLocalServiceUtil.getParentOrganizations
(long organizationId) Returns the parent organizations in order by closest ancestor.OrganizationLocalServiceWrapper.getParentOrganizations
(long organizationId) Returns the parent organizations in order by closest ancestor.OrganizationLocalService.getSuborganizations
(long companyId, long organizationId) Returns the suborganizations of the organization.OrganizationLocalService.getSuborganizations
(List<Organization> organizations) Returns the suborganizations of the organizations.static List<Organization>
OrganizationLocalServiceUtil.getSuborganizations
(long companyId, long organizationId) Returns the suborganizations of the organization.static List<Organization>
OrganizationLocalServiceUtil.getSuborganizations
(List<Organization> organizations) Returns the suborganizations of the organizations.OrganizationLocalServiceWrapper.getSuborganizations
(long companyId, long organizationId) Returns the suborganizations of the organization.OrganizationLocalServiceWrapper.getSuborganizations
(List<Organization> organizations) Returns the suborganizations of the organizations.OrganizationLocalService.getSubsetOrganizations
(List<Organization> allOrganizations, List<Organization> availableOrganizations) Returns the intersection ofallOrganizations
andavailableOrganizations
.static List<Organization>
OrganizationLocalServiceUtil.getSubsetOrganizations
(List<Organization> allOrganizations, List<Organization> availableOrganizations) Returns the intersection ofallOrganizations
andavailableOrganizations
.OrganizationLocalServiceWrapper.getSubsetOrganizations
(List<Organization> allOrganizations, List<Organization> availableOrganizations) Returns the intersection ofallOrganizations
andavailableOrganizations
.OrganizationLocalService.getUserOrganizations
(long userId) OrganizationLocalService.getUserOrganizations
(long userId, boolean includeAdministrative) Returns all the organizations with which the user is explicitly associated, optionally including the organizations that the user administers or owns.OrganizationLocalService.getUserOrganizations
(long userId, int start, int end) OrganizationLocalService.getUserOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationLocalServiceUtil.getUserOrganizations
(long userId) static List<Organization>
OrganizationLocalServiceUtil.getUserOrganizations
(long userId, boolean includeAdministrative) Returns all the organizations with which the user is explicitly associated, optionally including the organizations that the user administers or owns.static List<Organization>
OrganizationLocalServiceUtil.getUserOrganizations
(long userId, int start, int end) static List<Organization>
OrganizationLocalServiceUtil.getUserOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalServiceWrapper.getUserOrganizations
(long userId) OrganizationLocalServiceWrapper.getUserOrganizations
(long userId, boolean includeAdministrative) Returns all the organizations with which the user is explicitly associated, optionally including the organizations that the user administers or owns.OrganizationLocalServiceWrapper.getUserOrganizations
(long userId, int start, int end) OrganizationLocalServiceWrapper.getUserOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationService.getUserOrganizations
(long userId) Returns all the organizations with which the user is explicitly associated.static List<Organization>
OrganizationServiceUtil.getUserOrganizations
(long userId) Returns all the organizations with which the user is explicitly associated.OrganizationServiceWrapper.getUserOrganizations
(long userId) Returns all the organizations with which the user is explicitly associated.OrganizationLocalService.search
(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end) Returns a name ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.OrganizationLocalService.search
(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.OrganizationLocalService.search
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end) Returns a name ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.OrganizationLocalService.search
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.static List<Organization>
OrganizationLocalServiceUtil.search
(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end) Returns a name ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.static List<Organization>
OrganizationLocalServiceUtil.search
(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.static List<Organization>
OrganizationLocalServiceUtil.search
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end) Returns a name ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.static List<Organization>
OrganizationLocalServiceUtil.search
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.OrganizationLocalServiceWrapper.search
(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end) Returns a name ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.OrganizationLocalServiceWrapper.search
(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.OrganizationLocalServiceWrapper.search
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end) Returns a name ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.OrganizationLocalServiceWrapper.search
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.OrganizationLocalService.searchOrganizations
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, String region, String country, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) OrganizationLocalService.searchOrganizations
(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) static BaseModelSearchResult<Organization>
OrganizationLocalServiceUtil.searchOrganizations
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, String region, String country, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) static BaseModelSearchResult<Organization>
OrganizationLocalServiceUtil.searchOrganizations
(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) OrganizationLocalServiceWrapper.searchOrganizations
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, String region, String country, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) OrganizationLocalServiceWrapper.searchOrganizations
(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) Methods in com.liferay.portal.kernel.service with parameters of type OrganizationModifier and TypeMethodDescriptionboolean
OrganizationLocalService.addGroupOrganization
(long groupId, Organization organization) static boolean
OrganizationLocalServiceUtil.addGroupOrganization
(long groupId, Organization organization) boolean
OrganizationLocalServiceWrapper.addGroupOrganization
(long groupId, Organization organization) OrganizationLocalService.addOrganization
(Organization organization) Adds the organization to the database.static Organization
OrganizationLocalServiceUtil.addOrganization
(Organization organization) Adds the organization to the database.OrganizationLocalServiceWrapper.addOrganization
(Organization organization) Adds the organization to the database.void
OrganizationLocalService.addOrganizationResources
(long userId, Organization organization) Adds a resource for each type of permission available on the organization.static void
OrganizationLocalServiceUtil.addOrganizationResources
(long userId, Organization organization) Adds a resource for each type of permission available on the organization.void
OrganizationLocalServiceWrapper.addOrganizationResources
(long userId, Organization organization) Adds a resource for each type of permission available on the organization.boolean
OrganizationLocalService.addUserOrganization
(long userId, Organization organization) static boolean
OrganizationLocalServiceUtil.addUserOrganization
(long userId, Organization organization) boolean
OrganizationLocalServiceWrapper.addUserOrganization
(long userId, Organization organization) void
OrganizationLocalService.deleteGroupOrganization
(long groupId, Organization organization) static void
OrganizationLocalServiceUtil.deleteGroupOrganization
(long groupId, Organization organization) void
OrganizationLocalServiceWrapper.deleteGroupOrganization
(long groupId, Organization organization) OrganizationLocalService.deleteOrganization
(Organization organization) Deletes the organization from the database.static Organization
OrganizationLocalServiceUtil.deleteOrganization
(Organization organization) Deletes the organization from the database.OrganizationLocalServiceWrapper.deleteOrganization
(Organization organization) Deletes the organization from the database.void
OrganizationLocalService.deleteUserOrganization
(long userId, Organization organization) static void
OrganizationLocalServiceUtil.deleteUserOrganization
(long userId, Organization organization) void
OrganizationLocalServiceWrapper.deleteUserOrganization
(long userId, Organization organization) void
OrganizationLocalService.updateAsset
(long userId, Organization organization, long[] assetCategoryIds, String[] assetTagNames) Updates the organization's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.static void
OrganizationLocalServiceUtil.updateAsset
(long userId, Organization organization, long[] assetCategoryIds, String[] assetTagNames) Updates the organization's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.void
OrganizationLocalServiceWrapper.updateAsset
(long userId, Organization organization, long[] assetCategoryIds, String[] assetTagNames) Updates the organization's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.OrganizationLocalService.updateOrganization
(Organization organization) Updates the organization in the database or adds it if it does not yet exist.static Organization
OrganizationLocalServiceUtil.updateOrganization
(Organization organization) Updates the organization in the database or adds it if it does not yet exist.OrganizationLocalServiceWrapper.updateOrganization
(Organization organization) Updates the organization in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type OrganizationModifier and TypeMethodDescriptionboolean
OrganizationLocalService.addGroupOrganizations
(long groupId, List<Organization> organizations) static boolean
OrganizationLocalServiceUtil.addGroupOrganizations
(long groupId, List<Organization> organizations) boolean
OrganizationLocalServiceWrapper.addGroupOrganizations
(long groupId, List<Organization> organizations) boolean
OrganizationLocalService.addUserOrganizations
(long userId, List<Organization> organizations) static boolean
OrganizationLocalServiceUtil.addUserOrganizations
(long userId, List<Organization> organizations) boolean
OrganizationLocalServiceWrapper.addUserOrganizations
(long userId, List<Organization> organizations) void
OrganizationLocalService.deleteGroupOrganizations
(long groupId, List<Organization> organizations) static void
OrganizationLocalServiceUtil.deleteGroupOrganizations
(long groupId, List<Organization> organizations) void
OrganizationLocalServiceWrapper.deleteGroupOrganizations
(long groupId, List<Organization> organizations) void
OrganizationLocalService.deleteUserOrganizations
(long userId, List<Organization> organizations) static void
OrganizationLocalServiceUtil.deleteUserOrganizations
(long userId, List<Organization> organizations) void
OrganizationLocalServiceWrapper.deleteUserOrganizations
(long userId, List<Organization> organizations) OrganizationLocalService.getGroupOrganizations
(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationLocalServiceUtil.getGroupOrganizations
(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalServiceWrapper.getGroupOrganizations
(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalService.getOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalService.getOrganizations
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationLocalServiceUtil.getOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationLocalServiceUtil.getOrganizations
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalServiceWrapper.getOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalServiceWrapper.getOrganizations
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationService.getOrganizations
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationService.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationServiceUtil.getOrganizations
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationServiceUtil.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationServiceWrapper.getOrganizations
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationServiceWrapper.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) GroupLocalService.getOrganizationsGroups
(List<Organization> organizations) Returns the specified organization groups.GroupLocalServiceUtil.getOrganizationsGroups
(List<Organization> organizations) Returns the specified organization groups.GroupLocalServiceWrapper.getOrganizationsGroups
(List<Organization> organizations) Returns the specified organization groups.GroupService.getOrganizationsGroups
(List<Organization> organizations) Returns the groups associated with the organizations.GroupServiceUtil.getOrganizationsGroups
(List<Organization> organizations) Returns the groups associated with the organizations.GroupServiceWrapper.getOrganizationsGroups
(List<Organization> organizations) Returns the groups associated with the organizations.GroupLocalService.getOrganizationsRelatedGroups
(List<Organization> organizations) Returns all the groups related to the organizations.GroupLocalServiceUtil.getOrganizationsRelatedGroups
(List<Organization> organizations) Returns all the groups related to the organizations.GroupLocalServiceWrapper.getOrganizationsRelatedGroups
(List<Organization> organizations) Returns all the groups related to the organizations.OrganizationLocalService.getSuborganizations
(List<Organization> organizations) Returns the suborganizations of the organizations.static List<Organization>
OrganizationLocalServiceUtil.getSuborganizations
(List<Organization> organizations) Returns the suborganizations of the organizations.OrganizationLocalServiceWrapper.getSuborganizations
(List<Organization> organizations) Returns the suborganizations of the organizations.OrganizationLocalService.getSubsetOrganizations
(List<Organization> allOrganizations, List<Organization> availableOrganizations) Returns the intersection ofallOrganizations
andavailableOrganizations
.static List<Organization>
OrganizationLocalServiceUtil.getSubsetOrganizations
(List<Organization> allOrganizations, List<Organization> availableOrganizations) Returns the intersection ofallOrganizations
andavailableOrganizations
.OrganizationLocalServiceWrapper.getSubsetOrganizations
(List<Organization> allOrganizations, List<Organization> availableOrganizations) Returns the intersection ofallOrganizations
andavailableOrganizations
.OrganizationLocalService.getUserOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationLocalServiceUtil.getUserOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalServiceWrapper.getUserOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalService.search
(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.OrganizationLocalService.search
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.static List<Organization>
OrganizationLocalServiceUtil.search
(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.static List<Organization>
OrganizationLocalServiceUtil.search
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.OrganizationLocalServiceWrapper.search
(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.OrganizationLocalServiceWrapper.search
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.<R,
E extends Throwable>
ROrganizationLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Organization>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
ROrganizationLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Organization>, R, E> updateUnsafeFunction) -
Uses of Organization in com.liferay.portal.kernel.service.permission
Methods in com.liferay.portal.kernel.service.permission with parameters of type OrganizationModifier and TypeMethodDescriptionvoid
OrganizationPermissionUtil_IW.check
(PermissionChecker permissionChecker, Organization organization, String actionId) static void
OrganizationPermissionUtil.check
(PermissionChecker permissionChecker, Organization organization, String actionId) boolean
OrganizationPermissionUtil_IW.contains
(PermissionChecker permissionChecker, Organization organization, String actionId) static boolean
OrganizationPermissionUtil.contains
(PermissionChecker permissionChecker, Organization organization, String actionId) -
Uses of Organization in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return OrganizationModifier and TypeMethodDescriptionOrganizationPersistence.create
(long organizationId) Creates a new organization with the primary key.static Organization
OrganizationUtil.create
(long organizationId) Creates a new organization with the primary key.OrganizationPersistence.fetchByC_LikeN_First
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and name LIKE ?.static Organization
OrganizationUtil.fetchByC_LikeN_First
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and name LIKE ?.OrganizationPersistence.fetchByC_LikeN_Last
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and name LIKE ?.static Organization
OrganizationUtil.fetchByC_LikeN_Last
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and name LIKE ?.OrganizationPersistence.fetchByC_LikeT_First
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization
OrganizationUtil.fetchByC_LikeT_First
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.OrganizationPersistence.fetchByC_LikeT_Last
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization
OrganizationUtil.fetchByC_LikeT_Last
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.OrganizationPersistence.fetchByC_N
(long companyId, String name) Returns the organization where companyId = ? and name = ? or returnsnull
if it could not be found.OrganizationPersistence.fetchByC_N
(long companyId, String name, boolean useFinderCache) Returns the organization where companyId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.static Organization
OrganizationUtil.fetchByC_N
(long companyId, String name) Returns the organization where companyId = ? and name = ? or returnsnull
if it could not be found.static Organization
OrganizationUtil.fetchByC_N
(long companyId, String name, boolean useFinderCache) Returns the organization where companyId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.OrganizationPersistence.fetchByC_P_First
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.fetchByC_P_First
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.fetchByC_P_Last
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.fetchByC_P_Last
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.fetchByC_P_LikeN_First
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization
OrganizationUtil.fetchByC_P_LikeN_First
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.fetchByC_P_LikeN_Last
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization
OrganizationUtil.fetchByC_P_LikeN_Last
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.OrganizationPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.OrganizationPersistence.fetchByCompanyIdLocations_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.fetchByCompanyIdLocations_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.OrganizationPersistence.fetchByCompanyIdLocations_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.fetchByCompanyIdLocations_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.OrganizationPersistence.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the organization where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.OrganizationPersistence.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the organization where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.static Organization
OrganizationUtil.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the organization where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.static Organization
OrganizationUtil.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the organization where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.OrganizationPersistence.fetchByGtO_C_P_First
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.fetchByGtO_C_P_First
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.fetchByGtO_C_P_Last
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.fetchByGtO_C_P_Last
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.fetchByPrimaryKey
(long organizationId) Returns the organization with the primary key or returnsnull
if it could not be found.static Organization
OrganizationUtil.fetchByPrimaryKey
(long organizationId) Returns the organization with the primary key or returnsnull
if it could not be found.OrganizationPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ? and companyId = ?.static Organization
OrganizationUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ? and companyId = ?.static Organization
OrganizationUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.fetchByUuid_First
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ?.static Organization
OrganizationUtil.fetchByUuid_First
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ?.OrganizationPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ?.static Organization
OrganizationUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ?.OrganizationPersistence.filterFindByC_LikeN_PrevAndNext
(long organizationId, long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and name LIKE ?.static Organization[]
OrganizationUtil.filterFindByC_LikeN_PrevAndNext
(long organizationId, long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_LikeT_PrevAndNext
(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.static Organization[]
OrganizationUtil.filterFindByC_LikeT_PrevAndNext
(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.OrganizationPersistence.filterFindByC_P_LikeN_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization[]
OrganizationUtil.filterFindByC_P_LikeN_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_P_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.static Organization[]
OrganizationUtil.filterFindByC_P_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.filterFindByCompanyId_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.static Organization[]
OrganizationUtil.filterFindByCompanyId_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.OrganizationPersistence.filterFindByCompanyIdLocations_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.static Organization[]
OrganizationUtil.filterFindByCompanyIdLocations_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.OrganizationPersistence.filterFindByUuid_C_PrevAndNext
(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?.static Organization[]
OrganizationUtil.filterFindByUuid_C_PrevAndNext
(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?.OrganizationPersistence.filterFindByUuid_PrevAndNext
(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?.static Organization[]
OrganizationUtil.filterFindByUuid_PrevAndNext
(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?.OrganizationPersistence.findByC_LikeN_First
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and name LIKE ?.static Organization
OrganizationUtil.findByC_LikeN_First
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeN_Last
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and name LIKE ?.static Organization
OrganizationUtil.findByC_LikeN_Last
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeN_PrevAndNext
(long organizationId, long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and name LIKE ?.static Organization[]
OrganizationUtil.findByC_LikeN_PrevAndNext
(long organizationId, long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeT_First
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization
OrganizationUtil.findByC_LikeT_First
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_LikeT_Last
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization
OrganizationUtil.findByC_LikeT_Last
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_LikeT_PrevAndNext
(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization[]
OrganizationUtil.findByC_LikeT_PrevAndNext
(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.Returns the organization where companyId = ? and name = ? or throws aNoSuchOrganizationException
if it could not be found.static Organization
Returns the organization where companyId = ? and name = ? or throws aNoSuchOrganizationException
if it could not be found.OrganizationPersistence.findByC_P_First
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.findByC_P_First
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByC_P_Last
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.findByC_P_Last
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByC_P_LikeN_First
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization
OrganizationUtil.findByC_P_LikeN_First
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_LikeN_Last
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization
OrganizationUtil.findByC_P_LikeN_Last
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_LikeN_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization[]
OrganizationUtil.findByC_P_LikeN_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization[]
OrganizationUtil.findByC_P_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.findByCompanyId_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyId_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ?.static Organization[]
OrganizationUtil.findByCompanyId_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyIdLocations_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.findByCompanyIdLocations_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyIdLocations_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.findByCompanyIdLocations_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyIdLocations_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ?.static Organization[]
OrganizationUtil.findByCompanyIdLocations_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ?.OrganizationPersistence.findByERC_C
(String externalReferenceCode, long companyId) Returns the organization where externalReferenceCode = ? and companyId = ? or throws aNoSuchOrganizationException
if it could not be found.static Organization
OrganizationUtil.findByERC_C
(String externalReferenceCode, long companyId) Returns the organization where externalReferenceCode = ? and companyId = ? or throws aNoSuchOrganizationException
if it could not be found.OrganizationPersistence.findByGtO_C_P_First
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.findByGtO_C_P_First
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByGtO_C_P_Last
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.findByGtO_C_P_Last
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByPrimaryKey
(long organizationId) Returns the organization with the primary key or throws aNoSuchOrganizationException
if it could not be found.static Organization
OrganizationUtil.findByPrimaryKey
(long organizationId) Returns the organization with the primary key or throws aNoSuchOrganizationException
if it could not be found.OrganizationPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ? and companyId = ?.static Organization
OrganizationUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ? and companyId = ?.static Organization
OrganizationUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_C_PrevAndNext
(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.static Organization[]
OrganizationUtil.findByUuid_C_PrevAndNext
(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_First
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ?.static Organization
OrganizationUtil.findByUuid_First
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ?.OrganizationPersistence.findByUuid_Last
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ?.static Organization
OrganizationUtil.findByUuid_Last
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ?.OrganizationPersistence.findByUuid_PrevAndNext
(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where uuid = ?.static Organization[]
OrganizationUtil.findByUuid_PrevAndNext
(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where uuid = ?.OrganizationPersistence.remove
(long organizationId) Removes the organization with the primary key from the database.static Organization
OrganizationUtil.remove
(long organizationId) Removes the organization with the primary key from the database.OrganizationPersistence.removeByC_N
(long companyId, String name) Removes the organization where companyId = ? and name = ? from the database.static Organization
OrganizationUtil.removeByC_N
(long companyId, String name) Removes the organization where companyId = ? and name = ? from the database.OrganizationPersistence.removeByERC_C
(String externalReferenceCode, long companyId) Removes the organization where externalReferenceCode = ? and companyId = ? from the database.static Organization
OrganizationUtil.removeByERC_C
(String externalReferenceCode, long companyId) Removes the organization where externalReferenceCode = ? and companyId = ? from the database.static Organization
OrganizationUtil.update
(Organization organization) static Organization
OrganizationUtil.update
(Organization organization, ServiceContext serviceContext) OrganizationPersistence.updateImpl
(Organization organization) static Organization
OrganizationUtil.updateImpl
(Organization organization) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type OrganizationModifier and TypeMethodDescriptionstatic Map<Serializable,
Organization> OrganizationUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) OrganizationPersistence.filterFindByC_LikeN
(long companyId, String name) Returns all the organizations that the user has permission to view where companyId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_LikeN
(long companyId, String name, int start, int end) Returns a range of all the organizations that the user has permission to view where companyId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.filterFindByC_LikeN
(long companyId, String name) Returns all the organizations that the user has permission to view where companyId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.filterFindByC_LikeN
(long companyId, String name, int start, int end) Returns a range of all the organizations that the user has permission to view where companyId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.filterFindByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_LikeT
(long companyId, String treePath) Returns all the organizations that the user has permission to view where companyId = ? and treePath LIKE ?.OrganizationPersistence.filterFindByC_LikeT
(long companyId, String treePath, int start, int end) Returns a range of all the organizations that the user has permission to view where companyId = ? and treePath LIKE ?.OrganizationPersistence.filterFindByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?.static List<Organization>
OrganizationUtil.filterFindByC_LikeT
(long companyId, String treePath) Returns all the organizations that the user has permission to view where companyId = ? and treePath LIKE ?.static List<Organization>
OrganizationUtil.filterFindByC_LikeT
(long companyId, String treePath, int start, int end) Returns a range of all the organizations that the user has permission to view where companyId = ? and treePath LIKE ?.static List<Organization>
OrganizationUtil.filterFindByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?.OrganizationPersistence.filterFindByC_P
(long companyId, long parentOrganizationId) Returns all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.filterFindByC_P
(long companyId, long parentOrganizationId, int start, int end) Returns a range of all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.filterFindByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.filterFindByC_P
(long companyId, long parentOrganizationId) Returns all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.filterFindByC_P
(long companyId, long parentOrganizationId, int start, int end) Returns a range of all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.filterFindByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.filterFindByC_P_LikeN
(long companyId, long parentOrganizationId, String name) Returns all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end) Returns a range of all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.filterFindByC_P_LikeN
(long companyId, long parentOrganizationId, String name) Returns all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.filterFindByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end) Returns a range of all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.filterFindByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.filterFindByCompanyId
(long companyId) Returns all the organizations that the user has permission to view where companyId = ?.OrganizationPersistence.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the organizations that the user has permission to view where companyId = ?.OrganizationPersistence.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.static List<Organization>
OrganizationUtil.filterFindByCompanyId
(long companyId) Returns all the organizations that the user has permission to view where companyId = ?.static List<Organization>
OrganizationUtil.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the organizations that the user has permission to view where companyId = ?.static List<Organization>
OrganizationUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.OrganizationPersistence.filterFindByCompanyIdLocations
(long companyId) Returns all the organizations that the user has permission to view where companyId = ?.OrganizationPersistence.filterFindByCompanyIdLocations
(long companyId, int start, int end) Returns a range of all the organizations that the user has permission to view where companyId = ?.OrganizationPersistence.filterFindByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.static List<Organization>
OrganizationUtil.filterFindByCompanyIdLocations
(long companyId) Returns all the organizations that the user has permission to view where companyId = ?.static List<Organization>
OrganizationUtil.filterFindByCompanyIdLocations
(long companyId, int start, int end) Returns a range of all the organizations that the user has permission to view where companyId = ?.static List<Organization>
OrganizationUtil.filterFindByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.OrganizationPersistence.filterFindByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId) Returns all the organizations that the user has permission to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.filterFindByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end) Returns a range of all the organizations that the user has permission to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.filterFindByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.filterFindByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId) Returns all the organizations that the user has permission to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.filterFindByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end) Returns a range of all the organizations that the user has permission to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.filterFindByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.filterFindByUuid
(String uuid) Returns all the organizations that the user has permission to view where uuid = ?.OrganizationPersistence.filterFindByUuid
(String uuid, int start, int end) Returns a range of all the organizations that the user has permission to view where uuid = ?.OrganizationPersistence.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?.static List<Organization>
OrganizationUtil.filterFindByUuid
(String uuid) Returns all the organizations that the user has permission to view where uuid = ?.static List<Organization>
OrganizationUtil.filterFindByUuid
(String uuid, int start, int end) Returns a range of all the organizations that the user has permission to view where uuid = ?.static List<Organization>
OrganizationUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?.OrganizationPersistence.filterFindByUuid_C
(String uuid, long companyId) Returns all the organizations that the user has permission to view where uuid = ? and companyId = ?.OrganizationPersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the organizations that the user has permission to view where uuid = ? and companyId = ?.OrganizationPersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?.static List<Organization>
OrganizationUtil.filterFindByUuid_C
(String uuid, long companyId) Returns all the organizations that the user has permission to view where uuid = ? and companyId = ?.static List<Organization>
OrganizationUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the organizations that the user has permission to view where uuid = ? and companyId = ?.static List<Organization>
OrganizationUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?.OrganizationPersistence.findAll()
Returns all the organizations.OrganizationPersistence.findAll
(int start, int end) Returns a range of all the organizations.OrganizationPersistence.findAll
(int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations.OrganizationPersistence.findAll
(int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations.static List<Organization>
OrganizationUtil.findAll()
Returns all the organizations.static List<Organization>
OrganizationUtil.findAll
(int start, int end) Returns a range of all the organizations.static List<Organization>
OrganizationUtil.findAll
(int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations.static List<Organization>
OrganizationUtil.findAll
(int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations.OrganizationPersistence.findByC_LikeN
(long companyId, String name) Returns all the organizations where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeN
(long companyId, String name, int start, int end) Returns a range of all the organizations where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.findByC_LikeN
(long companyId, String name) Returns all the organizations where companyId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.findByC_LikeN
(long companyId, String name, int start, int end) Returns a range of all the organizations where companyId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeT
(long companyId, String treePath) Returns all the organizations where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_LikeT
(long companyId, String treePath, int start, int end) Returns a range of all the organizations where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.static List<Organization>
OrganizationUtil.findByC_LikeT
(long companyId, String treePath) Returns all the organizations where companyId = ? and treePath LIKE ?.static List<Organization>
OrganizationUtil.findByC_LikeT
(long companyId, String treePath, int start, int end) Returns a range of all the organizations where companyId = ? and treePath LIKE ?.static List<Organization>
OrganizationUtil.findByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.static List<Organization>
OrganizationUtil.findByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_P
(long companyId, long parentOrganizationId) Returns all the organizations where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByC_P
(long companyId, long parentOrganizationId, int start, int end) Returns a range of all the organizations where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.findByC_P
(long companyId, long parentOrganizationId) Returns all the organizations where companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.findByC_P
(long companyId, long parentOrganizationId, int start, int end) Returns a range of all the organizations where companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.findByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.findByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByC_P_LikeN
(long companyId, long parentOrganizationId, String name) Returns all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end) Returns a range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.findByC_P_LikeN
(long companyId, long parentOrganizationId, String name) Returns all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.findByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end) Returns a range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.findByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.findByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByCompanyId
(long companyId) Returns all the organizations where companyId = ?.OrganizationPersistence.findByCompanyId
(long companyId, int start, int end) Returns a range of all the organizations where companyId = ?.OrganizationPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ?.OrganizationPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ?.static List<Organization>
OrganizationUtil.findByCompanyId
(long companyId) Returns all the organizations where companyId = ?.static List<Organization>
OrganizationUtil.findByCompanyId
(long companyId, int start, int end) Returns a range of all the organizations where companyId = ?.static List<Organization>
OrganizationUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ?.static List<Organization>
OrganizationUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ?.OrganizationPersistence.findByCompanyIdLocations
(long companyId) Returns all the organizations where companyId = ?.OrganizationPersistence.findByCompanyIdLocations
(long companyId, int start, int end) Returns a range of all the organizations where companyId = ?.OrganizationPersistence.findByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ?.OrganizationPersistence.findByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ?.static List<Organization>
OrganizationUtil.findByCompanyIdLocations
(long companyId) Returns all the organizations where companyId = ?.static List<Organization>
OrganizationUtil.findByCompanyIdLocations
(long companyId, int start, int end) Returns a range of all the organizations where companyId = ?.static List<Organization>
OrganizationUtil.findByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ?.static List<Organization>
OrganizationUtil.findByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ?.OrganizationPersistence.findByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId) Returns all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end) Returns a range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.findByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId) Returns all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.findByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end) Returns a range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.findByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.findByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByUuid
(String uuid) Returns all the organizations where uuid = ?.OrganizationPersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the organizations where uuid = ?.OrganizationPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where uuid = ?.OrganizationPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where uuid = ?.static List<Organization>
OrganizationUtil.findByUuid
(String uuid) Returns all the organizations where uuid = ?.static List<Organization>
OrganizationUtil.findByUuid
(String uuid, int start, int end) Returns a range of all the organizations where uuid = ?.static List<Organization>
OrganizationUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where uuid = ?.static List<Organization>
OrganizationUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where uuid = ?.OrganizationPersistence.findByUuid_C
(String uuid, long companyId) Returns all the organizations where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the organizations where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where uuid = ? and companyId = ?.static List<Organization>
OrganizationUtil.findByUuid_C
(String uuid, long companyId) Returns all the organizations where uuid = ? and companyId = ?.static List<Organization>
OrganizationUtil.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the organizations where uuid = ? and companyId = ?.static List<Organization>
OrganizationUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where uuid = ? and companyId = ?.static List<Organization>
OrganizationUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where uuid = ? and companyId = ?.OrganizationFinder.findO_ByC_PO_N_T_S_C_Z_R_C
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String[] names, String type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationFinder.findO_ByC_PO_N_T_S_C_Z_R_C
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationFinderUtil.findO_ByC_PO_N_T_S_C_Z_R_C
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String[] names, String type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationFinderUtil.findO_ByC_PO_N_T_S_C_Z_R_C
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationFinder.findO_ByKeywords
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationFinderUtil.findO_ByKeywords
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationFinder.findO_ByNoAssets()
static List<Organization>
OrganizationFinderUtil.findO_ByNoAssets()
static List<Organization>
OrganizationUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<Organization>
OrganizationUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<Organization>
OrganizationUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Organization> orderByComparator) GroupPersistence.getOrganizations
(long pk) Returns all the organizations associated with the group.GroupPersistence.getOrganizations
(long pk, int start, int end) Returns a range of all the organizations associated with the group.GroupPersistence.getOrganizations
(long pk, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations associated with the group.static List<Organization>
GroupUtil.getOrganizations
(long pk) Returns all the organizations associated with the group.static List<Organization>
GroupUtil.getOrganizations
(long pk, int start, int end) Returns a range of all the organizations associated with the group.static List<Organization>
GroupUtil.getOrganizations
(long pk, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations associated with the group.UserPersistence.getOrganizations
(long pk) Returns all the organizations associated with the user.UserPersistence.getOrganizations
(long pk, int start, int end) Returns a range of all the organizations associated with the user.UserPersistence.getOrganizations
(long pk, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations associated with the user.static List<Organization>
UserUtil.getOrganizations
(long pk) Returns all the organizations associated with the user.static List<Organization>
UserUtil.getOrganizations
(long pk, int start, int end) Returns a range of all the organizations associated with the user.static List<Organization>
UserUtil.getOrganizations
(long pk, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations associated with the user.Methods in com.liferay.portal.kernel.service.persistence with parameters of type OrganizationModifier and TypeMethodDescriptionboolean
GroupPersistence.addOrganization
(long pk, Organization organization) Adds an association between the group and the organization.static boolean
GroupUtil.addOrganization
(long pk, Organization organization) Adds an association between the group and the organization.boolean
UserPersistence.addOrganization
(long pk, Organization organization) Adds an association between the user and the organization.static boolean
UserUtil.addOrganization
(long pk, Organization organization) Adds an association between the user and the organization.void
OrganizationPersistence.cacheResult
(Organization organization) Caches the organization in the entity cache if it is enabled.static void
OrganizationUtil.cacheResult
(Organization organization) Caches the organization in the entity cache if it is enabled.static void
OrganizationUtil.clearCache
(Organization organization) void
GroupPersistence.removeOrganization
(long pk, Organization organization) Removes the association between the group and the organization.static void
GroupUtil.removeOrganization
(long pk, Organization organization) Removes the association between the group and the organization.void
UserPersistence.removeOrganization
(long pk, Organization organization) Removes the association between the user and the organization.static void
UserUtil.removeOrganization
(long pk, Organization organization) Removes the association between the user and the organization.static Organization
OrganizationUtil.update
(Organization organization) static Organization
OrganizationUtil.update
(Organization organization, ServiceContext serviceContext) OrganizationPersistence.updateImpl
(Organization organization) static Organization
OrganizationUtil.updateImpl
(Organization organization) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type OrganizationModifier and TypeMethodDescriptionboolean
GroupPersistence.addOrganizations
(long pk, List<Organization> organizations) Adds an association between the group and the organizations.static boolean
GroupUtil.addOrganizations
(long pk, List<Organization> organizations) Adds an association between the group and the organizations.boolean
UserPersistence.addOrganizations
(long pk, List<Organization> organizations) Adds an association between the user and the organizations.static boolean
UserUtil.addOrganizations
(long pk, List<Organization> organizations) Adds an association between the user and the organizations.void
OrganizationPersistence.cacheResult
(List<Organization> organizations) Caches the organizations in the entity cache if it is enabled.static void
OrganizationUtil.cacheResult
(List<Organization> organizations) Caches the organizations in the entity cache if it is enabled.OrganizationPersistence.fetchByC_LikeN_First
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and name LIKE ?.static Organization
OrganizationUtil.fetchByC_LikeN_First
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and name LIKE ?.OrganizationPersistence.fetchByC_LikeN_Last
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and name LIKE ?.static Organization
OrganizationUtil.fetchByC_LikeN_Last
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and name LIKE ?.OrganizationPersistence.fetchByC_LikeT_First
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization
OrganizationUtil.fetchByC_LikeT_First
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.OrganizationPersistence.fetchByC_LikeT_Last
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization
OrganizationUtil.fetchByC_LikeT_Last
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.OrganizationPersistence.fetchByC_P_First
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.fetchByC_P_First
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.fetchByC_P_Last
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.fetchByC_P_Last
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.fetchByC_P_LikeN_First
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization
OrganizationUtil.fetchByC_P_LikeN_First
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.fetchByC_P_LikeN_Last
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization
OrganizationUtil.fetchByC_P_LikeN_Last
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.OrganizationPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.OrganizationPersistence.fetchByCompanyIdLocations_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.fetchByCompanyIdLocations_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.OrganizationPersistence.fetchByCompanyIdLocations_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.fetchByCompanyIdLocations_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.OrganizationPersistence.fetchByGtO_C_P_First
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.fetchByGtO_C_P_First
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.fetchByGtO_C_P_Last
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.fetchByGtO_C_P_Last
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ? and companyId = ?.static Organization
OrganizationUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ? and companyId = ?.static Organization
OrganizationUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.fetchByUuid_First
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ?.static Organization
OrganizationUtil.fetchByUuid_First
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ?.OrganizationPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ?.static Organization
OrganizationUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ?.OrganizationPersistence.filterFindByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.filterFindByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_LikeN_PrevAndNext
(long organizationId, long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and name LIKE ?.static Organization[]
OrganizationUtil.filterFindByC_LikeN_PrevAndNext
(long organizationId, long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?.static List<Organization>
OrganizationUtil.filterFindByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?.OrganizationPersistence.filterFindByC_LikeT_PrevAndNext
(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.static Organization[]
OrganizationUtil.filterFindByC_LikeT_PrevAndNext
(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.OrganizationPersistence.filterFindByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.filterFindByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.filterFindByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.filterFindByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_P_LikeN_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization[]
OrganizationUtil.filterFindByC_P_LikeN_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_P_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.static Organization[]
OrganizationUtil.filterFindByC_P_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.static List<Organization>
OrganizationUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.OrganizationPersistence.filterFindByCompanyId_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.static Organization[]
OrganizationUtil.filterFindByCompanyId_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.OrganizationPersistence.filterFindByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.static List<Organization>
OrganizationUtil.filterFindByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.OrganizationPersistence.filterFindByCompanyIdLocations_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.static Organization[]
OrganizationUtil.filterFindByCompanyIdLocations_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.OrganizationPersistence.filterFindByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.filterFindByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?.static List<Organization>
OrganizationUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?.OrganizationPersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?.static List<Organization>
OrganizationUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?.OrganizationPersistence.filterFindByUuid_C_PrevAndNext
(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?.static Organization[]
OrganizationUtil.filterFindByUuid_C_PrevAndNext
(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?.OrganizationPersistence.filterFindByUuid_PrevAndNext
(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?.static Organization[]
OrganizationUtil.filterFindByUuid_PrevAndNext
(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?.OrganizationPersistence.findAll
(int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations.OrganizationPersistence.findAll
(int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations.static List<Organization>
OrganizationUtil.findAll
(int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations.static List<Organization>
OrganizationUtil.findAll
(int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations.OrganizationPersistence.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeN_First
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and name LIKE ?.static Organization
OrganizationUtil.findByC_LikeN_First
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeN_Last
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and name LIKE ?.static Organization
OrganizationUtil.findByC_LikeN_Last
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeN_PrevAndNext
(long organizationId, long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and name LIKE ?.static Organization[]
OrganizationUtil.findByC_LikeN_PrevAndNext
(long organizationId, long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.static List<Organization>
OrganizationUtil.findByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.static List<Organization>
OrganizationUtil.findByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_LikeT_First
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization
OrganizationUtil.findByC_LikeT_First
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_LikeT_Last
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization
OrganizationUtil.findByC_LikeT_Last
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_LikeT_PrevAndNext
(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization[]
OrganizationUtil.findByC_LikeT_PrevAndNext
(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.findByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.findByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByC_P_First
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.findByC_P_First
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByC_P_Last
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.findByC_P_Last
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.findByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.findByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_LikeN_First
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization
OrganizationUtil.findByC_P_LikeN_First
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_LikeN_Last
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization
OrganizationUtil.findByC_P_LikeN_Last
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_LikeN_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization[]
OrganizationUtil.findByC_P_LikeN_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization[]
OrganizationUtil.findByC_P_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ?.OrganizationPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ?.static List<Organization>
OrganizationUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ?.static List<Organization>
OrganizationUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ?.OrganizationPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.findByCompanyId_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyId_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ?.static Organization[]
OrganizationUtil.findByCompanyId_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ?.OrganizationPersistence.findByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ?.static List<Organization>
OrganizationUtil.findByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ?.static List<Organization>
OrganizationUtil.findByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ?.OrganizationPersistence.findByCompanyIdLocations_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.findByCompanyIdLocations_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyIdLocations_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.findByCompanyIdLocations_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyIdLocations_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ?.static Organization[]
OrganizationUtil.findByCompanyIdLocations_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ?.OrganizationPersistence.findByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.findByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.findByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByGtO_C_P_First
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.findByGtO_C_P_First
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByGtO_C_P_Last
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.findByGtO_C_P_Last
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where uuid = ?.OrganizationPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where uuid = ?.static List<Organization>
OrganizationUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where uuid = ?.static List<Organization>
OrganizationUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where uuid = ?.OrganizationPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where uuid = ? and companyId = ?.static List<Organization>
OrganizationUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where uuid = ? and companyId = ?.static List<Organization>
OrganizationUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ? and companyId = ?.static Organization
OrganizationUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ? and companyId = ?.static Organization
OrganizationUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_C_PrevAndNext
(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.static Organization[]
OrganizationUtil.findByUuid_C_PrevAndNext
(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_First
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ?.static Organization
OrganizationUtil.findByUuid_First
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ?.OrganizationPersistence.findByUuid_Last
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ?.static Organization
OrganizationUtil.findByUuid_Last
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ?.OrganizationPersistence.findByUuid_PrevAndNext
(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where uuid = ?.static Organization[]
OrganizationUtil.findByUuid_PrevAndNext
(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where uuid = ?.OrganizationFinder.findO_ByC_PO_N_T_S_C_Z_R_C
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String[] names, String type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationFinder.findO_ByC_PO_N_T_S_C_Z_R_C
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationFinderUtil.findO_ByC_PO_N_T_S_C_Z_R_C
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String[] names, String type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationFinderUtil.findO_ByC_PO_N_T_S_C_Z_R_C
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationFinder.findO_ByKeywords
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationFinderUtil.findO_ByKeywords
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Organization> orderByComparator) GroupPersistence.getOrganizations
(long pk, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations associated with the group.static List<Organization>
GroupUtil.getOrganizations
(long pk, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations associated with the group.UserPersistence.getOrganizations
(long pk, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations associated with the user.static List<Organization>
UserUtil.getOrganizations
(long pk, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations associated with the user.void
GroupPersistence.removeOrganizations
(long pk, List<Organization> organizations) Removes the association between the group and the organizations.static void
GroupUtil.removeOrganizations
(long pk, List<Organization> organizations) Removes the association between the group and the organizations.void
UserPersistence.removeOrganizations
(long pk, List<Organization> organizations) Removes the association between the user and the organizations.static void
UserUtil.removeOrganizations
(long pk, List<Organization> organizations) Removes the association between the user and the organizations.void
GroupPersistence.setOrganizations
(long pk, List<Organization> organizations) Sets the organizations associated with the group, removing and adding associations as necessary.static void
GroupUtil.setOrganizations
(long pk, List<Organization> organizations) Sets the organizations associated with the group, removing and adding associations as necessary.void
UserPersistence.setOrganizations
(long pk, List<Organization> organizations) Sets the organizations associated with the user, removing and adding associations as necessary.static void
UserUtil.setOrganizations
(long pk, List<Organization> organizations) Sets the organizations associated with the user, removing and adding associations as necessary. -
Uses of Organization in com.liferay.portal.kernel.util.comparator
Methods in com.liferay.portal.kernel.util.comparator with parameters of type OrganizationModifier and TypeMethodDescriptionint
OrganizationIdComparator.compare
(Organization organization1, Organization organization2) int
OrganizationNameComparator.compare
(Organization organization1, Organization organization2) int
OrganizationTypeComparator.compare
(Organization organization1, Organization organization2)