Liferay 6.2-ce-ga5

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

Packages that use Shard
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 Shard in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Shard
 class ShardWrapper
           This class is a wrapper for Shard.
 

Methods in com.liferay.portal.model that return Shard
 Shard ShardWrapper.getWrappedModel()
           
 Shard ShardWrapper.getWrappedShard()
          Deprecated. As of 6.1.0, replaced by ShardWrapper.getWrappedModel()
 Shard ShardModel.toEscapedModel()
           
 Shard ShardWrapper.toEscapedModel()
           
 Shard ShardModel.toUnescapedModel()
           
 Shard ShardWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Shard
 CacheModel<Shard> ShardModel.toCacheModel()
           
 CacheModel<Shard> ShardWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Shard
 int ShardModel.compareTo(Shard shard)
           
 int ShardWrapper.compareTo(Shard shard)
           
static ShardSoap ShardSoap.toSoapModel(Shard model)
           
static ShardSoap[] ShardSoap.toSoapModels(Shard[] models)
           
static ShardSoap[][] ShardSoap.toSoapModels(Shard[][] models)
           
 

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

Constructors in com.liferay.portal.model with parameters of type Shard
ShardWrapper(Shard shard)
           
 

Uses of Shard in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Shard
 Shard ShardLocalServiceWrapper.addShard(Shard shard)
          Adds the shard to the database.
static Shard ShardLocalServiceUtil.addShard(Shard shard)
          Adds the shard to the database.
 Shard ShardLocalService.addShard(Shard shard)
          Adds the shard to the database.
 Shard ShardLocalServiceWrapper.addShard(String className, long classPK, String name)
           
static Shard ShardLocalServiceUtil.addShard(String className, long classPK, String name)
           
 Shard ShardLocalService.addShard(String className, long classPK, String name)
           
 Shard ShardLocalServiceWrapper.createShard(long shardId)
          Creates a new shard with the primary key.
static Shard ShardLocalServiceUtil.createShard(long shardId)
          Creates a new shard with the primary key.
 Shard ShardLocalService.createShard(long shardId)
          Creates a new shard with the primary key.
 Shard ShardLocalServiceWrapper.deleteShard(long shardId)
          Deletes the shard with the primary key from the database.
static Shard ShardLocalServiceUtil.deleteShard(long shardId)
          Deletes the shard with the primary key from the database.
 Shard ShardLocalService.deleteShard(long shardId)
          Deletes the shard with the primary key from the database.
 Shard ShardLocalServiceWrapper.deleteShard(Shard shard)
          Deletes the shard from the database.
static Shard ShardLocalServiceUtil.deleteShard(Shard shard)
          Deletes the shard from the database.
 Shard ShardLocalService.deleteShard(Shard shard)
          Deletes the shard from the database.
 Shard ShardLocalServiceWrapper.fetchShard(long shardId)
           
static Shard ShardLocalServiceUtil.fetchShard(long shardId)
           
 Shard ShardLocalService.fetchShard(long shardId)
           
 Shard ShardLocalServiceWrapper.getShard(long shardId)
          Returns the shard with the primary key.
static Shard ShardLocalServiceUtil.getShard(long shardId)
          Returns the shard with the primary key.
 Shard ShardLocalService.getShard(long shardId)
          Returns the shard with the primary key.
 Shard ShardLocalServiceWrapper.getShard(String className, long classPK)
           
static Shard ShardLocalServiceUtil.getShard(String className, long classPK)
           
 Shard ShardLocalService.getShard(String className, long classPK)
           
 Shard ShardLocalServiceWrapper.updateShard(Shard shard)
          Updates the shard in the database or adds it if it does not yet exist.
static Shard ShardLocalServiceUtil.updateShard(Shard shard)
          Updates the shard in the database or adds it if it does not yet exist.
 Shard ShardLocalService.updateShard(Shard shard)
          Updates the shard 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 Shard
 List<Shard> ShardLocalServiceWrapper.getShards(int start, int end)
          Returns a range of all the shards.
static List<Shard> ShardLocalServiceUtil.getShards(int start, int end)
          Returns a range of all the shards.
 List<Shard> ShardLocalService.getShards(int start, int end)
          Returns a range of all the shards.
 

Methods in com.liferay.portal.service with parameters of type Shard
 Shard ShardLocalServiceWrapper.addShard(Shard shard)
          Adds the shard to the database.
static Shard ShardLocalServiceUtil.addShard(Shard shard)
          Adds the shard to the database.
 Shard ShardLocalService.addShard(Shard shard)
          Adds the shard to the database.
 Shard ShardLocalServiceWrapper.deleteShard(Shard shard)
          Deletes the shard from the database.
static Shard ShardLocalServiceUtil.deleteShard(Shard shard)
          Deletes the shard from the database.
 Shard ShardLocalService.deleteShard(Shard shard)
          Deletes the shard from the database.
 Shard ShardLocalServiceWrapper.updateShard(Shard shard)
          Updates the shard in the database or adds it if it does not yet exist.
