Liferay 6.0-ee

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

Packages that use ResourceCode
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portal.tools.samplesqlbuilder   
 

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.getWrappedResourceCode()
           
 ResourceCode ResourceCodeWrapper.toEscapedModel()
           
 ResourceCode ResourceCodeModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model with parameters of type ResourceCode
 int ResourceCodeWrapper.compareTo(ResourceCode resourceCode)
           
 int ResourceCodeModel.compareTo(ResourceCode resourceCode)
           
 

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

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

Classes in com.liferay.portal.model.impl that implement ResourceCode
 class ResourceCodeImpl
           
 

Methods in com.liferay.portal.model.impl that return ResourceCode
 ResourceCode ResourceCodeModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type ResourceCode
 int ResourceCodeModelImpl.compareTo(ResourceCode resourceCode)
           
 

Uses of ResourceCode in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return ResourceCode
 ResourceCode ResourceCodeLocalServiceWrapper.addResourceCode(long companyId, String name, int scope)
           
static ResourceCode ResourceCodeLocalServiceUtil.addResourceCode(long companyId, String name, int scope)
           
 ResourceCode ResourceCodeLocalService.addResourceCode(long companyId, String name, int scope)
           
 ResourceCode ResourceCodeLocalServiceWrapper.addResourceCode(ResourceCode resourceCode)
          Adds the resource code to the database.
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.createResourceCode(long codeId)
          Creates a new resource code with the primary key.
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.getResourceCode(long codeId)
          Gets the resource code with the primary key.
static ResourceCode ResourceCodeLocalServiceUtil.getResourceCode(long codeId)
          Gets the resource code with the primary key.
 ResourceCode ResourceCodeLocalService.getResourceCode(long codeId)
          Gets the resource code with the primary key.
 ResourceCode ResourceCodeLocalServiceWrapper.getResourceCode(long companyId, String name, int scope)
           
static ResourceCode ResourceCodeLocalServiceUtil.getResourceCode(long companyId, String name, int scope)
           
 ResourceCode ResourceCodeLocalService.getResourceCode(long companyId, String name, int scope)
           
 ResourceCode ResourceCodeLocalServiceWrapper.updateResourceCode(ResourceCode resourceCode)
          Updates the resource code in the database.
static ResourceCode ResourceCodeLocalServiceUtil.updateResourceCode(ResourceCode resourceCode)
          Updates the resource code in the database.
 ResourceCode ResourceCodeLocalService.updateResourceCode(ResourceCode resourceCode)
          Updates the resource code in the database.
 ResourceCode ResourceCodeLocalServiceWrapper.updateResourceCode(ResourceCode resourceCode, boolean merge)
          Updates the resource code in the database.
static ResourceCode ResourceCodeLocalServiceUtil.updateResourceCode(ResourceCode resourceCode, boolean merge)
          Updates the resource code in the database.
 ResourceCode ResourceCodeLocalService.updateResourceCode(ResourceCode resourceCode, boolean merge)
          Updates the resource code in the database.
 

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

Methods in com.liferay.portal.service with parameters of type ResourceCode
 ResourceCode ResourceCodeLocalServiceWrapper.addResourceCode(ResourceCode resourceCode)
          Adds the resource code to the database.
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.
 void ResourceCodeLocalServiceWrapper.deleteResourceCode(ResourceCode resourceCode)
          Deletes the resource code from the database.
static void ResourceCodeLocalServiceUtil.deleteResourceCode(ResourceCode resourceCode)
          Deletes the resource code from the database.
 void ResourceCodeLocalService.deleteResourceCode(ResourceCode resourceCode)
          Deletes the resource code from the database.
 ResourceCode ResourceCodeLocalServiceWrapper.updateResourceCode(ResourceCode resourceCode)
          Updates the resource code in the database.
static ResourceCode ResourceCodeLocalServiceUtil.updateResourceCode(ResourceCode resourceCode)
          Updates the resource code in the database.
 ResourceCode ResourceCodeLocalService.updateResourceCode(ResourceCode resourceCode)
          Updates the resource code in the database.
 ResourceCode ResourceCodeLocalServiceWrapper.updateResourceCode(ResourceCode resourceCode, boolean merge)
          Updates the resource code in the database.
