Liferay 6.0-ee

Uses of Interface
com.liferay.portal.model.Organization

Packages that use Organization
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.security.permission   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.permission   
com.liferay.portal.service.persistence   
com.liferay.portlet.enterpriseadmin.action   
com.liferay.portlet.enterpriseadmin.search   
com.liferay.portlet.enterpriseadmin.util   
 

Uses of Organization in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Organization
 class OrganizationWrapper
           This class is a wrapper for Organization.
 

Methods in com.liferay.portal.model that return Organization
 Organization OrganizationWrapper.getParentOrganization()
           
 Organization Organization.getParentOrganization()
           
 Organization OrganizationWrapper.getWrappedOrganization()
           
 Organization OrganizationWrapper.toEscapedModel()
           
 Organization OrganizationModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Organization
 List<Organization> OrganizationWrapper.getAncestors()
           
 List<Organization> Organization.getAncestors()
           
 List<Organization> OrganizationWrapper.getDescendants()
           
 List<Organization> Organization.getDescendants()
           
 List<Organization> UserWrapper.getOrganizations()
           
 List<Organization> User.getOrganizations()
           
 List<Organization> OrganizationWrapper.getSuborganizations()
           
 List<Organization> Organization.getSuborganizations()
           
 

Methods in com.liferay.portal.model with parameters of type Organization
 int OrganizationWrapper.compareTo(Organization organization)
           
 int OrganizationModel.compareTo(Organization organization)
           
static OrganizationSoap OrganizationSoap.toSoapModel(Organization model)
           
static OrganizationSoap[] OrganizationSoap.toSoapModels(Organization[] models)
           
