Package | Description |
---|---|
com.liferay.announcements.kernel.util | |
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.security.membershippolicy | |
com.liferay.portal.kernel.security.permission |
This package defines the portal security permission interfaces and classes.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.permission |
This package defines the portal service permission interfaces and utilities.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
com.liferay.portal.kernel.util.comparator |
This package defines the portal comparator classes.
|
com.liferay.users.admin.kernel.util |
Modifier and Type | Method and Description |
---|---|
static List<Organization> |
AnnouncementsUtil.getOrganizations(ThemeDisplay themeDisplay) |
Modifier and Type | Class and Description |
---|---|
class |
OrganizationWrapper
This class is a wrapper for
Organization . |
Modifier and Type | Field and Description |
---|---|
static Accessor<Organization,String> |
Organization.NAME_ACCESSOR |
static Accessor<Organization,Long> |
Organization.ORGANIZATION_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
Organization |
Organization.getParentOrganization() |
Organization |
OrganizationWrapper.getParentOrganization() |
Organization |
OrganizationWrapper.getWrappedModel() |
Organization |
OrganizationModel.toEscapedModel() |
Organization |
OrganizationWrapper.toEscapedModel() |
Organization |
OrganizationModel.toUnescapedModel() |
Organization |
OrganizationWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
List<Organization> |
Organization.getAncestors() |
List<Organization> |
OrganizationWrapper.getAncestors() |
List<Organization> |
Organization.getDescendants() |
List<Organization> |
OrganizationWrapper.getDescendants() |
List<Organization> |
User.getOrganizations() |
List<Organization> |
UserWrapper.getOrganizations() |
List<Organization> |
User.getOrganizations(boolean includeAdministrative) |
List<Organization> |
UserWrapper.getOrganizations(boolean includeAdministrative) |
List<Organization> |
Organization.getSuborganizations() |
List<Organization> |
OrganizationWrapper.getSuborganizations() |
CacheModel<Organization> |
OrganizationModel.toCacheModel() |
CacheModel<Organization> |
OrganizationWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
OrganizationModel.compareTo(Organization organization) |
int |
OrganizationWrapper.compareTo(Organization organization) |
static OrganizationSoap |
OrganizationSoap.toSoapModel(Organization model) |
static OrganizationSoap[] |
OrganizationSoap.toSoapModels(Organization[] models) |
static OrganizationSoap[][] |
OrganizationSoap.toSoapModels(Organization[][] models) |
Modifier and Type | Method and Description |
---|---|
boolean |
OrgGroupRoleWrapper.containsOrganization(List<Organization> organizations) |
boolean |
OrgGroupRole.containsOrganization(List<Organization> organizations) |
static OrganizationSoap[] |
OrganizationSoap.toSoapModels(List<Organization> models) |
Constructor and Description |
---|
OrganizationWrapper(Organization organization) |
Modifier and Type | Method and Description |
---|---|
List<Organization> |
MembershipPolicyException.getOrganizations() |
Modifier and Type | Method and Description |
---|---|
void |
MembershipPolicyException.addOrganization(Organization organization) |
void |
DummyOrganizationMembershipPolicy.verifyPolicy(Organization organization) |
void |
BaseOrganizationMembershipPolicy.verifyPolicy(Organization organization) |
static void |
OrganizationMembershipPolicyUtil.verifyPolicy(Organization organization) |
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 |
DummyOrganizationMembershipPolicy.verifyPolicy(Organization organization,
Organization oldOrganization,
List<AssetCategory> oldAssetCategories,
List<AssetTag> oldAssetTags,
Map<String,Serializable> oldExpandoAttributes) |
static void |
OrganizationMembershipPolicyUtil.verifyPolicy(Organization organization,
Organization oldOrganization,
List<AssetCategory> oldAssetCategories,
List<AssetTag> oldAssetTags,
Map<String,Serializable> oldExpandoAttributes) |
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<Organization> |
UserBag.getUserOrgs() |
Modifier and Type | Method and Description |
---|---|
boolean |
UserBag.hasUserOrg(Organization organization) |
Modifier and Type | Method and Description |
---|---|
Organization |
OrganizationLocalService.addOrganization(long userId,
long parentOrganizationId,
String name,
boolean site)
Adds an organization.
|
static Organization |
OrganizationLocalServiceUtil.addOrganization(long userId,
long parentOrganizationId,
String name,
boolean site)
Adds an organization.
|
Organization |
OrganizationLocalServiceWrapper.addOrganization(long userId,
long parentOrganizationId,
String name,
boolean site)
Adds an organization.
|
Organization |
OrganizationLocalService.addOrganization(long userId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization.
|
static Organization |
OrganizationLocalServiceUtil.addOrganization(long userId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization.
|
Organization |
OrganizationLocalServiceWrapper.addOrganization(long userId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization.
|
Organization |
OrganizationService.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
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.
|
Organization |
OrganizationServiceWrapper.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
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(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
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.
|
Organization |
OrganizationService.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization.
|
Organization |
OrganizationServiceWrapper.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization.
|
static Organization |
OrganizationServiceUtil.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization.
|
Organization |
OrganizationLocalService.addOrganization(Organization organization)
Adds the organization to the database.
|
static Organization |
OrganizationLocalServiceUtil.addOrganization(Organization organization)
Adds the organization to the database.
|
Organization |
OrganizationLocalServiceWrapper.addOrganization(Organization organization)
Adds the organization to the database.
|
Organization |
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.
|
Organization |
OrganizationLocalServiceWrapper.createOrganization(long organizationId)
Creates a new organization with the primary key.
|
Organization |
OrganizationLocalService.deleteOrganization(long organizationId)
Deletes the organization with the primary key from the database.
|
static Organization |
OrganizationLocalServiceUtil.deleteOrganization(long organizationId)
Deletes the organization with the primary key from the database.
|
Organization |
OrganizationLocalServiceWrapper.deleteOrganization(long organizationId)
Deletes the organization with the primary key from the database.
|
Organization |
OrganizationLocalService.deleteOrganization(Organization organization)
Deletes the organization from the database.
|
static Organization |
OrganizationLocalServiceUtil.deleteOrganization(Organization organization)
Deletes the organization from the database.
|
Organization |
OrganizationLocalServiceWrapper.deleteOrganization(Organization organization)
Deletes the organization from the database.
|
Organization |
OrganizationLocalService.fetchOrganization(long organizationId) |
static Organization |
OrganizationLocalServiceUtil.fetchOrganization(long organizationId) |
Organization |
OrganizationService.fetchOrganization(long organizationId)
Returns the organization with the primary key.
|
Organization |
OrganizationServiceWrapper.fetchOrganization(long organizationId)
Returns the organization with the primary key.
|
static Organization |
OrganizationServiceUtil.fetchOrganization(long organizationId)
Returns the organization with the primary key.
|
Organization |
OrganizationLocalServiceWrapper.fetchOrganization(long organizationId) |
Organization |
OrganizationLocalService.fetchOrganization(long companyId,
String name)
Returns the organization with the name.
|
static Organization |
OrganizationLocalServiceUtil.fetchOrganization(long companyId,
String name)
Returns the organization with the name.
|
Organization |
OrganizationLocalServiceWrapper.fetchOrganization(long companyId,
String name)
Returns the organization with the name.
|
Organization |
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.
|
Organization |
OrganizationLocalServiceWrapper.fetchOrganizationByUuidAndCompanyId(String uuid,
long companyId)
Returns the organization with the matching UUID and company.
|
Organization |
OrganizationLocalService.getOrganization(long organizationId)
Returns the organization with the primary key.
|
static Organization |
OrganizationLocalServiceUtil.getOrganization(long organizationId)
Returns the organization with the primary key.
|
Organization |
OrganizationService.getOrganization(long organizationId)
Returns the organization with the primary key.
|
Organization |
OrganizationServiceWrapper.getOrganization(long organizationId)
Returns the organization with the primary key.
|
static Organization |
OrganizationServiceUtil.getOrganization(long organizationId)
Returns the organization with the primary key.
|
Organization |
OrganizationLocalServiceWrapper.getOrganization(long organizationId)
Returns the organization with the primary key.
|
Organization |
OrganizationLocalService.getOrganization(long companyId,
String name)
Returns the organization with the name.
|
static Organization |
OrganizationLocalServiceUtil.getOrganization(long companyId,
String name)
Returns the organization with the name.
|
Organization |
OrganizationLocalServiceWrapper.getOrganization(long companyId,
String name)
Returns the organization with the name.
|
Organization |
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.
|
Organization |
OrganizationLocalServiceWrapper.getOrganizationByUuidAndCompanyId(String uuid,
long companyId)
Returns the organization with the matching UUID and company.
|
Organization |
OrganizationLocalService.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean logo,
byte[] logoBytes,
boolean site,
ServiceContext serviceContext)
Updates the organization.
|
static Organization |
OrganizationLocalServiceUtil.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean logo,
byte[] logoBytes,
boolean site,
ServiceContext serviceContext)
Updates the organization.
|
Organization |
OrganizationLocalServiceWrapper.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean logo,
byte[] logoBytes,
boolean site,
ServiceContext serviceContext)
Updates the organization.
|
Organization |
OrganizationLocalService.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
OrganizationLocalService.updateOrganization(long, long, long, String, String, long,
long, long, String, boolean, byte[], boolean,
ServiceContext) |
static Organization |
OrganizationLocalServiceUtil.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
OrganizationLocalServiceUtil.updateOrganization(long, long, long, String, String, long,
long, long, String, boolean, byte[], boolean,
ServiceContext) |
Organization |
OrganizationLocalServiceWrapper.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
OrganizationLocalServiceWrapper.updateOrganization(long, long, long, String, String, long,
long, long, String, boolean, byte[], boolean,
ServiceContext) |
Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean logo,
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.
|
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean logo,
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(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean logo,
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.
|
Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated.
|
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated.
|
static Organization |
OrganizationServiceUtil.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated.
|
Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Updates the organization.
|
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Updates the organization.
|
static Organization |
OrganizationServiceUtil.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Updates the organization.
|
Organization |
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.
|
Organization |
OrganizationLocalServiceWrapper.updateOrganization(Organization organization)
Updates the organization in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
List<Organization> |
OrganizationLocalService.getGroupOrganizations(long groupId) |
static List<Organization> |
OrganizationLocalServiceUtil.getGroupOrganizations(long groupId) |
List<Organization> |
OrganizationLocalServiceWrapper.getGroupOrganizations(long groupId) |
List<Organization> |
OrganizationLocalService.getGroupOrganizations(long groupId,
int start,
int end) |
static List<Organization> |
OrganizationLocalServiceUtil.getGroupOrganizations(long groupId,
int start,
int end) |
List<Organization> |
OrganizationLocalServiceWrapper.getGroupOrganizations(long groupId,
int start,
int end) |
List<Organization> |
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) |
List<Organization> |
OrganizationLocalServiceWrapper.getGroupOrganizations(long groupId,
int start,
int end,
OrderByComparator<Organization> orderByComparator) |
List<Organization> |
OrganizationLocalService.getGroupUserOrganizations(long groupId,
long userId) |
static List<Organization> |
OrganizationLocalServiceUtil.getGroupUserOrganizations(long groupId,
long userId) |
List<Organization> |
OrganizationLocalServiceWrapper.getGroupUserOrganizations(long groupId,
long userId) |
List<Organization> |
OrganizationService.getGtOrganizations(long gtOrganizationId,
long companyId,
long parentOrganizationId,
int size) |
List<Organization> |
OrganizationServiceWrapper.getGtOrganizations(long gtOrganizationId,
long companyId,
long parentOrganizationId,
int size) |
static List<Organization> |
OrganizationServiceUtil.getGtOrganizations(long gtOrganizationId,
long companyId,
long parentOrganizationId,
int size) |
List<Organization> |
OrganizationLocalService.getNoAssetOrganizations() |
static List<Organization> |
OrganizationLocalServiceUtil.getNoAssetOrganizations() |
List<Organization> |
OrganizationLocalServiceWrapper.getNoAssetOrganizations() |
List<Organization> |
OrganizationLocalService.getOrganizations(int start,
int end)
Returns a range of all the organizations.
|
static List<Organization> |
OrganizationLocalServiceUtil.getOrganizations(int start,
int end)
Returns a range of all the organizations.
|
List<Organization> |
OrganizationLocalServiceWrapper.getOrganizations(int start,
int end)
Returns a range of all the organizations.
|
List<Organization> |
OrganizationLocalService.getOrganizations(long[] organizationIds)
Returns the organizations with the primary keys.
|
static List<Organization> |
OrganizationLocalServiceUtil.getOrganizations(long[] organizationIds)
Returns the organizations with the primary keys.
|
List<Organization> |
OrganizationLocalServiceWrapper.getOrganizations(long[] organizationIds)
Returns the organizations with the primary keys.
|
List<Organization> |
OrganizationLocalService.getOrganizations(long userId,
int start,
int end,
OrderByComparator<Organization> obc) |
static List<Organization> |
OrganizationLocalServiceUtil.getOrganizations(long userId,
int start,
int end,
OrderByComparator<Organization> obc) |
List<Organization> |
OrganizationLocalServiceWrapper.getOrganizations(long userId,
int start,
int end,
OrderByComparator<Organization> obc) |
List<Organization> |
OrganizationLocalService.getOrganizations(long companyId,
long parentOrganizationId)
Returns all the organizations belonging to the parent organization.
|
static List<Organization> |
OrganizationLocalServiceUtil.getOrganizations(long companyId,
long parentOrganizationId)
Returns all the organizations belonging to the parent organization.
|
List<Organization> |
OrganizationService.getOrganizations(long companyId,
long parentOrganizationId)
Returns all the organizations belonging to the parent organization.
|
List<Organization> |
OrganizationServiceWrapper.getOrganizations(long companyId,
long parentOrganizationId)
Returns all the organizations belonging to the parent organization.
|
static List<Organization> |
OrganizationServiceUtil.getOrganizations(long companyId,
long parentOrganizationId)
Returns all the organizations belonging to the parent organization.
|
List<Organization> |
OrganizationLocalServiceWrapper.getOrganizations(long companyId,
long parentOrganizationId)
Returns all the organizations belonging to the parent organization.
|
List<Organization> |
OrganizationLocalService.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,
int start,
int end)
Returns a range of all the organizations belonging to the parent
organization.
|
List<Organization> |
OrganizationService.getOrganizations(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations belonging to the parent
organization.
|
List<Organization> |
OrganizationServiceWrapper.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)
Returns a range of all the organizations belonging to the parent
organization.
|
List<Organization> |
OrganizationLocalServiceWrapper.getOrganizations(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations belonging to the parent
organization.
|
List<Organization> |
OrganizationLocalService.getOrganizations(long companyId,
long parentOrganizationId,
String name,
int start,
int end) |
static List<Organization> |
OrganizationLocalServiceUtil.getOrganizations(long companyId,
long parentOrganizationId,
String name,
int start,
int end) |
List<Organization> |
OrganizationService.getOrganizations(long companyId,
long parentOrganizationId,
String name,
int start,
int end) |
List<Organization> |
OrganizationServiceWrapper.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) |
List<Organization> |
OrganizationLocalServiceWrapper.getOrganizations(long companyId,
long parentOrganizationId,
String name,
int start,
int end) |
List<Organization> |
OrganizationLocalService.getOrganizations(long companyId,
String treePath) |
static List<Organization> |
OrganizationLocalServiceUtil.getOrganizations(long companyId,
String treePath) |
List<Organization> |
OrganizationLocalServiceWrapper.getOrganizations(long companyId,
String treePath) |
List<Organization> |
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.
|
List<Organization> |
OrganizationLocalServiceWrapper.getParentOrganizations(long organizationId)
Returns the parent organizations in order by closest ancestor.
|
List<Organization> |
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.
|
List<Organization> |
OrganizationLocalServiceWrapper.getSuborganizations(List<Organization> organizations)
Returns the suborganizations of the organizations.
|
List<Organization> |
OrganizationLocalService.getSuborganizations(long companyId,
long organizationId)
Returns the suborganizations of the organization.
|
static List<Organization> |
OrganizationLocalServiceUtil.getSuborganizations(long companyId,
long organizationId)
Returns the suborganizations of the organization.
|
List<Organization> |
OrganizationLocalServiceWrapper.getSuborganizations(long companyId,
long organizationId)
Returns the suborganizations of the organization.
|
List<Organization> |
OrganizationLocalService.getSubsetOrganizations(List<Organization> allOrganizations,
List<Organization> availableOrganizations)
Returns the intersection of
allOrganizations and
availableOrganizations . |
static List<Organization> |
OrganizationLocalServiceUtil.getSubsetOrganizations(List<Organization> allOrganizations,
List<Organization> availableOrganizations)
Returns the intersection of
allOrganizations and
availableOrganizations . |
List<Organization> |
OrganizationLocalServiceWrapper.getSubsetOrganizations(List<Organization> allOrganizations,
List<Organization> availableOrganizations)
Returns the intersection of
allOrganizations and
availableOrganizations . |
List<Organization> |
OrganizationLocalService.getUserOrganizations(long userId) |
static List<Organization> |
OrganizationLocalServiceUtil.getUserOrganizations(long userId) |
List<Organization> |
OrganizationService.getUserOrganizations(long userId)
Returns all the organizations with which the user is explicitly
associated.
|
List<Organization> |
OrganizationServiceWrapper.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.
|
List<Organization> |
OrganizationLocalServiceWrapper.getUserOrganizations(long userId) |
List<Organization> |
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.
|
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.
|
List<Organization> |
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.
|
List<Organization> |
OrganizationLocalService.getUserOrganizations(long userId,
int start,
int end) |
static List<Organization> |
OrganizationLocalServiceUtil.getUserOrganizations(long userId,
int start,
int end) |
List<Organization> |
OrganizationLocalServiceWrapper.getUserOrganizations(long userId,
int start,
int end) |
List<Organization> |
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) |
List<Organization> |
OrganizationLocalServiceWrapper.getUserOrganizations(long userId,
int start,
int end,
OrderByComparator<Organization> orderByComparator) |
List<Organization> |
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.
|
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.
|
List<Organization> |
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.
|
List<Organization> |
OrganizationLocalService.search(long companyId,
long parentOrganizationId,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Organization> obc)
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 keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Organization> obc)
Returns an ordered range of all the organizations that match the
keywords, type, region, and country, without using the indexer.
|
List<Organization> |
OrganizationLocalServiceWrapper.search(long companyId,
long parentOrganizationId,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Organization> obc)
Returns an ordered range of all the organizations that match the
keywords, type, region, and country, without using the indexer.
|
List<Organization> |
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.
|
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.
|
List<Organization> |
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.
|
List<Organization> |
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> obc)
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 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> obc)
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.
|
List<Organization> |
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> obc)
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.
|
BaseModelSearchResult<Organization> |
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 keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort) |
BaseModelSearchResult<Organization> |
OrganizationLocalServiceWrapper.searchOrganizations(long companyId,
long parentOrganizationId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort) |
BaseModelSearchResult<Organization> |
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) |
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) |
BaseModelSearchResult<Organization> |
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) |
Modifier and Type | Method and Description |
---|---|
void |
OrganizationLocalService.addGroupOrganization(long groupId,
Organization organization) |
static void |
OrganizationLocalServiceUtil.addGroupOrganization(long groupId,
Organization organization) |
void |
OrganizationLocalServiceWrapper.addGroupOrganization(long groupId,
Organization organization) |
Organization |
OrganizationLocalService.addOrganization(Organization organization)
Adds the organization to the database.
|
static Organization |
OrganizationLocalServiceUtil.addOrganization(Organization organization)
Adds the organization to the database.
|
Organization |
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.
|
void |
OrganizationLocalService.addUserOrganization(long userId,
Organization organization) |
static void |
OrganizationLocalServiceUtil.addUserOrganization(long userId,
Organization organization) |
void |
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) |
Organization |
OrganizationLocalService.deleteOrganization(Organization organization)
Deletes the organization from the database.
|
static Organization |
OrganizationLocalServiceUtil.deleteOrganization(Organization organization)
Deletes the organization from the database.
|
Organization |
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.
|
Organization |
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.
|
Organization |
OrganizationLocalServiceWrapper.updateOrganization(Organization organization)
Updates the organization in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
void |
OrganizationLocalService.addGroupOrganizations(long groupId,
List<Organization> organizations) |
static void |
OrganizationLocalServiceUtil.addGroupOrganizations(long groupId,
List<Organization> organizations) |
void |
OrganizationLocalServiceWrapper.addGroupOrganizations(long groupId,
List<Organization> organizations) |
void |
OrganizationLocalService.addUserOrganizations(long userId,
List<Organization> organizations) |
static void |
OrganizationLocalServiceUtil.addUserOrganizations(long userId,
List<Organization> organizations) |
void |
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) |
List<Organization> |
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) |
List<Organization> |
OrganizationLocalServiceWrapper.getGroupOrganizations(long groupId,
int start,
int end,
OrderByComparator<Organization> orderByComparator) |
List<Organization> |
OrganizationLocalService.getOrganizations(long userId,
int start,
int end,
OrderByComparator<Organization> obc) |
static List<Organization> |
OrganizationLocalServiceUtil.getOrganizations(long userId,
int start,
int end,
OrderByComparator<Organization> obc) |
List<Organization> |
OrganizationLocalServiceWrapper.getOrganizations(long userId,
int start,
int end,
OrderByComparator<Organization> obc) |
List<Group> |
GroupServiceWrapper.getOrganizationsGroups(List<Organization> organizations)
Returns the groups associated with the organizations.
|
static List<Group> |
GroupServiceUtil.getOrganizationsGroups(List<Organization> organizations)
Returns the groups associated with the organizations.
|
List<Group> |
GroupLocalServiceWrapper.getOrganizationsGroups(List<Organization> organizations)
Returns the specified organization groups.
|
static List<Group> |
GroupLocalServiceUtil.getOrganizationsGroups(List<Organization> organizations)
Returns the specified organization groups.
|
List<Group> |
GroupLocalService.getOrganizationsGroups(List<Organization> organizations)
Returns the specified organization groups.
|
List<Group> |
GroupService.getOrganizationsGroups(List<Organization> organizations)
Returns the groups associated with the organizations.
|
List<Group> |
GroupLocalServiceWrapper.getOrganizationsRelatedGroups(List<Organization> organizations)
Returns all the groups related to the organizations.
|
static List<Group> |
GroupLocalServiceUtil.getOrganizationsRelatedGroups(List<Organization> organizations)
Returns all the groups related to the organizations.
|
List<Group> |
GroupLocalService.getOrganizationsRelatedGroups(List<Organization> organizations)
Returns all the groups related to the organizations.
|
List<Organization> |
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.
|
List<Organization> |
OrganizationLocalServiceWrapper.getSuborganizations(List<Organization> organizations)
Returns the suborganizations of the organizations.
|
List<Organization> |
OrganizationLocalService.getSubsetOrganizations(List<Organization> allOrganizations,
List<Organization> availableOrganizations)
Returns the intersection of
allOrganizations and
availableOrganizations . |
List<Organization> |
OrganizationLocalService.getSubsetOrganizations(List<Organization> allOrganizations,
List<Organization> availableOrganizations)
Returns the intersection of
allOrganizations and
availableOrganizations . |
static List<Organization> |
OrganizationLocalServiceUtil.getSubsetOrganizations(List<Organization> allOrganizations,
List<Organization> availableOrganizations)
Returns the intersection of
allOrganizations and
availableOrganizations . |
static List<Organization> |
OrganizationLocalServiceUtil.getSubsetOrganizations(List<Organization> allOrganizations,
List<Organization> availableOrganizations)
Returns the intersection of
allOrganizations and
availableOrganizations . |
List<Organization> |
OrganizationLocalServiceWrapper.getSubsetOrganizations(List<Organization> allOrganizations,
List<Organization> availableOrganizations)
Returns the intersection of
allOrganizations and
availableOrganizations . |
List<Organization> |
OrganizationLocalServiceWrapper.getSubsetOrganizations(List<Organization> allOrganizations,
List<Organization> availableOrganizations)
Returns the intersection of
allOrganizations and
availableOrganizations . |
List<Organization> |
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) |
List<Organization> |
OrganizationLocalServiceWrapper.getUserOrganizations(long userId,
int start,
int end,
OrderByComparator<Organization> orderByComparator) |
List<Organization> |
OrganizationLocalService.search(long companyId,
long parentOrganizationId,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Organization> obc)
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 keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Organization> obc)
Returns an ordered range of all the organizations that match the
keywords, type, region, and country, without using the indexer.
|
List<Organization> |
OrganizationLocalServiceWrapper.search(long companyId,
long parentOrganizationId,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Organization> obc)
Returns an ordered range of all the organizations that match the
keywords, type, region, and country, without using the indexer.
|
List<Organization> |
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> obc)
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 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> obc)
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.
|
List<Organization> |
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> obc)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
OrganizationPermission.check(PermissionChecker permissionChecker,
Organization organization,
String actionId) |
static void |
OrganizationPermissionUtil.check(PermissionChecker permissionChecker,
Organization organization,
String actionId) |
boolean |
OrganizationPermission.contains(PermissionChecker permissionChecker,
Organization organization,
String actionId) |
static boolean |
OrganizationPermissionUtil.contains(PermissionChecker permissionChecker,
Organization organization,
String actionId) |
Modifier and Type | Method and Description |
---|---|
Organization |
OrganizationPersistence.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.
|
Organization |
OrganizationPersistence.fetchByC_N(long companyId,
String name)
Returns the organization where companyId = ? and name = ? or returns
null if it could not be found. |
static Organization |
OrganizationUtil.fetchByC_N(long companyId,
String name)
Returns the organization where companyId = ? and name = ? or returns
null if it could not be found. |
Organization |
OrganizationPersistence.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the organization where companyId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
static Organization |
OrganizationUtil.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the organization where companyId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization |
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 ?.
|
Organization |
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 ?.
|
Organization |
OrganizationPersistence.fetchByC_T_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_T_First(long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
|
Organization |
OrganizationPersistence.fetchByC_T_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_T_Last(long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
|
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization |
OrganizationPersistence.fetchByLocations_First(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?.
|
static Organization |
OrganizationUtil.fetchByLocations_First(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?.
|
Organization |
OrganizationPersistence.fetchByLocations_Last(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?.
|
static Organization |
OrganizationUtil.fetchByLocations_Last(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?.
|
Organization |
OrganizationPersistence.fetchByO_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.fetchByO_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 = ?.
|
Organization |
OrganizationPersistence.fetchByO_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.fetchByO_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 = ?.
|
Organization |
OrganizationPersistence.fetchByPrimaryKey(long organizationId)
Returns the organization with the primary key or returns
null if it could not be found. |
static Organization |
OrganizationUtil.fetchByPrimaryKey(long organizationId)
Returns the organization with the primary key or returns
null if it could not be found. |
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization[] |
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 ?.
|
Organization[] |
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 = ?.
|
Organization[] |
OrganizationPersistence.filterFindByC_T_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_T_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 ?.
|
Organization[] |
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 = ?.
|
Organization[] |
OrganizationPersistence.filterFindByLocations_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.filterFindByLocations_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 = ?.
|
Organization[] |
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 = ?.
|
Organization[] |
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 = ?.
|
Organization |
OrganizationPersistence.findByC_N(long companyId,
String name)
Returns the organization where companyId = ? and name = ? or throws a
NoSuchOrganizationException if it could not be found. |
static Organization |
OrganizationUtil.findByC_N(long companyId,
String name)
Returns the organization where companyId = ? and name = ? or throws a
NoSuchOrganizationException if it could not be found. |
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization |
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 ?.
|
Organization |
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 ?.
|
Organization[] |
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 ?.
|
Organization[] |
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 = ?.
|
Organization |
OrganizationPersistence.findByC_T_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_T_First(long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
|
Organization |
OrganizationPersistence.findByC_T_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_T_Last(long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
|
Organization[] |
OrganizationPersistence.findByC_T_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_T_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 ?.
|
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization[] |
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 = ?.
|
Organization |
OrganizationPersistence.findByLocations_First(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?.
|
static Organization |
OrganizationUtil.findByLocations_First(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?.
|
Organization |
OrganizationPersistence.findByLocations_Last(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?.
|
static Organization |
OrganizationUtil.findByLocations_Last(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?.
|
Organization[] |
OrganizationPersistence.findByLocations_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.findByLocations_PrevAndNext(long organizationId,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ?.
|
Organization |
OrganizationPersistence.findByO_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.findByO_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 = ?.
|
Organization |
OrganizationPersistence.findByO_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.findByO_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 = ?.
|
Organization |
OrganizationPersistence.findByPrimaryKey(long organizationId)
Returns the organization with the primary key or throws a
NoSuchOrganizationException if it could not be found. |
static Organization |
OrganizationUtil.findByPrimaryKey(long organizationId)
Returns the organization with the primary key or throws a
NoSuchOrganizationException if it could not be found. |
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization[] |
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 = ?.
|
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization[] |
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 = ?.
|
Organization |
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.
|
Organization |
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.
|
static Organization |
OrganizationUtil.update(Organization organization) |
static Organization |
OrganizationUtil.update(Organization organization,
ServiceContext serviceContext) |
Organization |
OrganizationPersistence.updateImpl(Organization organization) |
static Organization |
OrganizationUtil.updateImpl(Organization organization) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,Organization> |
OrganizationPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,Organization> |
OrganizationUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<Organization> |
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 ?.
|
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 ?.
|
List<Organization> |
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 ?.
|
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 ?.
|
List<Organization> |
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 ?.
|
List<Organization> |
OrganizationPersistence.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)
Returns all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.
|
List<Organization> |
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 = ?.
|
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 = ?.
|
List<Organization> |
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 = ?.
|
List<Organization> |
OrganizationPersistence.filterFindByC_T(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_T(long companyId,
String treePath)
Returns all the organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
|
List<Organization> |
OrganizationPersistence.filterFindByC_T(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_T(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 ?.
|
List<Organization> |
OrganizationPersistence.filterFindByC_T(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_T(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 ?.
|
List<Organization> |
OrganizationPersistence.filterFindByCompanyId(long companyId)
Returns all the organizations that the user has permission to view where companyId = ?.
|
static List<Organization> |
OrganizationUtil.filterFindByCompanyId(long companyId)
Returns all the organizations that the user has permission to view where companyId = ?.
|
List<Organization> |
OrganizationPersistence.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)
Returns a range of all the organizations that the user has permission to view where companyId = ?.
|
List<Organization> |
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 = ?.
|
List<Organization> |
OrganizationPersistence.filterFindByLocations(long companyId)
Returns all the organizations that the user has permission to view where companyId = ?.
|
static List<Organization> |
OrganizationUtil.filterFindByLocations(long companyId)
Returns all the organizations that the user has permission to view where companyId = ?.
|
List<Organization> |
OrganizationPersistence.filterFindByLocations(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.filterFindByLocations(long companyId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ?.
|
List<Organization> |
OrganizationPersistence.filterFindByLocations(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.filterFindByLocations(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 = ?.
|
List<Organization> |
OrganizationPersistence.filterFindByO_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.filterFindByO_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 = ?.
|
List<Organization> |
OrganizationPersistence.filterFindByO_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.filterFindByO_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 = ?.
|
List<Organization> |
OrganizationPersistence.filterFindByO_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.filterFindByO_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 = ?.
|
List<Organization> |
OrganizationPersistence.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)
Returns all the organizations that the user has permission to view where uuid = ? and companyId = ?.
|
List<Organization> |
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 = ?.
|
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 = ?.
|
List<Organization> |
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 = ?.
|
List<Organization> |
OrganizationPersistence.filterFindByUuid(String uuid)
Returns all the organizations that the user has permission to view where uuid = ?.
|
static List<Organization> |
OrganizationUtil.filterFindByUuid(String uuid)
Returns all the organizations that the user has permission to view where uuid = ?.
|
List<Organization> |
OrganizationPersistence.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)
Returns a range of all the organizations that the user has permission to view where uuid = ?.
|
List<Organization> |
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 = ?.
|
List<Organization> |
OrganizationPersistence.findAll()
Returns all the organizations.
|
static List<Organization> |
OrganizationUtil.findAll()
Returns all the organizations.
|
List<Organization> |
OrganizationPersistence.findAll(int start,
int end)
Returns a range of all the organizations.
|
static List<Organization> |
OrganizationUtil.findAll(int start,
int end)
Returns a range of all the organizations.
|
List<Organization> |
OrganizationPersistence.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)
Returns an ordered range of all the organizations.
|
List<Organization> |
OrganizationPersistence.findAll(int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations.
|
static List<Organization> |
OrganizationUtil.findAll(int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations.
|
List<Organization> |
OrganizationPersistence.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)
Returns all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
List<Organization> |
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 ?.
|
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 ?.
|
List<Organization> |
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 ?.
|
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 ?.
|
List<Organization> |
OrganizationPersistence.findByC_P_LikeN(long companyId,
long parentOrganizationId,
String name,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
List<Organization> |
OrganizationPersistence.findByC_P(long companyId,
long parentOrganizationId)
Returns 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 = ?.
|
List<Organization> |
OrganizationPersistence.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)
Returns a range of all the organizations where companyId = ? and parentOrganizationId = ?.
|
List<Organization> |
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 = ?.
|
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 = ?.
|
List<Organization> |
OrganizationPersistence.findByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
|
List<Organization> |
OrganizationFinder.findByC_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> obc) |
static List<Organization> |
OrganizationFinderUtil.findByC_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> obc) |
List<Organization> |
OrganizationFinder.findByC_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> obc) |
static List<Organization> |
OrganizationFinderUtil.findByC_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> obc) |
List<Organization> |
OrganizationPersistence.findByC_T(long companyId,
String treePath)
Returns all the organizations where companyId = ? and treePath LIKE ?.
|
static List<Organization> |
OrganizationUtil.findByC_T(long companyId,
String treePath)
Returns all the organizations where companyId = ? and treePath LIKE ?.
|
List<Organization> |
OrganizationPersistence.findByC_T(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_T(long companyId,
String treePath,
int start,
int end)
Returns a range of all the organizations where companyId = ? and treePath LIKE ?.
|
List<Organization> |
OrganizationPersistence.findByC_T(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_T(long companyId,
String treePath,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
|
List<Organization> |
OrganizationPersistence.findByC_T(long companyId,
String treePath,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
|
static List<Organization> |
OrganizationUtil.findByC_T(long companyId,
String treePath,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
|
List<Organization> |
OrganizationPersistence.findByCompanyId(long companyId)
Returns all the organizations where companyId = ?.
|
static List<Organization> |
OrganizationUtil.findByCompanyId(long companyId)
Returns all the organizations where companyId = ?.
|
List<Organization> |
OrganizationPersistence.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)
Returns a range of all the organizations where companyId = ?.
|
List<Organization> |
OrganizationPersistence.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)
Returns an ordered range of all the organizations where companyId = ?.
|
List<Organization> |
OrganizationPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the organizations where companyId = ?.
|
List<Organization> |
OrganizationFinder.findByKeywords(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Organization> obc) |
static List<Organization> |
OrganizationFinderUtil.findByKeywords(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Organization> obc) |
List<Organization> |
OrganizationPersistence.findByLocations(long companyId)
Returns all the organizations where companyId = ?.
|
static List<Organization> |
OrganizationUtil.findByLocations(long companyId)
Returns all the organizations where companyId = ?.
|
List<Organization> |
OrganizationPersistence.findByLocations(long companyId,
int start,
int end)
Returns a range of all the organizations where companyId = ?.
|
static List<Organization> |
OrganizationUtil.findByLocations(long companyId,
int start,
int end)
Returns a range of all the organizations where companyId = ?.
|
List<Organization> |
OrganizationPersistence.findByLocations(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ?.
|
static List<Organization> |
OrganizationUtil.findByLocations(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ?.
|
List<Organization> |
OrganizationPersistence.findByLocations(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations where companyId = ?.
|
static List<Organization> |
OrganizationUtil.findByLocations(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations where companyId = ?.
|
List<Organization> |
OrganizationFinder.findByNoAssets() |
static List<Organization> |
OrganizationFinderUtil.findByNoAssets() |
List<Organization> |
OrganizationPersistence.findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Returns all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
static List<Organization> |
OrganizationUtil.findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Returns all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
List<Organization> |
OrganizationPersistence.findByO_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.findByO_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 = ?.
|
List<Organization> |
OrganizationPersistence.findByO_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.findByO_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 = ?.
|
List<Organization> |
OrganizationPersistence.findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
static List<Organization> |
OrganizationUtil.findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
List<Organization> |
OrganizationPersistence.findByUuid_C(String uuid,
long companyId)
Returns 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 = ?.
|
List<Organization> |
OrganizationPersistence.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)
Returns a range of all the organizations where uuid = ? and companyId = ?.
|
List<Organization> |
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 = ?.
|
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 = ?.
|
List<Organization> |
OrganizationPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the organizations where uuid = ? and companyId = ?.
|
List<Organization> |
OrganizationPersistence.findByUuid(String uuid)
Returns all the organizations where uuid = ?.
|
static List<Organization> |
OrganizationUtil.findByUuid(String uuid)
Returns all the organizations where uuid = ?.
|
List<Organization> |
OrganizationPersistence.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)
Returns a range of all the organizations where uuid = ?.
|
List<Organization> |
OrganizationPersistence.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)
Returns an ordered range of all the organizations where uuid = ?.
|
List<Organization> |
OrganizationPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the organizations where uuid = ?.
|
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) |
List<Organization> |
UserPersistence.getOrganizations(long pk)
Returns all the organizations associated with the user.
|
static List<Organization> |
GroupUtil.getOrganizations(long pk)
Returns all the organizations associated with the group.
|
static List<Organization> |
UserUtil.getOrganizations(long pk)
Returns all the organizations associated with the user.
|
List<Organization> |
GroupPersistence.getOrganizations(long pk)
Returns all the organizations associated with the group.
|
List<Organization> |
UserPersistence.getOrganizations(long pk,
int start,
int end)
Returns a range of all the organizations associated with the user.
|
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> |
UserUtil.getOrganizations(long pk,
int start,
int end)
Returns a range of all the organizations associated with the user.
|
List<Organization> |
GroupPersistence.getOrganizations(long pk,
int start,
int end)
Returns a range of all the organizations associated with the group.
|
List<Organization> |
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> |
GroupUtil.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> |
UserUtil.getOrganizations(long pk,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations associated with the user.
|
List<Organization> |
GroupPersistence.getOrganizations(long pk,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations associated with the group.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPersistence.addOrganization(long pk,
Organization organization)
Adds an association between the user and the organization.
|
static void |
GroupUtil.addOrganization(long pk,
Organization organization)
Adds an association between the group and the organization.
|
static void |
UserUtil.addOrganization(long pk,
Organization organization)
Adds an association between the user and the organization.
|
void |
GroupPersistence.addOrganization(long pk,
Organization organization)
Adds an association between the group 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 |
UserPersistence.removeOrganization(long pk,
Organization organization)
Removes the association between the user and the organization.
|
static void |
GroupUtil.removeOrganization(long pk,
Organization organization)
Removes the association between the group and the organization.
|
static void |
UserUtil.removeOrganization(long pk,
Organization organization)
Removes the association between the user and the organization.
|
void |
GroupPersistence.removeOrganization(long pk,
Organization organization)
Removes the association between the group and the organization.
|
static Organization |
OrganizationUtil.update(Organization organization) |
static Organization |
OrganizationUtil.update(Organization organization,
ServiceContext serviceContext) |
Organization |
OrganizationPersistence.updateImpl(Organization organization) |
static Organization |
OrganizationUtil.updateImpl(Organization organization) |
Modifier and Type | Method and Description |
---|---|
void |
UserPersistence.addOrganizations(long pk,
List<Organization> organizations)
Adds an association between the user and the organizations.
|
static void |
GroupUtil.addOrganizations(long pk,
List<Organization> organizations)
Adds an association between the group and the organizations.
|
static void |
UserUtil.addOrganizations(long pk,
List<Organization> organizations)
Adds an association between the user and the organizations.
|
void |
GroupPersistence.addOrganizations(long pk,
List<Organization> organizations)
Adds an association between the group 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.
|
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization |
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 ?.
|
Organization |
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 ?.
|
Organization |
OrganizationPersistence.fetchByC_T_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_T_First(long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
|
Organization |
OrganizationPersistence.fetchByC_T_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_T_Last(long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
|
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization |
OrganizationPersistence.fetchByLocations_First(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?.
|
static Organization |
OrganizationUtil.fetchByLocations_First(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?.
|
Organization |
OrganizationPersistence.fetchByLocations_Last(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?.
|
static Organization |
OrganizationUtil.fetchByLocations_Last(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?.
|
Organization |
OrganizationPersistence.fetchByO_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.fetchByO_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 = ?.
|
Organization |
OrganizationPersistence.fetchByO_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.fetchByO_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 = ?.
|
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization[] |
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 ?.
|
List<Organization> |
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 ?.
|
Organization[] |
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 = ?.
|
List<Organization> |
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 = ?.
|
Organization[] |
OrganizationPersistence.filterFindByC_T_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_T_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 ?.
|
List<Organization> |
OrganizationPersistence.filterFindByC_T(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_T(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 ?.
|
Organization[] |
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 = ?.
|
List<Organization> |
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 = ?.
|
Organization[] |
OrganizationPersistence.filterFindByLocations_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.filterFindByLocations_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 = ?.
|
List<Organization> |
OrganizationPersistence.filterFindByLocations(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.filterFindByLocations(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 = ?.
|
List<Organization> |
OrganizationPersistence.filterFindByO_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.filterFindByO_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 = ?.
|
Organization[] |
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 = ?.
|
List<Organization> |
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 = ?.
|
Organization[] |
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 = ?.
|
List<Organization> |
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 = ?.
|
List<Organization> |
OrganizationPersistence.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)
Returns an ordered range of all the organizations.
|
List<Organization> |
OrganizationPersistence.findAll(int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations.
|
static List<Organization> |
OrganizationUtil.findAll(int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations.
|
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization |
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 ?.
|
Organization |
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 ?.
|
Organization[] |
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 ?.
|
List<Organization> |
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 ?.
|
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 ?.
|
List<Organization> |
OrganizationPersistence.findByC_P_LikeN(long companyId,
long parentOrganizationId,
String name,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
Organization[] |
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 = ?.
|
List<Organization> |
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 = ?.
|
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 = ?.
|
List<Organization> |
OrganizationPersistence.findByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
|
List<Organization> |
OrganizationFinder.findByC_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> obc) |
static List<Organization> |
OrganizationFinderUtil.findByC_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> obc) |
List<Organization> |
OrganizationFinder.findByC_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> obc) |
static List<Organization> |
OrganizationFinderUtil.findByC_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> obc) |
Organization |
OrganizationPersistence.findByC_T_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_T_First(long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
|
Organization |
OrganizationPersistence.findByC_T_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_T_Last(long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
|
Organization[] |
OrganizationPersistence.findByC_T_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_T_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 ?.
|
List<Organization> |
OrganizationPersistence.findByC_T(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_T(long companyId,
String treePath,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
|
List<Organization> |
OrganizationPersistence.findByC_T(long companyId,
String treePath,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
|
static List<Organization> |
OrganizationUtil.findByC_T(long companyId,
String treePath,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
|
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization[] |
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 = ?.
|
List<Organization> |
OrganizationPersistence.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)
Returns an ordered range of all the organizations where companyId = ?.
|
List<Organization> |
OrganizationPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the organizations where companyId = ?.
|
List<Organization> |
OrganizationFinder.findByKeywords(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Organization> obc) |
static List<Organization> |
OrganizationFinderUtil.findByKeywords(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Organization> obc) |
Organization |
OrganizationPersistence.findByLocations_First(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?.
|
static Organization |
OrganizationUtil.findByLocations_First(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?.
|
Organization |
OrganizationPersistence.findByLocations_Last(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?.
|
static Organization |
OrganizationUtil.findByLocations_Last(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?.
|
Organization[] |
OrganizationPersistence.findByLocations_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.findByLocations_PrevAndNext(long organizationId,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ?.
|
List<Organization> |
OrganizationPersistence.findByLocations(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ?.
|
static List<Organization> |
OrganizationUtil.findByLocations(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ?.
|
List<Organization> |
OrganizationPersistence.findByLocations(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations where companyId = ?.
|
static List<Organization> |
OrganizationUtil.findByLocations(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations where companyId = ?.
|
Organization |
OrganizationPersistence.findByO_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.findByO_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 = ?.
|
Organization |
OrganizationPersistence.findByO_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.findByO_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 = ?.
|
List<Organization> |
OrganizationPersistence.findByO_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.findByO_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 = ?.
|
List<Organization> |
OrganizationPersistence.findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
static List<Organization> |
OrganizationUtil.findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization[] |
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 = ?.
|
List<Organization> |
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 = ?.
|
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 = ?.
|
List<Organization> |
OrganizationPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the organizations where uuid = ? and companyId = ?.
|
Organization |
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 = ?.
|
Organization |
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 = ?.
|
Organization[] |
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 = ?.
|
List<Organization> |
OrganizationPersistence.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)
Returns an ordered range of all the organizations where uuid = ?.
|
List<Organization> |
OrganizationPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the organizations where uuid = ?.
|
static List<Organization> |
OrganizationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Organization> orderByComparator) |
List<Organization> |
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> |
GroupUtil.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> |
UserUtil.getOrganizations(long pk,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations associated with the user.
|
List<Organization> |
GroupPersistence.getOrganizations(long pk,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations associated with the group.
|
void |
UserPersistence.removeOrganizations(long pk,
List<Organization> organizations)
Removes the association between the user and the organizations.
|
static void |
GroupUtil.removeOrganizations(long pk,
List<Organization> organizations)
Removes the association between the group and the organizations.
|
static void |
UserUtil.removeOrganizations(long pk,
List<Organization> organizations)
Removes the association between the user and the organizations.
|
void |
GroupPersistence.removeOrganizations(long pk,
List<Organization> organizations)
Removes the association between the group and the organizations.
|
void |
UserPersistence.setOrganizations(long pk,
List<Organization> organizations)
Sets the organizations associated with the user, 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.
|
static void |
UserUtil.setOrganizations(long pk,
List<Organization> organizations)
Sets the organizations associated with the user, removing and adding associations as necessary.
|
void |
GroupPersistence.setOrganizations(long pk,
List<Organization> organizations)
Sets the organizations associated with the group, removing and adding associations as necessary.
|
Modifier and Type | Method and Description |
---|---|
int |
OrganizationIdComparator.compare(Organization organization1,
Organization organization2) |
int |
OrganizationTypeComparator.compare(Organization organization1,
Organization organization2) |
int |
OrganizationNameComparator.compare(Organization organization1,
Organization organization2) |
Modifier and Type | Field and Description |
---|---|
static Accessor<Organization,String> |
UsersAdmin.ORGANIZATION_COUNTRY_NAME_ACCESSOR |
static Accessor<Organization,String> |
UsersAdmin.ORGANIZATION_REGION_NAME_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
static List<Organization> |
UsersAdminUtil.filterOrganizations(PermissionChecker permissionChecker,
List<Organization> organizations) |
List<Organization> |
UsersAdmin.filterOrganizations(PermissionChecker permissionChecker,
List<Organization> organizations) |
static OrderByComparator<Organization> |
UsersAdminUtil.getOrganizationOrderByComparator(String orderByCol,
String orderByType) |
OrderByComparator<Organization> |
UsersAdmin.getOrganizationOrderByComparator(String orderByCol,
String orderByType) |
static List<Organization> |
UsersAdminUtil.getOrganizations(Hits hits) |
List<Organization> |
UsersAdmin.getOrganizations(Hits hits) |
Modifier and Type | Method and Description |
---|---|
static void |
UsersAdminUtil.addPortletBreadcrumbEntries(Organization organization,
javax.servlet.http.HttpServletRequest request,
RenderResponse renderResponse) |
void |
UsersAdmin.addPortletBreadcrumbEntries(Organization organization,
javax.servlet.http.HttpServletRequest request,
RenderResponse renderResponse) |
Modifier and Type | Method and Description |
---|---|
static List<Organization> |
UsersAdminUtil.filterOrganizations(PermissionChecker permissionChecker,
List<Organization> organizations) |
List<Organization> |
UsersAdmin.filterOrganizations(PermissionChecker permissionChecker,
List<Organization> organizations) |
static Long[] |
UsersAdminUtil.getOrganizationIds(List<Organization> organizations) |
Long[] |
UsersAdmin.getOrganizationIds(List<Organization> organizations) |