static ResourceCode ResourceCodeLocalServiceUtil.updateResourceCode(ResourceCode resourceCode, boolean merge)
          Updates the resource code in the database.
 ResourceCode ResourceCodeLocalService.updateResourceCode(ResourceCode resourceCode, boolean merge)
          Updates the resource code in the database.
 

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

Methods in com.liferay.portal.service.base that return ResourceCode
 ResourceCode ResourceCodeLocalServiceBaseImpl.addResourceCode(ResourceCode resourceCode)
          Adds the resource code to the database.
 ResourceCode ResourceCodeLocalServiceBaseImpl.createResourceCode(long codeId)
          Creates a new resource code with the primary key.
 ResourceCode ResourceCodeLocalServiceBaseImpl.getResourceCode(long codeId)
          Gets the resource code with the primary key.
 ResourceCode ResourceCodeLocalServiceBaseImpl.updateResourceCode(ResourceCode resourceCode)
          Updates the resource code in the database.
 ResourceCode ResourceCodeLocalServiceBaseImpl.updateResourceCode(ResourceCode resourceCode, boolean merge)
          Updates the resource code in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type ResourceCode
 List<ResourceCode> ResourceCodeLocalServiceBaseImpl.getResourceCodes(int start, int end)
          Gets a range of all the resource codes.
 

Methods in com.liferay.portal.service.base with parameters of type ResourceCode
 ResourceCode ResourceCodeLocalServiceBaseImpl.addResourceCode(ResourceCode resourceCode)
          Adds the resource code to the database.
 void ResourceCodeLocalServiceBaseImpl.deleteResourceCode(ResourceCode resourceCode)
          Deletes the resource code from the database.
 ResourceCode ResourceCodeLocalServiceBaseImpl.updateResourceCode(ResourceCode resourceCode)
          Updates the resource code in the database.
 ResourceCode ResourceCodeLocalServiceBaseImpl.updateResourceCode(ResourceCode resourceCode, boolean merge)
          Updates the resource code in the database.
 

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

Methods in com.liferay.portal.service.impl that return ResourceCode
 ResourceCode ResourceCodeLocalServiceImpl.addResourceCode(long companyId, String name, int scope)
           
 ResourceCode ResourceCodeLocalServiceImpl.getResourceCode(long codeId)
           
 ResourceCode ResourceCodeLocalServiceImpl.getResourceCode(long companyId, String name, int scope)
           
 

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.
 ResourceCode ResourceCodePersistenceImpl.create(long codeId)
          Creates a new resource code with the primary key.
static ResourceCode ResourceCodeUtil.fetchByC_N_S(long companyId, String name, int scope)
          Finds 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)
          Finds the resource code where companyId = ? and name = ? and scope = ? or returns null if it could not be found.
 ResourceCode ResourceCodePersistenceImpl.fetchByC_N_S(long companyId, String name, int scope)
          Finds 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)
          Finds 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)
          Finds the resource code where companyId = ? and name = ? and scope = ? or returns null if it could not be found, optionally using the finder cache.
 ResourceCode ResourceCodePersistenceImpl.fetchByC_N_S(long companyId, String name, int scope, boolean retrieveFromCache)
          Finds 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.fetchByPrimaryKey(long codeId)
          Finds the resource code with the primary key or returns null if it could not be found.
 ResourceCode ResourceCodePersistence.fetchByPrimaryKey(long codeId)
          Finds the resource code with the primary key or returns null if it could not be found.
 ResourceCode ResourceCodePersistenceImpl.fetchByPrimaryKey(long codeId)
          Finds the resource code with the primary key or returns null if it could not be found.
 ResourceCode ResourceCodePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds 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)
          Finds 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)
          Finds the resource code where companyId = ? and name = ? and scope = ? or throws a NoSuchResourceCodeException if it could not be found.
 ResourceCode ResourceCodePersistenceImpl.findByC_N_S(long companyId, String name, int scope)
          Finds 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)
          Finds the first resource code in the ordered set where companyId = ?.
 ResourceCode ResourceCodePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first resource code in the ordered set where companyId = ?.
 ResourceCode ResourceCodePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first resource code in the ordered set where companyId = ?.