static OrganizationSoap[][] OrganizationSoap.toSoapModels(Organization[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type Organization
 boolean OrgGroupRoleWrapper.containsOrganization(List<Organization> organizations)
           
 boolean OrgGroupRole.containsOrganization(List<Organization> organizations)
           
 boolean OrgGroupPermissionWrapper.containsOrganization(List<Organization> organizations)
           
 boolean OrgGroupPermission.containsOrganization(List<Organization> organizations)
           
static OrganizationSoap[] OrganizationSoap.toSoapModels(List<Organization> models)
           
 

Constructors in com.liferay.portal.model with parameters of type Organization
OrganizationWrapper(Organization organization)
           
 

Uses of Organization in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement Organization
 class OrganizationImpl
           
 

Methods in com.liferay.portal.model.impl that return Organization
 Organization OrganizationImpl.getParentOrganization()
           
 Organization OrganizationModelImpl.toEscapedModel()
           
static Organization OrganizationModelImpl.toModel(OrganizationSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Organization
 List<Organization> OrganizationImpl.getAncestors()
           
 List<Organization> OrganizationImpl.getDescendants()
           
 List<Organization> UserImpl.getOrganizations()
           
 List<Organization> OrganizationImpl.getSuborganizations()
           
static List<Organization> OrganizationModelImpl.toModels(OrganizationSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type Organization
 int OrganizationModelImpl.compareTo(Organization organization)
           
 

Method parameters in com.liferay.portal.model.impl with type arguments of type Organization
 boolean OrgGroupRoleImpl.containsOrganization(List<Organization> organizations)
           
 boolean OrgGroupPermissionImpl.containsOrganization(List<Organization> organizations)
           
 

Uses of Organization in com.liferay.portal.security.permission
 

Methods in com.liferay.portal.security.permission that return types with arguments of type Organization
 List<Organization> PermissionCheckerBag.getUserOrgs()
           
 List<Organization> PermissionCheckerBagImpl.getUserOrgs()
           
protected  List<Organization> AdvancedPermissionChecker.getUserOrgs(long userId)
           
 

Constructor parameters in com.liferay.portal.security.permission with type arguments of type Organization
PermissionCheckerBagImpl(long userId, List<Group> userGroups, List<Organization> userOrgs, List<Group> userOrgGroups, List<Group> userUserGroupGroups, List<Group> groups, List<Role> roles)
           
 

Uses of Organization in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Organization
 Organization OrganizationLocalServiceWrapper.addOrganization(long userId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
static Organization OrganizationLocalServiceUtil.addOrganization(long userId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationLocalService.addOrganization(long userId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationServiceWrapper.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceUtil.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationService.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationServiceWrapper.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
static Organization OrganizationServiceUtil.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationService.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationLocalServiceWrapper.addOrganization(Organization organization)
          Adds the organization to the database.
static Organization OrganizationLocalServiceUtil.addOrganization(Organization organization)
          Adds the organization to the database.
 Organization OrganizationLocalService.addOrganization(Organization organization)
          Adds the organization to the database.
 Organization OrganizationLocalServiceWrapper.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 OrganizationLocalService.createOrganization(long organizationId)
          Creates a new organization with the primary key.
 Organization OrganizationServiceWrapper.getOrganization(long organizationId)
           
static Organization OrganizationServiceUtil.getOrganization(long organizationId)
           
 Organization OrganizationService.getOrganization(long organizationId)
           
 Organization OrganizationLocalServiceWrapper.getOrganization(long organizationId)
          Gets the organization with the primary key.
static Organization OrganizationLocalServiceUtil.getOrganization(long organizationId)
          Gets the organization with the primary key.
 Organization OrganizationLocalService.getOrganization(long organizationId)
          Gets the organization with the primary key.
 Organization OrganizationLocalServiceWrapper.getOrganization(long companyId, String name)
           
static Organization OrganizationLocalServiceUtil.getOrganization(long companyId, String name)
           
 Organization OrganizationLocalService.getOrganization(long companyId, String name)
           
 Organization OrganizationLocalServiceWrapper.updateOrganization(long companyId, long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
static Organization OrganizationLocalServiceUtil.updateOrganization(long companyId, long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationLocalService.updateOrganization(long companyId, long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationLocalServiceWrapper.updateOrganization(Organization organization)
          Updates the organization in the database.
static Organization OrganizationLocalServiceUtil.updateOrganization(Organization organization)
          Updates the organization in the database.
 Organization OrganizationLocalService.updateOrganization(Organization organization)
          Updates the organization in the database.
 Organization OrganizationLocalServiceWrapper.updateOrganization(Organization organization, boolean merge)
          Updates the organization in the database.
static Organization OrganizationLocalServiceUtil.updateOrganization(Organization organization, boolean merge)
          Updates the organization in the database.
 Organization OrganizationLocalService.updateOrganization(Organization organization, boolean merge)
          Updates the organization in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type Organization
 List<Organization> OrganizationLocalServiceWrapper.getGroupOrganizations(long groupId)
           
static List<Organization> OrganizationLocalServiceUtil.getGroupOrganizations(long groupId)
           
 List<Organization> OrganizationLocalService.getGroupOrganizations(long groupId)
           
 List<Organization> OrganizationServiceWrapper.getManageableOrganizations(String actionId, int max)
           
static List<Organization> OrganizationServiceUtil.getManageableOrganizations(String actionId, int max)
           
 List<Organization> OrganizationService.getManageableOrganizations(String actionId, int max)
           
 List<Organization> OrganizationLocalServiceWrapper.getOrganizations(int start, int end)
          Gets a range of all the organizations.
static List<Organization> OrganizationLocalServiceUtil.getOrganizations(int start, int end)
          Gets a range of all the organizations.
 List<Organization> OrganizationLocalService.getOrganizations(int start, int end)
          Gets a range of all the organizations.
 List<Organization> OrganizationLocalServiceWrapper.getOrganizations(long[] organizationIds)
           
static List<Organization> OrganizationLocalServiceUtil.getOrganizations(long[] organizationIds)
           
 List<Organization> OrganizationLocalService.getOrganizations(long[] organizationIds)
           
 List<Organization> OrganizationLocalServiceWrapper.getParentOrganizations(long organizationId)
           
static List<Organization> OrganizationLocalServiceUtil.getParentOrganizations(long organizationId)
           
 List<Organization> OrganizationLocalService.getParentOrganizations(long organizationId)
           
 List<Organization> OrganizationLocalServiceWrapper.getSuborganizations(List<Organization> organizations)
           
static List<Organization> OrganizationLocalServiceUtil.getSuborganizations(List<Organization> organizations)
           
 List<Organization> OrganizationLocalService.getSuborganizations(List<Organization> organizations)
           
 List<Organization> OrganizationLocalServiceWrapper.getSubsetOrganizations(List<Organization> allOrganizations, List<Organization> availableOrganizations)
           
static List<Organization> OrganizationLocalServiceUtil.getSubsetOrganizations(List<Organization> allOrganizations, List<Organization> availableOrganizations)
           
 List<Organization> OrganizationLocalService.getSubsetOrganizations(List<Organization> allOrganizations, List<Organization> availableOrganizations)
           
 List<Organization> OrganizationServiceWrapper.getUserOrganizations(long userId)
           
static List<Organization> OrganizationServiceUtil.getUserOrganizations(long userId)
           
 List<Organization> OrganizationService.getUserOrganizations(long userId)
           
 List<Organization> OrganizationLocalServiceWrapper.getUserOrganizations(long userId)
           
static List<Organization> OrganizationLocalServiceUtil.getUserOrganizations(long userId)
           
 List<Organization> OrganizationLocalService.getUserOrganizations(long userId)
           
 List<Organization> OrganizationServiceWrapper.getUserOrganizations(long userId, boolean inheritUserGroups)
           
static List<Organization> OrganizationServiceUtil.getUserOrganizations(long userId, boolean inheritUserGroups)
           
 List<Organization> OrganizationService.getUserOrganizations(long userId, boolean inheritUserGroups)
           
 List<Organization> OrganizationLocalServiceWrapper.getUserOrganizations(long userId, boolean inheritUserGroups)
           
static List<Organization> OrganizationLocalServiceUtil.getUserOrganizations(long userId, boolean inheritUserGroups)
           
 List<Organization> OrganizationLocalService.getUserOrganizations(long userId, boolean inheritUserGroups)
           
 List<Organization> OrganizationLocalServiceWrapper.getUserOrganizations(long userId, boolean inheritUserGroups, int start, int end)
           
static List<Organization> OrganizationLocalServiceUtil.getUserOrganizations(long userId, boolean inheritUserGroups, int start, int end)
           
 List<Organization> OrganizationLocalService.getUserOrganizations(long userId, boolean inheritUserGroups, int start, int end)
           
 List<Organization> OrganizationLocalServiceWrapper.getUserOrganizations(long userId, int start, int end)
           
static List<Organization> OrganizationLocalServiceUtil.getUserOrganizations(long userId, int start, int end)
           
 List<Organization> OrganizationLocalService.getUserOrganizations(long userId, int start, int end)
           
 List<Organization> OrganizationLocalServiceWrapper.search(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end)
           
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)
           
 List<Organization> OrganizationLocalService.search(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end)
           
 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 obc)
           
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 obc)
           
 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 obc)
           
 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)
           
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)
           
 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)
           
 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 obc)
           
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 obc)
           
 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 obc)
           
 

