Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.NoSuchShardException

Packages that use NoSuchShardException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

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)
          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.
 Shard ShardPersistenceImpl.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.
 Shard ShardPersistenceImpl.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.
 Shard ShardPersistenceImpl.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.
 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.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.
 Shard ShardPersistenceImpl.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.
 Shard ShardPersistenceImpl.removeByName(String name)
          Removes the shard where name = ? from the database.
 


Liferay 6.1.2-ce-ga3