static ResourceCode ResourceCodeUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last resource code in the ordered set where companyId = ?.
 ResourceCode ResourceCodePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last resource code in the ordered set where companyId = ?.
 ResourceCode ResourceCodePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last resource code in the ordered set where companyId = ?.
static ResourceCode[] ResourceCodeUtil.findByCompanyId_PrevAndNext(long codeId, long companyId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the resource codes before and after the current resource code in the ordered set where companyId = ?.
 ResourceCode[] ResourceCodePersistenceImpl.findByCompanyId_PrevAndNext(long codeId, long companyId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the first resource code in the ordered set where name = ?.
 ResourceCode ResourceCodePersistence.findByName_First(String name, OrderByComparator orderByComparator)
          Finds the first resource code in the ordered set where name = ?.
 ResourceCode ResourceCodePersistenceImpl.findByName_First(String name, OrderByComparator orderByComparator)
          Finds the first resource code in the ordered set where name = ?.
static ResourceCode ResourceCodeUtil.findByName_Last(String name, OrderByComparator orderByComparator)
          Finds the last resource code in the ordered set where name = ?.
 ResourceCode ResourceCodePersistence.findByName_Last(String name, OrderByComparator orderByComparator)
          Finds the last resource code in the ordered set where name = ?.
 ResourceCode ResourceCodePersistenceImpl.findByName_Last(String name, OrderByComparator orderByComparator)
          Finds the last resource code in the ordered set where name = ?.
static ResourceCode[] ResourceCodeUtil.findByName_PrevAndNext(long codeId, String name, OrderByComparator orderByComparator)
          Finds 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)
          Finds the resource codes before and after the current resource code in the ordered set where name = ?.
 ResourceCode[] ResourceCodePersistenceImpl.findByName_PrevAndNext(long codeId, String name, OrderByComparator orderByComparator)
          Finds the resource codes before and after the current resource code in the ordered set where name = ?.
static ResourceCode ResourceCodeUtil.findByPrimaryKey(long codeId)
          Finds the resource code with the primary key or throws a NoSuchResourceCodeException if it could not be found.
 ResourceCode ResourceCodePersistence.findByPrimaryKey(long codeId)
          Finds the resource code with the primary key or throws a NoSuchResourceCodeException if it could not be found.
 ResourceCode ResourceCodePersistenceImpl.findByPrimaryKey(long codeId)
          Finds the resource code with the primary key or throws a NoSuchResourceCodeException if it could not be found.
 ResourceCode ResourceCodePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the resource code with the primary key or throws a NoSuchModelException if it could not be found.
protected  ResourceCode ResourceCodePersistenceImpl.getByCompanyId_PrevAndNext(Session session, ResourceCode resourceCode, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  ResourceCode ResourceCodePersistenceImpl.getByName_PrevAndNext(Session session, ResourceCode resourceCode, String name, OrderByComparator orderByComparator, boolean previous)
           
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.
 ResourceCode ResourceCodePersistenceImpl.remove(long codeId)
          Removes the resource code with the primary key from the database.
static ResourceCode ResourceCodeUtil.remove(ResourceCode resourceCode)
           
 ResourceCode ResourceCodePersistenceImpl.remove(Serializable primaryKey)
          Removes the resource code with the primary key from the database.
protected  ResourceCode ResourceCodePersistenceImpl.removeImpl(ResourceCode resourceCode)
           
protected  ResourceCode ResourceCodePersistenceImpl.toUnwrappedModel(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)
           
 ResourceCode ResourceCodePersistenceImpl.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()
          Finds all the resource codes.
 List<ResourceCode> ResourceCodePersistence.findAll()
          Finds all the resource codes.
 List<ResourceCode> ResourceCodePersistenceImpl.findAll()
          Finds all the resource codes.
static List<ResourceCode> ResourceCodeUtil.findAll(int start, int end)
          Finds a range of all the resource codes.
 List<ResourceCode> ResourceCodePersistence.findAll(int start, int end)
          Finds a range of all the resource codes.
 List<ResourceCode> ResourceCodePersistenceImpl.findAll(int start, int end)
          Finds a range of all the resource codes.
static List<ResourceCode> ResourceCodeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resource codes.
 List<ResourceCode> ResourceCodePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resource codes.
 List<ResourceCode> ResourceCodePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resource codes.
static List<ResourceCode> ResourceCodeUtil.findByCompanyId(long companyId)
          Finds all the resource codes where companyId = ?.
 List<ResourceCode> ResourceCodePersistence.findByCompanyId(long companyId)
          Finds all the resource codes where companyId = ?.
 List<ResourceCode> ResourceCodePersistenceImpl.findByCompanyId(long companyId)
          Finds all the resource codes where companyId = ?.
static List<ResourceCode> ResourceCodeUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the resource codes where companyId = ?.
 List<ResourceCode> ResourceCodePersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the resource codes where companyId = ?.
 List<ResourceCode> ResourceCodePersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the resource codes where companyId = ?.
static List<ResourceCode> ResourceCodeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resource codes where companyId = ?.
 List<ResourceCode> ResourceCodePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resource codes where companyId = ?.
 List<ResourceCode> ResourceCodePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resource codes where companyId = ?.
static List<ResourceCode> ResourceCodeUtil.findByName(String name)
          Finds all the resource codes where name = ?.
 List<ResourceCode> ResourceCodePersistence.findByName(String name)
          Finds all the resource codes where name = ?.
 List<ResourceCode> ResourceCodePersistenceImpl.findByName(String name)
          Finds all the resource codes where name = ?.
static List<ResourceCode> ResourceCodeUtil.findByName(String name, int start, int end)
          Finds a range of all the resource codes where name = ?.
 List<ResourceCode> ResourceCodePersistence.findByName(String name, int start, int end)
          Finds a range of all the resource codes where name = ?.
 List<ResourceCode> ResourceCodePersistenceImpl.findByName(String name, int start, int end)
          Finds a range of all the resource codes where name = ?.
static List<ResourceCode> ResourceCodeUtil.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resource codes where name = ?.
 List<ResourceCode> ResourceCodePersistence.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resource codes where name = ?.
 List<ResourceCode> ResourceCodePersistenceImpl.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Finds 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.
 void ResourceCodePersistenceImpl.cacheResult(ResourceCode resourceCode)
          Caches the resource code in the entity cache if it is enabled.
static void ResourceCodeUtil.clearCache(ResourceCode resourceCode)
           
 void ResourceCodePersistenceImpl.clearCache(ResourceCode resourceCode)
          Clears the cache for the resource code.
protected  ResourceCode ResourceCodePersistenceImpl.getByCompanyId_PrevAndNext(Session session, ResourceCode resourceCode, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  ResourceCode ResourceCodePersistenceImpl.getByName_PrevAndNext(Session session, ResourceCode resourceCode, String name, OrderByComparator orderByComparator, boolean previous)
           
static ResourceCode ResourceCodeUtil.remove(ResourceCode resourceCode)
           
protected  ResourceCode ResourceCodePersistenceImpl.removeImpl(ResourceCode resourceCode)
           
protected  ResourceCode ResourceCodePersistenceImpl.toUnwrappedModel(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)
           
 ResourceCode ResourceCodePersistenceImpl.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.
 void ResourceCodePersistenceImpl.cacheResult(List<ResourceCode> resourceCodes)
          Caches the resource codes in the entity cache if it is enabled.
 

Uses of ResourceCode in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return ResourceCode
protected  ResourceCode DataFactory.newResourceCode()
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return types with arguments of type ResourceCode
 List<ResourceCode> DataFactory.getResourceCodes()
           
 


Liferay 6.0-ee