Methods in com.liferay.portal.service with parameters of type Organization
 Organization OrganizationLocalServiceWrapper.addOrganization(Organization organization)
          Adds the organization to the database.
static Organization OrganizationLocalServiceUtil.addOrganization(Organization organization)
          Adds the organization to the database.
 Organization OrganizationLocalService.addOrganization(Organization organization)
          Adds the organization to the database.
 void OrganizationLocalServiceWrapper.addOrganizationResources(long userId, Organization organization)
           
static void OrganizationLocalServiceUtil.addOrganizationResources(long userId, Organization organization)
           
 void OrganizationLocalService.addOrganizationResources(long userId, Organization organization)
           
 void OrganizationLocalServiceWrapper.deleteOrganization(Organization organization)
          Deletes the organization from the database.
static void OrganizationLocalServiceUtil.deleteOrganization(Organization organization)
          Deletes the organization from the database.
 void OrganizationLocalService.deleteOrganization(Organization organization)
          Deletes the organization from the database.
 void OrganizationLocalServiceWrapper.updateAsset(long userId, Organization organization, long[] assetCategoryIds, String[] assetTagNames)
           
static void OrganizationLocalServiceUtil.updateAsset(long userId, Organization organization, long[] assetCategoryIds, String[] assetTagNames)
           
 void OrganizationLocalService.updateAsset(long userId, Organization organization, long[] assetCategoryIds, String[] assetTagNames)
           
 Organization OrganizationLocalServiceWrapper.updateOrganization(Organization organization)
          Updates the organization in the database.
static Organization OrganizationLocalServiceUtil.updateOrganization(Organization organization)
          Updates the organization in the database.
 Organization OrganizationLocalService.updateOrganization(Organization organization)
          Updates the organization in the database.
 Organization OrganizationLocalServiceWrapper.updateOrganization(Organization organization, boolean merge)
          Updates the organization in the database.
static Organization OrganizationLocalServiceUtil.updateOrganization(Organization organization, boolean merge)
          Updates the organization in the database.
 Organization OrganizationLocalService.updateOrganization(Organization organization, boolean merge)
          Updates the organization in the database.
 

Method parameters in com.liferay.portal.service with type arguments of type Organization
 List<Group> GroupServiceWrapper.getOrganizationsGroups(List<Organization> organizations)
           
static List<Group> GroupServiceUtil.getOrganizationsGroups(List<Organization> organizations)
           
 List<Group> GroupService.getOrganizationsGroups(List<Organization> organizations)
           
 List<Group> GroupLocalServiceWrapper.getOrganizationsGroups(List<Organization> organizations)
           
static List<Group> GroupLocalServiceUtil.getOrganizationsGroups(List<Organization> organizations)
           
 List<Group> GroupLocalService.getOrganizationsGroups(List<Organization> organizations)
           
 List<Group> GroupLocalServiceWrapper.getOrganizationsRelatedGroups(List<Organization> organizations)
           
static List<Group> GroupLocalServiceUtil.getOrganizationsRelatedGroups(List<Organization> organizations)
           
 List<Group> GroupLocalService.getOrganizationsRelatedGroups(List<Organization> organizations)
           
 List<Organization> OrganizationLocalServiceWrapper.getSuborganizations(List<Organization> organizations)
           
static List<Organization> OrganizationLocalServiceUtil.getSuborganizations(List<Organization> organizations)
           
 List<Organization> OrganizationLocalService.getSuborganizations(List<Organization> organizations)
           
 List<Organization> OrganizationLocalServiceWrapper.getSubsetOrganizations(List<Organization> allOrganizations, List<Organization> availableOrganizations)
           
 List<Organization> OrganizationLocalServiceWrapper.getSubsetOrganizations(List<Organization> allOrganizations, List<Organization> availableOrganizations)
           
static List<Organization> OrganizationLocalServiceUtil.getSubsetOrganizations(List<Organization> allOrganizations, List<Organization> availableOrganizations)
           
static List<Organization> OrganizationLocalServiceUtil.getSubsetOrganizations(List<Organization> allOrganizations, List<Organization> availableOrganizations)
           
 List<Organization> OrganizationLocalService.getSubsetOrganizations(List<Organization> allOrganizations, List<Organization> availableOrganizations)
           
 List<Organization> OrganizationLocalService.getSubsetOrganizations(List<Organization> allOrganizations, List<Organization> availableOrganizations)
           
 

