com.liferay.portal.service
Class ShardLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.ShardLocalServiceWrapper
All Implemented Interfaces:
ShardLocalService

public class ShardLocalServiceWrapper
extends java.lang.Object
implements ShardLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for ShardLocalService.

Author:
Brian Wing Shun Chan
See Also:
ShardLocalService
Generated:

Constructor Summary
ShardLocalServiceWrapper(ShardLocalService shardLocalService)
           
 
Method Summary
 Shard addShard(Shard shard)
           
 Shard addShard(java.lang.String className, long classPK, java.lang.String name)
           
 Shard createShard(long shardId)
           
 void deleteShard(long shardId)
           
 void deleteShard(Shard shard)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 Shard getShard(long shardId)
           
 Shard getShard(java.lang.String className, long classPK)
           
 java.util.List<Shard> getShards(int start, int end)
           
 int getShardsCount()
           
 ShardLocalService getWrappedShardLocalService()
           
 Shard updateShard(Shard shard)
           
 Shard updateShard(Shard shard, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShardLocalServiceWrapper

public ShardLocalServiceWrapper(ShardLocalService shardLocalService)
Method Detail

addShard

public Shard addShard(Shard shard)
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addShard in interface ShardLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createShard

public Shard createShard(long shardId)
Specified by:
createShard in interface ShardLocalService

deleteShard

public void deleteShard(long shardId)
                 throws com.liferay.portal.kernel.exception.PortalException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteShard in interface ShardLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteShard

public void deleteShard(Shard shard)
                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteShard in interface ShardLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface ShardLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface ShardLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getShard

public Shard getShard(long shardId)
               throws com.liferay.portal.kernel.exception.PortalException,
                      com.liferay.portal.kernel.exception.SystemException
Specified by:
getShard in interface ShardLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getShards

public java.util.List<Shard> getShards(int start,
                                       int end)
                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getShards in interface ShardLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getShardsCount

public int getShardsCount()
                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getShardsCount in interface ShardLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateShard

public Shard updateShard(Shard shard)
                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateShard in interface ShardLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateShard

public Shard updateShard(Shard shard,
                         boolean merge)
                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateShard in interface ShardLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

addShard

public Shard addShard(java.lang.String className,
                      long classPK,
                      java.lang.String name)
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addShard in interface ShardLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getShard

public Shard getShard(java.lang.String className,
                      long classPK)
               throws com.liferay.portal.kernel.exception.PortalException,
                      com.liferay.portal.kernel.exception.SystemException
Specified by:
getShard in interface ShardLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedShardLocalService

public ShardLocalService getWrappedShardLocalService()