Liferay 6.0.5

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

Packages that use Shard
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   
 

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.getWrappedShard()
           
 Shard ShardWrapper.toEscapedModel()
           
 Shard ShardModel.toEscapedModel()
          Gets a copy of this shard as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portal.model with parameters of type Shard
 int ShardWrapper.compareTo(Shard shard)
           
 int ShardModel.compareTo(Shard shard)
           
 

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

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

Classes in com.liferay.portal.model.impl that implement Shard
 class ShardImpl
           
 

Methods in com.liferay.portal.model.impl that return Shard
 Shard ShardModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type Shard
 int ShardModelImpl.compareTo(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.getShard(long shardId)
          Gets the shard with the primary key.
static Shard ShardLocalServiceUtil.getShard(long shardId)
          Gets the shard with the primary key.
 Shard ShardLocalService.getShard(long shardId)
          Gets 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.
static Shard ShardLocalServiceUtil.updateShard(Shard shard)
          Updates the shard in the database.
 Shard ShardLocalService.updateShard(Shard shard)
          Updates the shard in the database.
 Shard ShardLocalServiceWrapper.updateShard(Shard shard, boolean merge)
          Updates the shard in the database.
static Shard ShardLocalServiceUtil.updateShard(Shard shard, boolean merge)
          Updates the shard in the database.
 Shard ShardLocalService.updateShard(Shard shard, boolean merge)
          Updates the shard in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type Shard
 List<Shard> ShardLocalServiceWrapper.getShards(int start, int end)
          Gets a range of all the shards.
static List<Shard> ShardLocalServiceUtil.getShards(int start, int end)
          Gets a range of all the shards.
 List<Shard> ShardLocalService.getShards(int start, int end)
          Gets 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.
 void ShardLocalServiceWrapper.deleteShard(Shard shard)
          Deletes the shard from the database.
static void ShardLocalServiceUtil.deleteShard(Shard shard)
          Deletes the shard from the database.
 void ShardLocalService.deleteShard(Shard shard)
          Deletes the shard from the database.
 Shard ShardLocalServiceWrapper.updateShard(Shard shard)
          Updates the shard in the database.
static Shard ShardLocalServiceUtil.updateShard(Shard shard)
          Updates the shard in the database.
 Shard ShardLocalService.updateShard(Shard shard)
          Updates the shard in the database.
 Shard ShardLocalServiceWrapper.updateShard(Shard shard, boolean merge)
          Updates the shard in the database.
static Shard ShardLocalServiceUtil.updateShard(Shard shard, boolean merge)
          Updates the shard in the database.
 Shard ShardLocalService.updateShard(Shard shard, boolean merge)
          Updates the shard in the database.
 

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

Methods in com.liferay.portal.service.base that return Shard
 Shard ShardLocalServiceBaseImpl.addShard(Shard shard)
          Adds the shard to the database.
 Shard ShardLocalServiceBaseImpl.createShard(long shardId)
          Creates a new shard with the primary key.
 Shard ShardLocalServiceBaseImpl.getShard(long shardId)
          Gets the shard with the primary key.
 Shard ShardLocalServiceBaseImpl.updateShard(Shard shard)
          Updates the shard in the database.
 Shard ShardLocalServiceBaseImpl.updateShard(Shard shard, boolean merge)
          Updates the shard in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Shard
 List<Shard> ShardLocalServiceBaseImpl.getShards(int start, int end)
          Gets a range of all the shards.
 

Methods in com.liferay.portal.service.base with parameters of type Shard
 Shard ShardLocalServiceBaseImpl.addShard(Shard shard)
          Adds the shard to the database.
 void ShardLocalServiceBaseImpl.deleteShard(Shard shard)
          Deletes the shard from the database.
 Shard ShardLocalServiceBaseImpl.updateShard(Shard shard)
          Updates the shard in the database.
 Shard ShardLocalServiceBaseImpl.updateShard(Shard shard, boolean merge)
          Updates the shard in the database.
 

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

Methods in com.liferay.portal.service.impl that return Shard
 Shard ShardLocalServiceImpl.addShard(String className, long classPK, String name)
           
 Shard ShardLocalServiceImpl.getShard(String className, long classPK)
           
 

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.
 Shard ShardPersistenceImpl.create(long shardId)
          Creates a new shard with the primary key.
static Shard ShardUtil.fetchByC_C(long classNameId, long classPK)
          Finds the shard where classNameId = ? and classPK = ? or returns null if it could not be found.
 Shard ShardPersistence.fetchByC_C(long classNameId, long classPK)
          Finds the shard where classNameId = ? and classPK = ? or returns null if it could not be found.
 Shard ShardPersistenceImpl.fetchByC_C(long classNameId, long classPK)
          Finds 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)
          Finds 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)
          Finds the shard where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 Shard ShardPersistenceImpl.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Finds 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)
          Finds the shard where name = ? or returns null if it could not be found.
 Shard ShardPersistence.fetchByName(String name)
          Finds the shard where name = ? or returns null if it could not be found.
 Shard ShardPersistenceImpl.fetchByName(String name)
          Finds the shard where name = ? or returns null if it could not be found.
