Liferay 6.1.2-ce-ga3

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

Packages that use ResourceCode
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of ResourceCode in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement ResourceCode
 class ResourceCodeWrapper
           This class is a wrapper for ResourceCode.
 

Methods in com.liferay.portal.model that return ResourceCode
 ResourceCode ResourceCodeWrapper.getWrappedModel()
           
 ResourceCode ResourceCodeWrapper.getWrappedResourceCode()
          Deprecated. Renamed to ResourceCodeWrapper.getWrappedModel()
 ResourceCode ResourceCodeWrapper.toEscapedModel()
           
 ResourceCode ResourceCodeModel.toEscapedModel()
           
 ResourceCode ResourceCodeWrapper.toUnescapedModel()
           
 ResourceCode ResourceCodeModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type ResourceCode
 CacheModel<ResourceCode> ResourceCodeWrapper.toCacheModel()
           
 CacheModel<ResourceCode> ResourceCodeModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type ResourceCode
 int ResourceCodeWrapper.compareTo(ResourceCode resourceCode)
           
 int ResourceCodeModel.compareTo(ResourceCode resourceCode)
           
static ResourceCodeSoap ResourceCodeSoap.toSoapModel(ResourceCode model)
           
static ResourceCodeSoap[] ResourceCodeSoap.toSoapModels(ResourceCode[] models)
           
