com.liferay.portal.service
Class ShardLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.ShardLocalServiceWrapper
- All Implemented Interfaces:
- ShardLocalService
public class ShardLocalServiceWrapper
- extends Object
- implements ShardLocalService
This class is a wrapper for ShardLocalService.
- See Also:
ShardLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
Shard |
addShard(Shard shard)
|
Shard |
addShard(String className,
long classPK,
String name)
|
Shard |
createShard(long shardId)
|
void |
deleteShard(long shardId)
|
void |
deleteShard(Shard shard)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
Shard |
getShard(long shardId)
|
Shard |
getShard(String className,
long classPK)
|
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 |
ShardLocalServiceWrapper
public ShardLocalServiceWrapper(ShardLocalService shardLocalService)
addShard
public Shard addShard(Shard shard)
throws SystemException
- Specified by:
addShard in interface ShardLocalService
- Throws:
SystemException
createShard
public Shard createShard(long shardId)
- Specified by:
createShard in interface ShardLocalService
deleteShard
public void deleteShard(long shardId)
throws PortalException,
SystemException
- Specified by:
deleteShard in interface ShardLocalService
- Throws:
PortalException
SystemException
deleteShard
public void deleteShard(Shard shard)
throws SystemException
- Specified by:
deleteShard in interface ShardLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface ShardLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface ShardLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface ShardLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface ShardLocalService
- Throws:
SystemException
getShard
public Shard getShard(long shardId)
throws PortalException,
SystemException
- Specified by:
getShard in interface ShardLocalService
- Throws:
PortalException
SystemException
getShards
public List<Shard> getShards(int start,
int end)
throws SystemException
- Specified by:
getShards in interface ShardLocalService
- Throws:
SystemException
getShardsCount
public int getShardsCount()
throws SystemException
- Specified by:
getShardsCount in interface ShardLocalService
- Throws:
SystemException
updateShard
public Shard updateShard(Shard shard)
throws SystemException
- Specified by:
updateShard in interface ShardLocalService
- Throws:
SystemException
updateShard
public Shard updateShard(Shard shard,
boolean merge)
throws SystemException
- Specified by:
updateShard in interface ShardLocalService
- Throws:
SystemException
addShard
public Shard addShard(String className,
long classPK,
String name)
throws SystemException
- Specified by:
addShard in interface ShardLocalService
- Throws:
SystemException
getShard
public Shard getShard(String className,
long classPK)
throws PortalException,
SystemException
- Specified by:
getShard in interface ShardLocalService
- Throws:
PortalException
SystemException
getWrappedShardLocalService
public ShardLocalService getWrappedShardLocalService()