static Shard ShardUtil.fetchByName(String name, boolean retrieveFromCache)
          Finds 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)
          Finds the shard where name = ? or returns null if it could not be found, optionally using the finder cache.
 Shard ShardPersistenceImpl.fetchByName(String name, boolean retrieveFromCache)
          Finds the shard where name = ? or returns null if it could not be found, optionally using the finder cache.
static Shard ShardUtil.fetchByPrimaryKey(long shardId)
          Finds the shard with the primary key or returns null if it could not be found.
 Shard ShardPersistence.fetchByPrimaryKey(long shardId)
          Finds the shard with the primary key or returns null if it could not be found.
 Shard ShardPersistenceImpl.fetchByPrimaryKey(long shardId)
          Finds the shard with the primary key or returns null if it could not be found.
 Shard ShardPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the shard with the primary key or returns null if it could not be found.
static Shard ShardUtil.findByC_C(long classNameId, long classPK)
          Finds the shard where classNameId = ? and classPK = ? or throws a NoSuchShardException if it could not be found.
 Shard ShardPersistence.findByC_C(long classNameId, long classPK)
          Finds the shard where classNameId = ? and classPK = ? or throws a NoSuchShardException if it could not be found.
 Shard ShardPersistenceImpl.findByC_C(long classNameId, long classPK)
          Finds the shard where classNameId = ? and classPK = ? or throws a NoSuchShardException if it could not be found.
static Shard ShardUtil.findByName(String name)
          Finds the shard where name = ? or throws a NoSuchShardException if it could not be found.
 Shard ShardPersistence.findByName(String name)
          Finds the shard where name = ? or throws a NoSuchShardException if it could not be found.
 Shard ShardPersistenceImpl.findByName(String name)
          Finds the shard where name = ? or throws a NoSuchShardException if it could not be found.
static Shard ShardUtil.findByPrimaryKey(long shardId)
          Finds the shard with the primary key or throws a NoSuchShardException if it could not be found.
 Shard ShardPersistence.findByPrimaryKey(long shardId)
          Finds the shard with the primary key or throws a NoSuchShardException if it could not be found.
 Shard ShardPersistenceImpl.findByPrimaryKey(long shardId)
          Finds the shard with the primary key or throws a NoSuchShardException if it could not be found.
 Shard ShardPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the shard with the primary key or throws a NoSuchModelException 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.
 Shard ShardPersistenceImpl.remove(long shardId)
          Removes the shard with the primary key from the database.
 Shard ShardPersistenceImpl.remove(Serializable primaryKey)
          Removes the shard with the primary key from the database.
static Shard ShardUtil.remove(Shard shard)
           
protected  Shard ShardPersistenceImpl.removeImpl(Shard shard)
           
protected  Shard ShardPersistenceImpl.toUnwrappedModel(Shard shard)
           
static Shard ShardUtil.update(Shard shard, boolean merge)
           
static Shard ShardUtil.update(Shard shard, boolean merge, ServiceContext serviceContext)
           
static Shard ShardUtil.updateImpl(Shard shard, boolean merge)
           
 Shard ShardPersistence.updateImpl(Shard shard, boolean merge)
           
 Shard ShardPersistenceImpl.updateImpl(Shard shard, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Shard
static List<Shard> ShardUtil.findAll()
          Finds all the shards.
 List<Shard> ShardPersistence.findAll()
          Finds all the shards.
 List<Shard> ShardPersistenceImpl.findAll()
          Finds all the shards.
static List<Shard> ShardUtil.findAll(int start, int end)
          Finds a range of all the shards.
 List<Shard> ShardPersistence.findAll(int start, int end)
          Finds a range of all the shards.
 List<Shard> ShardPersistenceImpl.findAll(int start, int end)
          Finds a range of all the shards.
static List<Shard> ShardUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shards.
 List<Shard> ShardPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shards.
 List<Shard> ShardPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds 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.
 void ShardPersistenceImpl.cacheResult(Shard shard)
          Caches the shard in the entity cache if it is enabled.
static void ShardUtil.clearCache(Shard shard)
           
 void ShardPersistenceImpl.clearCache(Shard shard)
          Clears the cache for the shard.
static Shard ShardUtil.remove(Shard shard)
           
protected  Shard ShardPersistenceImpl.removeImpl(Shard shard)
           
protected  Shard ShardPersistenceImpl.toUnwrappedModel(Shard shard)
           
static Shard ShardUtil.update(Shard shard, boolean merge)
           
static Shard ShardUtil.update(Shard shard, boolean merge, ServiceContext serviceContext)
           
static Shard ShardUtil.updateImpl(Shard shard, boolean merge)
           
 Shard ShardPersistence.updateImpl(Shard shard, boolean merge)
           
 Shard ShardPersistenceImpl.updateImpl(Shard shard, boolean merge)
           
 

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.
 void ShardPersistenceImpl.cacheResult(List<Shard> shards)
          Caches the shards in the entity cache if it is enabled.
 


Liferay 6.0.5