Uses of Organization in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return Organization
 Organization OrganizationLocalServiceBaseImpl.addOrganization(Organization organization)
          Adds the organization to the database.
 Organization OrganizationLocalServiceBaseImpl.createOrganization(long organizationId)
          Creates a new organization with the primary key.
 Organization OrganizationLocalServiceBaseImpl.getOrganization(long organizationId)
          Gets the organization with the primary key.
 Organization OrganizationLocalServiceBaseImpl.updateOrganization(Organization organization)
          Updates the organization in the database.
 Organization OrganizationLocalServiceBaseImpl.updateOrganization(Organization organization, boolean merge)
          Updates the organization in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Organization
 List<Organization> OrganizationLocalServiceBaseImpl.getOrganizations(int start, int end)
          Gets a range of all the organizations.
 

Methods in com.liferay.portal.service.base with parameters of type Organization
 Organization OrganizationLocalServiceBaseImpl.addOrganization(Organization organization)
          Adds the organization to the database.
 void OrganizationLocalServiceBaseImpl.deleteOrganization(Organization organization)
          Deletes the organization from the database.
 Organization OrganizationLocalServiceBaseImpl.updateOrganization(Organization organization)
          Updates the organization in the database.
 Organization OrganizationLocalServiceBaseImpl.updateOrganization(Organization organization, boolean merge)
          Updates the organization in the database.
 