static ResourceCodeSoap[][] ResourceCodeSoap.toSoapModels(ResourceCode[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type ResourceCode
static ResourceCodeSoap[] ResourceCodeSoap.toSoapModels(List<ResourceCode> models)
           
 

Constructors in com.liferay.portal.model with parameters of type ResourceCode
ResourceCodeWrapper(ResourceCode resourceCode)
           
 

Uses of ResourceCode in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return ResourceCode
static ResourceCode ResourceCodeLocalServiceUtil.addResourceCode(long companyId, String name, int scope)
           
 ResourceCode ResourceCodeLocalService.addResourceCode(long companyId, String name, int scope)
           
 ResourceCode ResourceCodeLocalServiceWrapper.addResourceCode(long companyId, String name, int scope)
           
static ResourceCode ResourceCodeLocalServiceUtil.addResourceCode(ResourceCode resourceCode)
          Adds the resource code to the database.
 ResourceCode ResourceCodeLocalService.addResourceCode(ResourceCode resourceCode)
          Adds the resource code to the database.
 ResourceCode ResourceCodeLocalServiceWrapper.addResourceCode(ResourceCode resourceCode)
          Adds the resource code to the database.
static ResourceCode ResourceCodeLocalServiceUtil.createResourceCode(long codeId)
          Creates a new resource code with the primary key.
 ResourceCode ResourceCodeLocalService.createResourceCode(long codeId)
          Creates a new resource code with the primary key.
 ResourceCode ResourceCodeLocalServiceWrapper.createResourceCode(long codeId)
          Creates a new resource code with the primary key.
static ResourceCode ResourceCodeLocalServiceUtil.deleteResourceCode(long codeId)
          Deletes the resource code with the primary key from the database.
 ResourceCode ResourceCodeLocalService.deleteResourceCode(long codeId)
          Deletes the resource code with the primary key from the database.
 ResourceCode ResourceCodeLocalServiceWrapper.deleteResourceCode(long codeId)
          Deletes the resource code with the primary key from the database.
static ResourceCode ResourceCodeLocalServiceUtil.deleteResourceCode(ResourceCode resourceCode)
          Deletes the resource code from the database.
 ResourceCode ResourceCodeLocalService.deleteResourceCode(ResourceCode resourceCode)
          Deletes the resource code from the database.
 ResourceCode ResourceCodeLocalServiceWrapper.deleteResourceCode(ResourceCode resourceCode)
          Deletes the resource code from the database.
static ResourceCode ResourceCodeLocalServiceUtil.fetchResourceCode(long codeId)
           
 ResourceCode ResourceCodeLocalService.fetchResourceCode(long codeId)
           
 ResourceCode ResourceCodeLocalServiceWrapper.fetchResourceCode(long codeId)
           
static ResourceCode ResourceCodeLocalServiceUtil.getResourceCode(long codeId)
          Returns the resource code with the primary key.
 ResourceCode ResourceCodeLocalService.getResourceCode(long codeId)
          Returns the resource code with the primary key.
 ResourceCode ResourceCodeLocalServiceWrapper.getResourceCode(long codeId)
          Returns the resource code with the primary key.
static ResourceCode ResourceCodeLocalServiceUtil.getResourceCode(long companyId, String name, int scope)
           
 ResourceCode ResourceCodeLocalService.getResourceCode(long companyId, String name, int scope)
           
 ResourceCode ResourceCodeLocalServiceWrapper.getResourceCode(long companyId, String name, int scope)
           
static ResourceCode ResourceCodeLocalServiceUtil.updateResourceCode(ResourceCode resourceCode)
          Updates the resource code in the database or adds it if it does not yet exist.
 ResourceCode ResourceCodeLocalService.updateResourceCode(ResourceCode resourceCode)
          Updates the resource code in the database or adds it if it does not yet exist.
 ResourceCode ResourceCodeLocalServiceWrapper.updateResourceCode(ResourceCode resourceCode)
          Updates the resource code in the database or adds it if it does not yet exist.
static ResourceCode ResourceCodeLocalServiceUtil.updateResourceCode(ResourceCode resourceCode, boolean merge)
          Updates the resource code in the database or adds it if it does not yet exist.
 ResourceCode ResourceCodeLocalService.updateResourceCode(ResourceCode resourceCode, boolean merge)
          Updates the resource code in the database or adds it if it does not yet exist.
 ResourceCode ResourceCodeLocalServiceWrapper.updateResourceCode(ResourceCode resourceCode, boolean merge)
          Updates the resource code in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type ResourceCode
static List<ResourceCode> ResourceCodeLocalServiceUtil.getResourceCodes(int start, int end)
          Returns a range of all the resource codes.
 List<ResourceCode> ResourceCodeLocalService.getResourceCodes(int start, int end)
          Returns a range of all the resource codes.
 List<ResourceCode> ResourceCodeLocalServiceWrapper.getResourceCodes(int start, int end)
          Returns a range of all the resource codes.
 

Methods in com.liferay.portal.service with parameters of type ResourceCode
static ResourceCode ResourceCodeLocalServiceUtil.addResourceCode(ResourceCode resourceCode)
          Adds the resource code to the database.
 ResourceCode ResourceCodeLocalService.addResourceCode(ResourceCode resourceCode)
          Adds the resource code to the database.
 ResourceCode ResourceCodeLocalServiceWrapper.addResourceCode(ResourceCode resourceCode)
          Adds the resource code to the database.
static ResourceCode ResourceCodeLocalServiceUtil.deleteResourceCode(ResourceCode resourceCode)
          Deletes the resource code from the database.
 ResourceCode ResourceCodeLocalService.deleteResourceCode(ResourceCode resourceCode)
          Deletes the resource code from the database.
 ResourceCode ResourceCodeLocalServiceWrapper.deleteResourceCode(ResourceCode resourceCode)
          Deletes the resource code from the database.
static ResourceCode ResourceCodeLocalServiceUtil.updateResourceCode(ResourceCode resourceCode)
          Updates the resource code in the database or adds it if it does not yet exist.
 ResourceCode ResourceCodeLocalService.updateResourceCode(ResourceCode resourceCode)
          Updates the resource code in the database or adds it if it does not yet exist.
 ResourceCode ResourceCodeLocalServiceWrapper.updateResourceCode(ResourceCode resourceCode)
          Updates the resource code in the database or adds it if it does not yet exist.
static ResourceCode ResourceCodeLocalServiceUtil.updateResourceCode(ResourceCode resourceCode, boolean merge)
          Updates the resource code in the database or adds it if it does not yet exist.
 ResourceCode ResourceCodeLocalService.updateResourceCode(ResourceCode resourceCode, boolean merge)
          Updates the resource code in the database or adds it if it does not yet exist.
 ResourceCode ResourceCodeLocalServiceWrapper.updateResourceCode(ResourceCode resourceCode, boolean merge)
          Updates the resource code in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.persistence that return ResourceCode
static ResourceCode ResourceCodeUtil.create(long codeId)
          Creates a new resource code with the primary key.
 ResourceCode ResourceCodePersistence.create(long codeId)
          Creates a new resource code with the primary key.
static ResourceCode ResourceCodeUtil.fetchByC_N_S(long companyId, String name, int scope)
          Returns the resource code where companyId = ? and name = ? and scope = ? or returns null if it could not be found.
 ResourceCode ResourceCodePersistence.fetchByC_N_S(long companyId, String name, int scope)
          Returns the resource code where companyId = ? and name = ? and scope = ? or returns null if it could not be found.
static ResourceCode ResourceCodeUtil.fetchByC_N_S(long companyId, String name, int scope, boolean retrieveFromCache)
          Returns the resource code where companyId = ? and name = ? and scope = ? or returns null if it could not be found, optionally using the finder cache.
 ResourceCode ResourceCodePersistence.fetchByC_N_S(long companyId, String name, int scope, boolean retrieveFromCache)
          Returns the resource code where companyId = ? and name = ? and scope = ? or returns null if it could not be found, optionally using the finder cache.
static ResourceCode ResourceCodeUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first resource code in the ordered set where companyId = ?.
 ResourceCode ResourceCodePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first resource code in the ordered set where companyId = ?.
static ResourceCode ResourceCodeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last resource code in the ordered set where companyId = ?.
 ResourceCode ResourceCodePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last resource code in the ordered set where companyId = ?.
static ResourceCode ResourceCodeUtil.fetchByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource code in the ordered set where name = ?.
 ResourceCode ResourceCodePersistence.fetchByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource code in the ordered set where name = ?.
static ResourceCode ResourceCodeUtil.fetchByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource code in the ordered set where name = ?.
 ResourceCode ResourceCodePersistence.fetchByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource code in the ordered set where name = ?.
static ResourceCode ResourceCodeUtil.fetchByPrimaryKey(long codeId)
          Returns the resource code with the primary key or returns null if it could not be found.
 ResourceCode ResourceCodePersistence.fetchByPrimaryKey(long codeId)
          Returns the resource code with the primary key or returns null if it could not be found.
static ResourceCode ResourceCodeUtil.findByC_N_S(long companyId, String name, int scope)
          Returns the resource code where companyId = ? and name = ? and scope = ? or throws a NoSuchResourceCodeException if it could not be found.
 ResourceCode ResourceCodePersistence.findByC_N_S(long companyId, String name, int scope)
          Returns the resource code where companyId = ? and name = ? and scope = ? or throws a NoSuchResourceCodeException if it could not be found.
static ResourceCode ResourceCodeUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first resource code in the ordered set where companyId = ?.
 ResourceCode ResourceCodePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first resource code in the ordered set where companyId = ?.
static ResourceCode ResourceCodeUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last resource code in the ordered set where companyId = ?.
 ResourceCode ResourceCodePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last resource code in the ordered set where companyId = ?.
static ResourceCode[] ResourceCodeUtil.findByCompanyId_PrevAndNext(long codeId, long companyId, OrderByComparator orderByComparator)
          Returns the resource codes before and after the current resource code in the ordered set where companyId = ?.
 ResourceCode[] ResourceCodePersistence.findByCompanyId_PrevAndNext(long codeId, long companyId, OrderByComparator orderByComparator)
          Returns the resource codes before and after the current resource code in the ordered set where companyId = ?.
static ResourceCode ResourceCodeUtil.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource code in the ordered set where name = ?.
 ResourceCode ResourceCodePersistence.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource code in the ordered set where name = ?.
static ResourceCode ResourceCodeUtil.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource code in the ordered set where name = ?.
 ResourceCode ResourceCodePersistence.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource code in the ordered set where name = ?.
static ResourceCode[] ResourceCodeUtil.findByName_PrevAndNext(long codeId, String name, OrderByComparator orderByComparator)
          Returns the resource codes before and after the current resource code in the ordered set where name = ?.
 ResourceCode[] ResourceCodePersistence.findByName_PrevAndNext(long codeId, String name, OrderByComparator orderByComparator)
          Returns the resource codes before and after the current resource code in the ordered set where name = ?.
static ResourceCode ResourceCodeUtil.findByPrimaryKey(long codeId)
          Returns the resource code with the primary key or throws a NoSuchResourceCodeException if it could not be found.
 ResourceCode ResourceCodePersistence.findByPrimaryKey(long codeId)
          Returns the resource code with the primary key or throws a NoSuchResourceCodeException if it could not be found.
static ResourceCode ResourceCodeUtil.remove(long codeId)
          Removes the resource code with the primary key from the database.
 ResourceCode ResourceCodePersistence.remove(long codeId)
          Removes the resource code with the primary key from the database.
static ResourceCode ResourceCodeUtil.removeByC_N_S(long companyId, String name, int scope)
          Removes the resource code where companyId = ? and name = ? and scope = ? from the database.
 ResourceCode ResourceCodePersistence.removeByC_N_S(long companyId, String name, int scope)
          Removes the resource code where companyId = ? and name = ? and scope = ? from the database.
static ResourceCode ResourceCodeUtil.update(ResourceCode resourceCode, boolean merge)
           
static ResourceCode ResourceCodeUtil.update(ResourceCode resourceCode, boolean merge, ServiceContext serviceContext)
           
static ResourceCode ResourceCodeUtil.updateImpl(ResourceCode resourceCode, boolean merge)
           
 ResourceCode ResourceCodePersistence.updateImpl(ResourceCode resourceCode, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type ResourceCode
static List<ResourceCode> ResourceCodeUtil.findAll()
          Returns all the resource codes.
 List<ResourceCode> ResourceCodePersistence.findAll()
          Returns all the resource codes.
static List<ResourceCode> ResourceCodeUtil.findAll(int start, int end)
          Returns a range of all the resource codes.
 List<ResourceCode> ResourceCodePersistence.findAll(int start, int end)
          Returns a range of all the resource codes.
static List<ResourceCode> ResourceCodeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource codes.
 List<ResourceCode> ResourceCodePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource codes.
static List<ResourceCode> ResourceCodeUtil.findByCompanyId(long companyId)
          Returns all the resource codes where companyId = ?.
 List<ResourceCode> ResourceCodePersistence.findByCompanyId(long companyId)
          Returns all the resource codes where companyId = ?.
static List<ResourceCode> ResourceCodeUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the resource codes where companyId = ?.
 List<ResourceCode> ResourceCodePersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the resource codes where companyId = ?.
static List<ResourceCode> ResourceCodeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource codes where companyId = ?.
 List<ResourceCode> ResourceCodePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource codes where companyId = ?.
static List<ResourceCode> ResourceCodeUtil.findByName(String name)
          Returns all the resource codes where name = ?.
 List<ResourceCode> ResourceCodePersistence.findByName(String name)
          Returns all the resource codes where name = ?.
static List<ResourceCode> ResourceCodeUtil.findByName(String name, int start, int end)
          Returns a range of all the resource codes where name = ?.
 List<ResourceCode> ResourceCodePersistence.findByName(String name, int start, int end)
          Returns a range of all the resource codes where name = ?.
static List<ResourceCode> ResourceCodeUtil.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource codes where name = ?.
 List<ResourceCode> ResourceCodePersistence.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource codes where name = ?.
static List<ResourceCode> ResourceCodeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ResourceCode> ResourceCodeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ResourceCode> ResourceCodeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type ResourceCode
static void ResourceCodeUtil.cacheResult(ResourceCode resourceCode)
          Caches the resource code in the entity cache if it is enabled.
 void ResourceCodePersistence.cacheResult(ResourceCode resourceCode)
          Caches the resource code in the entity cache if it is enabled.
static void ResourceCodeUtil.clearCache(ResourceCode resourceCode)
           
static ResourceCode ResourceCodeUtil.update(ResourceCode resourceCode, boolean merge)
           
static ResourceCode ResourceCodeUtil.update(ResourceCode resourceCode, boolean merge, ServiceContext serviceContext)
           
static ResourceCode ResourceCodeUtil.updateImpl(ResourceCode resourceCode, boolean merge)
           
 ResourceCode ResourceCodePersistence.updateImpl(ResourceCode resourceCode, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type ResourceCode
static void ResourceCodeUtil.cacheResult(List<ResourceCode> resourceCodes)
          Caches the resource codes in the entity cache if it is enabled.
 void ResourceCodePersistence.cacheResult(List<ResourceCode> resourceCodes)
          Caches the resource codes in the entity cache if it is enabled.
 


Liferay 6.1.2-ce-ga3