Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchShardException

Packages that use NoSuchShardException
com.liferay.portal.service.persistence   
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchShardException
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.
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.
static void ShardUtil.removeByC_C(long classNameId, long classPK)
          Removes the shard where classNameId = ? and classPK = ? from the database.
 void ShardPersistence.removeByC_C(long classNameId, long classPK)
          Removes the shard where classNameId = ? and classPK = ? from the database.
 void ShardPersistenceImpl.removeByC_C(long classNameId, long classPK)
          Removes the shard where classNameId = ? and classPK = ? from the database.
static void ShardUtil.removeByName(String name)
          Removes the shard where name = ? from the database.
 void ShardPersistence.removeByName(String name)
          Removes the shard where name = ? from the database.
 void ShardPersistenceImpl.removeByName(String name)
          Removes the shard where name = ? from the database.
 


Liferay 6.0.5