Uses of Organization in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return Organization
static Organization OrganizationServiceHttp.addOrganization(HttpPrincipal httpPrincipal, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceHttp.addOrganization(HttpPrincipal httpPrincipal, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
static Organization OrganizationServiceHttp.getOrganization(HttpPrincipal httpPrincipal, long organizationId)
           
static Organization OrganizationServiceHttp.updateOrganization(HttpPrincipal httpPrincipal, long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceHttp.updateOrganization(HttpPrincipal httpPrincipal, long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.service.http that return types with arguments of type Organization
static List<Organization> OrganizationServiceHttp.getManageableOrganizations(HttpPrincipal httpPrincipal, String actionId, int max)
           
static List<Organization> OrganizationServiceHttp.getUserOrganizations(HttpPrincipal httpPrincipal, long userId)
           
static List<Organization> OrganizationServiceHttp.getUserOrganizations(HttpPrincipal httpPrincipal, long userId, boolean inheritUserGroups)
           
 

Methods in com.liferay.portal.service.http with parameters of type Organization
static JSONArray OrganizationJSONSerializer.toJSONArray(Organization[] models)
           
static JSONArray OrganizationJSONSerializer.toJSONArray(Organization[][] models)
           
static JSONObject OrganizationJSONSerializer.toJSONObject(Organization model)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type Organization
static List<Group> GroupServiceHttp.getOrganizationsGroups(HttpPrincipal httpPrincipal, List<Organization> organizations)
           
static JSONArray OrganizationJSONSerializer.toJSONArray(List<Organization> models)
           
 

Uses of Organization in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return Organization
 Organization OrganizationLocalServiceImpl.addOrganization(long userId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationServiceImpl.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationServiceImpl.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationServiceImpl.getOrganization(long organizationId)
           
 Organization OrganizationLocalServiceImpl.getOrganization(long organizationId)
           
 Organization OrganizationLocalServiceImpl.getOrganization(long companyId, String name)
           
 Organization OrganizationLocalServiceImpl.updateOrganization(long companyId, long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationServiceImpl.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationServiceImpl.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Organization
 List<Organization> OrganizationLocalServiceImpl.getGroupOrganizations(long groupId)
           
 List<Organization> OrganizationServiceImpl.getManageableOrganizations(String actionId, int max)
           
 List<Organization> OrganizationLocalServiceImpl.getOrganizations(long[] organizationIds)
           
 List<Organization> OrganizationLocalServiceImpl.getParentOrganizations(long organizationId)
           
protected  List<Organization> OrganizationLocalServiceImpl.getParentOrganizations(Organization organization, boolean lastOrganization)
           
 List<Organization> OrganizationLocalServiceImpl.getSuborganizations(List<Organization> organizations)
           
 List<Organization> OrganizationLocalServiceImpl.getSubsetOrganizations(List<Organization> allOrganizations, List<Organization> availableOrganizations)
           
 List<Organization> OrganizationServiceImpl.getUserOrganizations(long userId)
           
 List<Organization> OrganizationLocalServiceImpl.getUserOrganizations(long userId)
           
 List<Organization> OrganizationServiceImpl.getUserOrganizations(long userId, boolean inheritUserGroups)
           
 List<Organization> OrganizationLocalServiceImpl.getUserOrganizations(long userId, boolean inheritUserGroups)
           
 List<Organization> OrganizationLocalServiceImpl.getUserOrganizations(long userId, boolean inheritUserGroups, int start, int end)
           
 List<Organization> OrganizationLocalServiceImpl.getUserOrganizations(long userId, int start, int end)
           
 List<Organization> OrganizationLocalServiceImpl.search(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end)
           
 List<Organization> OrganizationLocalServiceImpl.search(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Organization> OrganizationLocalServiceImpl.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)
           
 List<Organization> OrganizationLocalServiceImpl.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 obc)
           
 

Methods in com.liferay.portal.service.impl with parameters of type Organization
 void OrganizationLocalServiceImpl.addOrganizationResources(long userId, Organization organization)
           
protected  List<Organization> OrganizationLocalServiceImpl.getParentOrganizations(Organization organization, boolean lastOrganization)
           
 void OrganizationLocalServiceImpl.updateAsset(long userId, Organization organization, long[] assetCategoryIds, String[] assetTagNames)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type Organization
protected  void OrganizationLocalServiceImpl.addSuborganizations(List<Organization> allSuborganizations, List<Organization> organizations)
           
protected  void OrganizationLocalServiceImpl.addSuborganizations(List<Organization> allSuborganizations, List<Organization> organizations)
           
protected  boolean PermissionLocalServiceImpl.checkOrgGroupPermission(List<Organization> organizations, List<Group> groups, List<Permission> permissions)
           
protected  boolean PermissionLocalServiceImpl.checkOrgGroupPermission(List<Organization> organizations, List<Group> groups, Permission permission)
           
 List<Group> GroupServiceImpl.getOrganizationsGroups(List<Organization> organizations)
           
 List<Group> GroupLocalServiceImpl.getOrganizationsGroups(List<Organization> organizations)
           
 List<Group> GroupLocalServiceImpl.getOrganizationsRelatedGroups(List<Organization> organizations)
           
 List<Organization> OrganizationLocalServiceImpl.getSuborganizations(List<Organization> organizations)
           
 List<Organization> OrganizationLocalServiceImpl.getSubsetOrganizations(List<Organization> allOrganizations, List<Organization> availableOrganizations)
           
 List<Organization> OrganizationLocalServiceImpl.getSubsetOrganizations(List<Organization> allOrganizations, List<Organization> availableOrganizations)
           
 

Uses of Organization in com.liferay.portal.service.permission
 

Methods in com.liferay.portal.service.permission with parameters of type Organization
static void OrganizationPermissionUtil.check(PermissionChecker permissionChecker, Organization organization, String actionId)
           
 void OrganizationPermission.check(PermissionChecker permissionChecker, Organization organization, String actionId)
           
 void OrganizationPermissionImpl.check(PermissionChecker permissionChecker, Organization organization, String actionId)
           
protected  boolean OrganizationPermissionImpl.contains(PermissionChecker permissionChecker, long groupId, Organization organization, String actionId)
           
static boolean OrganizationPermissionUtil.contains(PermissionChecker permissionChecker, Organization organization, String actionId)
           
 boolean OrganizationPermission.contains(PermissionChecker permissionChecker, Organization organization, String actionId)
           
 boolean OrganizationPermissionImpl.contains(PermissionChecker permissionChecker, Organization organization, String actionId)
           
 

Uses of Organization in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return Organization
static Organization OrganizationUtil.create(long organizationId)
          Creates a new organization with the primary key.
 Organization OrganizationPersistence.create(long organizationId)
          Creates a new organization with the primary key.
 Organization OrganizationPersistenceImpl.create(long organizationId)
          Creates a new organization with the primary key.
static Organization OrganizationUtil.fetchByC_N(long companyId, String name)
          Finds the organization where companyId = ? and name = ? or returns null if it could not be found.
 Organization OrganizationPersistence.fetchByC_N(long companyId, String name)
          Finds the organization where companyId = ? and name = ? or returns null if it could not be found.
 Organization OrganizationPersistenceImpl.fetchByC_N(long companyId, String name)
          Finds the organization where companyId = ? and name = ? or returns null if it could not be found.
static Organization OrganizationUtil.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Finds the organization where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 Organization OrganizationPersistence.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Finds the organization where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 Organization OrganizationPersistenceImpl.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Finds the organization where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static Organization OrganizationUtil.fetchByPrimaryKey(long organizationId)
          Finds the organization with the primary key or returns null if it could not be found.
 Organization OrganizationPersistence.fetchByPrimaryKey(long organizationId)
          Finds the organization with the primary key or returns null if it could not be found.
 Organization OrganizationPersistenceImpl.fetchByPrimaryKey(long organizationId)
          Finds the organization with the primary key or returns null if it could not be found.
 Organization OrganizationPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the organization with the primary key or returns null if it could not be found.
static Organization OrganizationUtil.findByC_N(long companyId, String name)
          Finds the organization where companyId = ? and name = ? or throws a NoSuchOrganizationException if it could not be found.
 Organization OrganizationPersistence.findByC_N(long companyId, String name)
          Finds the organization where companyId = ? and name = ? or throws a NoSuchOrganizationException if it could not be found.
 Organization OrganizationPersistenceImpl.findByC_N(long companyId, String name)
          Finds the organization where companyId = ? and name = ? or throws a NoSuchOrganizationException if it could not be found.
static Organization OrganizationUtil.findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistenceImpl.findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistenceImpl.findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static Organization[] OrganizationUtil.findByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization[] OrganizationPersistence.findByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization[] OrganizationPersistenceImpl.findByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ?.
static Organization[] OrganizationUtil.findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ?.
 Organization[] OrganizationPersistence.findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ?.
 Organization[] OrganizationPersistenceImpl.findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByLocations_First(long companyId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByLocations_First(long companyId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.findByLocations_First(long companyId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.findByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ?.
static Organization[] OrganizationUtil.findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ?.
 Organization[] OrganizationPersistence.findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ?.
 Organization[] OrganizationPersistenceImpl.findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByPrimaryKey(long organizationId)
          Finds the organization with the primary key or throws a NoSuchOrganizationException if it could not be found.
 Organization OrganizationPersistence.findByPrimaryKey(long organizationId)
          Finds the organization with the primary key or throws a NoSuchOrganizationException if it could not be found.
 Organization OrganizationPersistenceImpl.findByPrimaryKey(long organizationId)
          Finds the organization with the primary key or throws a NoSuchOrganizationException if it could not be found.
 Organization OrganizationPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the organization with the primary key or throws a NoSuchModelException if it could not be found.
protected  Organization OrganizationPersistenceImpl.getByC_P_PrevAndNext(Session session, Organization organization, long companyId, long parentOrganizationId, OrderByComparator orderByComparator, boolean previous)
           
protected  Organization OrganizationPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Organization organization, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Organization OrganizationPersistenceImpl.getByLocations_PrevAndNext(Session session, Organization organization, long companyId, OrderByComparator orderByComparator, boolean previous)
           
static Organization OrganizationUtil.remove(long organizationId)
          Removes the organization with the primary key from the database.
 Organization OrganizationPersistence.remove(long organizationId)
          Removes the organization with the primary key from the database.
 Organization OrganizationPersistenceImpl.remove(long organizationId)
          Removes the organization with the primary key from the database.
static Organization OrganizationUtil.remove(Organization organization)
           
 Organization OrganizationPersistenceImpl.remove(Serializable primaryKey)
          Removes the organization with the primary key from the database.
protected  Organization OrganizationPersistenceImpl.removeImpl(Organization organization)
           
protected  Organization OrganizationPersistenceImpl.toUnwrappedModel(Organization organization)
           
static Organization OrganizationUtil.update(Organization organization, boolean merge)
           
static Organization OrganizationUtil.update(Organization organization, boolean merge, ServiceContext serviceContext)
           
static Organization OrganizationUtil.updateImpl(Organization organization, boolean merge)
           
 Organization OrganizationPersistence.updateImpl(Organization organization, boolean merge)
           
 Organization OrganizationPersistenceImpl.updateImpl(Organization organization, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Organization
static List<Organization> OrganizationUtil.findAll()
          Finds all the organizations.
 List<Organization> OrganizationPersistence.findAll()
          Finds all the organizations.
 List<Organization> OrganizationPersistenceImpl.findAll()
          Finds all the organizations.
static List<Organization> OrganizationUtil.findAll(int start, int end)
          Finds a range of all the organizations.
 List<Organization> OrganizationPersistence.findAll(int start, int end)
          Finds a range of all the organizations.
 List<Organization> OrganizationPersistenceImpl.findAll(int start, int end)
          Finds a range of all the organizations.
static List<Organization> OrganizationUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the organizations.
 List<Organization> OrganizationPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the organizations.
 List<Organization> OrganizationPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the organizations.
static List<Organization> OrganizationUtil.findByC_P(long companyId, long parentOrganizationId)
          Finds all the organizations where companyId = ? and parentOrganizationId = ?.
 List<Organization> OrganizationPersistence.findByC_P(long companyId, long parentOrganizationId)
          Finds all the organizations where companyId = ? and parentOrganizationId = ?.
 List<Organization> OrganizationPersistenceImpl.findByC_P(long companyId, long parentOrganizationId)
          Finds all the organizations where companyId = ? and parentOrganizationId = ?.
static List<Organization> OrganizationUtil.findByC_P(long companyId, long parentOrganizationId, int start, int end)
          Finds a range of all the organizations where companyId = ? and parentOrganizationId = ?.
 List<Organization> OrganizationPersistence.findByC_P(long companyId, long parentOrganizationId, int start, int end)
          Finds a range of all the organizations where companyId = ? and parentOrganizationId = ?.
 List<Organization> OrganizationPersistenceImpl.findByC_P(long companyId, long parentOrganizationId, int start, int end)
          Finds a range of all the organizations where companyId = ? and parentOrganizationId = ?.
static List<Organization> OrganizationUtil.findByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
 List<Organization> OrganizationPersistenceImpl.findByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
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 obc)
           
 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 obc)
           
 List<Organization> OrganizationFinderImpl.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 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 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 obc)
           
 List<Organization> OrganizationFinderImpl.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 obc)
           
static List<Organization> OrganizationUtil.findByCompanyId(long companyId)
          Finds all the organizations where companyId = ?.
 List<Organization> OrganizationPersistence.findByCompanyId(long companyId)
          Finds all the organizations where companyId = ?.
 List<Organization> OrganizationPersistenceImpl.findByCompanyId(long companyId)
          Finds all the organizations where companyId = ?.
static List<Organization> OrganizationUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the organizations where companyId = ?.
 List<Organization> OrganizationPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the organizations where companyId = ?.
 List<Organization> OrganizationPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the organizations where companyId = ?.
static List<Organization> OrganizationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the organizations where companyId = ?.
 List<Organization> OrganizationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the organizations where companyId = ?.
 List<Organization> OrganizationPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the organizations where companyId = ?.
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 obc)
           
 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 obc)
           
 List<Organization> OrganizationFinderImpl.findByKeywords(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Organization> OrganizationUtil.findByLocations(long companyId)
          Finds all the organizations where companyId = ?.
 List<Organization> OrganizationPersistence.findByLocations(long companyId)
          Finds all the organizations where companyId = ?.
 List<Organization> OrganizationPersistenceImpl.findByLocations(long companyId)
          Finds all the organizations where companyId = ?.
static List<Organization> OrganizationUtil.findByLocations(long companyId, int start, int end)
          Finds a range of all the organizations where companyId = ?.
 List<Organization> OrganizationPersistence.findByLocations(long companyId, int start, int end)
          Finds a range of all the organizations where companyId = ?.
 List<Organization> OrganizationPersistenceImpl.findByLocations(long companyId, int start, int end)
          Finds a range of all the organizations where companyId = ?.
static List<Organization> OrganizationUtil.findByLocations(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the organizations where companyId = ?.
 List<Organization> OrganizationPersistence.findByLocations(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the organizations where companyId = ?.
 List<Organization> OrganizationPersistenceImpl.findByLocations(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the organizations where companyId = ?.
protected  List<Organization> OrganizationFinderImpl.findByPermissions(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String[] names, String type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, long resourceId, long groupId, boolean andOperator, int start, int end, OrderByComparator obc)
           
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 orderByComparator)
           
static List<Organization> UserUtil.getOrganizations(long pk)
          Gets all the organizations associated with the user.
 List<Organization> UserPersistence.getOrganizations(long pk)
          Gets all the organizations associated with the user.
static List<Organization> GroupUtil.getOrganizations(long pk)
          Gets all the organizations associated with the group.
 List<Organization> GroupPersistence.getOrganizations(long pk)
          Gets all the organizations associated with the group.
 List<Organization> UserPersistenceImpl.getOrganizations(long pk)
          Gets all the organizations associated with the user.
 List<Organization> GroupPersistenceImpl.getOrganizations(long pk)
          Gets all the organizations associated with the group.
static List<Organization> UserUtil.getOrganizations(long pk, int start, int end)
          Gets a range of all the organizations associated with the user.
 List<Organization> UserPersistence.getOrganizations(long pk, int start, int end)
          Gets a range of all the organizations associated with the user.
static List<Organization> GroupUtil.getOrganizations(long pk, int start, int end)
          Gets a range of all the organizations associated with the group.
 List<Organization> GroupPersistence.getOrganizations(long pk, int start, int end)
          Gets a range of all the organizations associated with the group.
 List<Organization> UserPersistenceImpl.getOrganizations(long pk, int start, int end)
          Gets a range of all the organizations associated with the user.
 List<Organization> GroupPersistenceImpl.getOrganizations(long pk, int start, int end)
          Gets a range of all the organizations associated with the group.
static List<Organization> UserUtil.getOrganizations(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the organizations associated with the user.
 List<Organization> UserPersistence.getOrganizations(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the organizations associated with the user.
static List<Organization> GroupUtil.getOrganizations(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the organizations associated with the group.
 List<Organization> GroupPersistence.getOrganizations(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the organizations associated with the group.
 List<Organization> UserPersistenceImpl.getOrganizations(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the organizations associated with the user.
 List<Organization> GroupPersistenceImpl.getOrganizations(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the organizations associated with the group.
 

Methods in com.liferay.portal.service.persistence with parameters of type Organization
static void UserUtil.addOrganization(long pk, Organization organization)
          Adds an association between the user and the organization.
 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.
 void GroupPersistence.addOrganization(long pk, Organization organization)
          Adds an association between the group and the organization.
 void UserPersistenceImpl.addOrganization(long pk, Organization organization)
          Adds an association between the user and the organization.
 void GroupPersistenceImpl.addOrganization(long pk, Organization organization)
          Adds an association between the group and the organization.
static void OrganizationUtil.cacheResult(Organization organization)
          Caches the organization in the entity cache if it is enabled.
 void OrganizationPersistence.cacheResult(Organization organization)
          Caches the organization in the entity cache if it is enabled.
 void OrganizationPersistenceImpl.cacheResult(Organization organization)
          Caches the organization in the entity cache if it is enabled.
static void OrganizationUtil.clearCache(Organization organization)
           
 void OrganizationPersistenceImpl.clearCache(Organization organization)
          Clears the cache for the organization.
protected  void OrganizationPersistenceImpl.expandTree(Organization organization)
           
protected  Organization OrganizationPersistenceImpl.getByC_P_PrevAndNext(Session session, Organization organization, long companyId, long parentOrganizationId, OrderByComparator orderByComparator, boolean previous)
           
protected  Organization OrganizationPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Organization organization, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Organization OrganizationPersistenceImpl.getByLocations_PrevAndNext(Session session, Organization organization, long companyId, OrderByComparator orderByComparator, boolean previous)
           
static Organization OrganizationUtil.remove(Organization organization)
           
protected  Organization OrganizationPersistenceImpl.removeImpl(Organization organization)
           
static void UserUtil.removeOrganization(long pk, Organization organization)
          Removes the association between the user and the 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.
 void GroupPersistence.removeOrganization(long pk, Organization organization)
          Removes the association between the group and the organization.
 void UserPersistenceImpl.removeOrganization(long pk, Organization organization)
          Removes the association between the user and the organization.
 void GroupPersistenceImpl.removeOrganization(long pk, Organization organization)
          Removes the association between the group and the organization.
protected  void OrganizationPersistenceImpl.shrinkTree(Organization organization)
           
protected  Organization OrganizationPersistenceImpl.toUnwrappedModel(Organization organization)
           
static Organization OrganizationUtil.update(Organization organization, boolean merge)
           
static Organization OrganizationUtil.update(Organization organization, boolean merge, ServiceContext serviceContext)
           
static Organization OrganizationUtil.updateImpl(Organization organization, boolean merge)
           
 Organization OrganizationPersistence.updateImpl(Organization organization, boolean merge)
           
 Organization OrganizationPersistenceImpl.updateImpl(Organization organization, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Organization
static void UserUtil.addOrganizations(long pk, List<Organization> organizations)
          Adds an association between the user and the organizations.
 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.
 void GroupPersistence.addOrganizations(long pk, List<Organization> organizations)
          Adds an association between the group and the organizations.
 void UserPersistenceImpl.addOrganizations(long pk, List<Organization> organizations)
          Adds an association between the user and the organizations.
 void GroupPersistenceImpl.addOrganizations(long pk, List<Organization> organizations)
          Adds an association between the group and the organizations.
static void OrganizationUtil.cacheResult(List<Organization> organizations)
          Caches the organizations in the entity cache if it is enabled.
 void OrganizationPersistence.cacheResult(List<Organization> organizations)
          Caches the organizations in the entity cache if it is enabled.
 void OrganizationPersistenceImpl.cacheResult(List<Organization> organizations)
          Caches the organizations in the entity cache if it is enabled.
static void UserUtil.removeOrganizations(long pk, List<Organization> organizations)
          Removes the association between the user and the organizations.
 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.
 void GroupPersistence.removeOrganizations(long pk, List<Organization> organizations)
          Removes the association between the group and the organizations.
 void UserPersistenceImpl.removeOrganizations(long pk, List<Organization> organizations)
          Removes the association between the user and the organizations.
 void GroupPersistenceImpl.removeOrganizations(long pk, List<Organization> organizations)
          Removes the association between the group and the organizations.
static void UserUtil.setOrganizations(long pk, List<Organization> organizations)
          Sets the organizations associated with the user, removing and adding associations as necessary.
 void UserPersistence.setOrganizations(long pk, List<Organization> organizations)
          Sets the organizations associated with the user, removing and adding associations as necessary.
static void GroupUtil.setOrganizations(long pk, List<Organization> organizations)
          Sets the organizations associated with the group, 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.
 void UserPersistenceImpl.setOrganizations(long pk, List<Organization> organizations)
          Sets the organizations associated with the user, removing and adding associations as necessary.
 void GroupPersistenceImpl.setOrganizations(long pk, List<Organization> organizations)
          Sets the organizations associated with the group, removing and adding associations as necessary.
 

Uses of Organization in com.liferay.portlet.enterpriseadmin.action
 

Methods in com.liferay.portlet.enterpriseadmin.action that return Organization
protected  Organization EditOrganizationAction.updateOrganization(ActionRequest actionRequest)
           
 

Uses of Organization in com.liferay.portlet.enterpriseadmin.search
 

Constructors in com.liferay.portlet.enterpriseadmin.search with parameters of type Organization
UserOrganizationChecker(RenderResponse renderResponse, Organization organization)
           
 

Uses of Organization in com.liferay.portlet.enterpriseadmin.util
 

Methods in com.liferay.portlet.enterpriseadmin.util that return types with arguments of type Organization
static List<Organization> EnterpriseAdminUtil.filterOrganizations(PermissionChecker permissionChecker, List<Organization> organizations)
           
 List<Organization> EnterpriseAdmin.filterOrganizations(PermissionChecker permissionChecker, List<Organization> organizations)
           
 List<Organization> EnterpriseAdminImpl.filterOrganizations(PermissionChecker permissionChecker, List<Organization> organizations)
           
 

Methods in com.liferay.portlet.enterpriseadmin.util with parameters of type Organization
static void EnterpriseAdminUtil.addPortletBreadcrumbEntries(Organization organization, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
 void EnterpriseAdmin.addPortletBreadcrumbEntries(Organization organization, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
 void EnterpriseAdminImpl.addPortletBreadcrumbEntries(Organization organization, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
static Long[][] EnterpriseAdminUtil.getLeftAndRightOrganizationIds(Organization organization)
           
 Long[][] EnterpriseAdmin.getLeftAndRightOrganizationIds(Organization organization)
           
 Long[][] EnterpriseAdminImpl.getLeftAndRightOrganizationIds(Organization organization)
           
 

Method parameters in com.liferay.portlet.enterpriseadmin.util with type arguments of type Organization
static List<Organization> EnterpriseAdminUtil.filterOrganizations(PermissionChecker permissionChecker, List<Organization> organizations)
           
 List<Organization> EnterpriseAdmin.filterOrganizations(PermissionChecker permissionChecker, List<Organization> organizations)
           
 List<Organization> EnterpriseAdminImpl.filterOrganizations(PermissionChecker permissionChecker, List<Organization> organizations)
           
static Long[][] EnterpriseAdminUtil.getLeftAndRightOrganizationIds(List<Organization> organizations)
           
 Long[][] EnterpriseAdmin.getLeftAndRightOrganizationIds(List<Organization> organizations)
           
 Long[][] EnterpriseAdminImpl.getLeftAndRightOrganizationIds(List<Organization> organizations)
           
static Long[] EnterpriseAdminUtil.getOrganizationIds(List<Organization> organizations)
           
 Long[] EnterpriseAdmin.getOrganizationIds(List<Organization> organizations)
           
 Long[] EnterpriseAdminImpl.getOrganizationIds(List<Organization> organizations)
           
 


Liferay 6.0-ee