static Shard ShardLocalServiceUtil.updateShard(Shard shard)
          Updates the shard in the database or adds it if it does not yet exist.
 Shard ShardLocalService.updateShard(Shard shard)
          Updates the shard in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.persistence that return Shard
static Shard ShardUtil.create(long shardId)
          Creates a new shard with the primary key.
 Shard ShardPersistence.create(long shardId)
          Creates a new shard with the primary key.
static Shard ShardUtil.fetchByC_C(long classNameId, long classPK)
          Returns the shard where classNameId = ? and classPK = ? or returns null if it could not be found.
 Shard ShardPersistence.fetchByC_C(long classNameId, long classPK)
          Returns the shard where classNameId = ? and classPK = ? or returns null if it could not be found.
static Shard ShardUtil.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Returns the shard where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 Shard ShardPersistence.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Returns the shard where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static Shard ShardUtil.fetchByName(String name)
          Returns the shard where name = ? or returns null if it could not be found.
 Shard ShardPersistence.fetchByName(String name)
          Returns the shard where name = ? or returns null if it could not be found.
static Shard ShardUtil.fetchByName(String name, boolean retrieveFromCache)
          Returns the shard where name = ? or returns null if it could not be found, optionally using the finder cache.
 Shard ShardPersistence.fetchByName(String name, boolean retrieveFromCache)
          Returns the shard where name = ? or returns null if it could not be found, optionally using the finder cache.
static Shard ShardUtil.fetchByPrimaryKey(long shardId)
          Returns the shard with the primary key or returns null if it could not be found.
 Shard ShardPersistence.fetchByPrimaryKey(long shardId)
          Returns the shard with the primary key or returns null if it could not be found.
static Shard ShardUtil.findByC_C(long classNameId, long classPK)
          Returns the shard where classNameId = ? and classPK = ? or throws a NoSuchShardException if it could not be found.
 Shard ShardPersistence.findByC_C(long classNameId, long classPK)
          Returns the shard where classNameId = ? and classPK = ? or throws a NoSuchShardException if it could not be found.
static Shard ShardUtil.findByName(String name)
          Returns the shard where name = ? or throws a NoSuchShardException if it could not be found.
 Shard ShardPersistence.findByName(String name)
          Returns the shard where name = ? or throws a NoSuchShardException if it could not be found.
static Shard ShardUtil.findByPrimaryKey(long shardId)
          Returns the shard with the primary key or throws a NoSuchShardException if it could not be found.
 Shard ShardPersistence.findByPrimaryKey(long shardId)
          Returns the shard with the primary key or throws a NoSuchShardException if it could not be found.
static Shard ShardUtil.remove(long shardId)
          Removes the shard with the primary key from the database.
 Shard ShardPersistence.remove(long shardId)
          Removes the shard with the primary key from the database.
static Shard ShardUtil.removeByC_C(long classNameId, long classPK)
          Removes the shard where classNameId = ? and classPK = ? from the database.
 Shard ShardPersistence.removeByC_C(long classNameId, long classPK)
          Removes the shard where classNameId = ? and classPK = ? from the database.
static Shard ShardUtil.removeByName(String name)
          Removes the shard where name = ? from the database.
 Shard ShardPersistence.removeByName(String name)
          Removes the shard where name = ? from the database.
static Shard ShardUtil.update(Shard shard)
           
static Shard ShardUtil.update(Shard shard, ServiceContext serviceContext)
           
static Shard ShardUtil.updateImpl(Shard shard)
           
 Shard ShardPersistence.updateImpl(Shard shard)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Shard
static List<Shard> ShardUtil.findAll()
          Returns all the shards.
 List<Shard> ShardPersistence.findAll()
          Returns all the shards.
static List<Shard> ShardUtil.findAll(int start, int end)
          Returns a range of all the shards.
 List<Shard> ShardPersistence.findAll(int start, int end)
          Returns a range of all the shards.
static List<Shard> ShardUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shards.
 List<Shard> ShardPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shards.
static List<Shard> ShardUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Shard> ShardUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Shard> ShardUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Shard
static void ShardUtil.cacheResult(Shard shard)
          Caches the shard in the entity cache if it is enabled.
 void ShardPersistence.cacheResult(Shard shard)
          Caches the shard in the entity cache if it is enabled.
static void ShardUtil.clearCache(Shard shard)
           
static Shard ShardUtil.update(Shard shard)
           
static Shard ShardUtil.update(Shard shard, ServiceContext serviceContext)
           
static Shard ShardUtil.updateImpl(Shard shard)
           
 Shard ShardPersistence.updateImpl(Shard shard)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Shard
static void ShardUtil.cacheResult(List<Shard> shards)
          Caches the shards in the entity cache if it is enabled.
 void ShardPersistence.cacheResult(List<Shard> shards)
          Caches the shards in the entity cache if it is enabled.
 


Liferay 6.2-ce-ga5