Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.service
Class AssetEntryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.service.AssetEntryServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<AssetEntryService>, AssetEntryService

public class AssetEntryServiceWrapper
extends Object
implements AssetEntryService, ServiceWrapper<AssetEntryService>

This class is a wrapper for AssetEntryService.

See Also:
AssetEntryService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
AssetEntryServiceWrapper(AssetEntryService assetEntryService)
           
 
Method Summary
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 List<AssetEntry> getCompanyEntries(long companyId, int start, int end)
           
 int getCompanyEntriesCount(long companyId)
           
 List<AssetEntry> getEntries(AssetEntryQuery entryQuery)
           
 int getEntriesCount(AssetEntryQuery entryQuery)
           
 AssetEntry getEntry(long entryId)
           
 AssetEntryService getWrappedAssetEntryService()
          Deprecated. Renamed to getWrappedService()
 AssetEntryService getWrappedService()
           
 AssetEntry incrementViewCounter(String className, long classPK)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedAssetEntryService(AssetEntryService assetEntryService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.asset.service.AssetEntryService)
 void setWrappedService(AssetEntryService assetEntryService)
           
 AssetEntry updateEntry(long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
           
 AssetEntry updateEntry(long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. #updateEntry(long, Date, Date. String, long, String, long, long[], String[], boolean, Date, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetEntryServiceWrapper

public AssetEntryServiceWrapper(AssetEntryService assetEntryService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface AssetEntryService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface AssetEntryService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getCompanyEntries

public List<AssetEntry> getCompanyEntries(long companyId,
                                          int start,
                                          int end)
                                   throws SystemException
Specified by:
getCompanyEntries in interface AssetEntryService
Throws:
SystemException

getCompanyEntriesCount

public int getCompanyEntriesCount(long companyId)
                           throws SystemException
Specified by:
getCompanyEntriesCount in interface AssetEntryService
Throws:
SystemException

getEntries

public List<AssetEntry> getEntries(AssetEntryQuery entryQuery)
                            throws PortalException,
                                   SystemException
Specified by:
getEntries in interface AssetEntryService
Throws:
PortalException
SystemException

getEntriesCount

public int getEntriesCount(AssetEntryQuery entryQuery)
                    throws PortalException,
                           SystemException
Specified by:
getEntriesCount in interface AssetEntryService
Throws:
PortalException
SystemException

getEntry

public AssetEntry getEntry(long entryId)
                    throws PortalException,
                           SystemException
Specified by:
getEntry in interface AssetEntryService
Throws:
PortalException
SystemException

incrementViewCounter

public AssetEntry incrementViewCounter(String className,
                                       long classPK)
                                throws PortalException,
                                       SystemException
Specified by:
incrementViewCounter in interface AssetEntryService
Throws:
PortalException
SystemException

updateEntry

public AssetEntry updateEntry(long groupId,
                              Date createDate,
                              Date modifiedDate,
                              String className,
                              long classPK,
                              String classUuid,
                              long classTypeId,
                              long[] categoryIds,
                              String[] tagNames,
                              boolean visible,
                              Date startDate,
                              Date endDate,
                              Date publishDate,
                              Date expirationDate,
                              String mimeType,
                              String title,
                              String description,
                              String summary,
                              String url,
                              String layoutUuid,
                              int height,
                              int width,
                              Integer priority,
                              boolean sync)
                       throws PortalException,
                              SystemException
Specified by:
updateEntry in interface AssetEntryService
Throws:
PortalException
SystemException

updateEntry

public AssetEntry updateEntry(long groupId,
                              String className,
                              long classPK,
                              String classUuid,
                              long classTypeId,
                              long[] categoryIds,
                              String[] tagNames,
                              boolean visible,
                              Date startDate,
                              Date endDate,
                              Date publishDate,
                              Date expirationDate,
                              String mimeType,
                              String title,
                              String description,
                              String summary,
                              String url,
                              String layoutUuid,
                              int height,
                              int width,
                              Integer priority,
                              boolean sync)
                       throws PortalException,
                              SystemException
Deprecated. #updateEntry(long, Date, Date. String, long, String, long, long[], String[], boolean, Date, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)

Specified by:
updateEntry in interface AssetEntryService
Throws:
PortalException
SystemException

getWrappedAssetEntryService

public AssetEntryService getWrappedAssetEntryService()
Deprecated. Renamed to getWrappedService()


setWrappedAssetEntryService

public void setWrappedAssetEntryService(AssetEntryService assetEntryService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.asset.service.AssetEntryService)


getWrappedService

public AssetEntryService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<AssetEntryService>

setWrappedService

public void setWrappedService(AssetEntryService assetEntryService)
Specified by:
setWrappedService in interface ServiceWrapper<AssetEntryService>

Liferay 6.1.2-ce-ga3