com.liferay.client.portlet.tags.service.http
Class Portlet_Tags_TagsAssetServiceSoapBindingImpl
java.lang.Object
com.liferay.client.portlet.tags.service.http.Portlet_Tags_TagsAssetServiceSoapBindingImpl
- All Implemented Interfaces:
- java.rmi.Remote, TagsAssetServiceSoap
- public class Portlet_Tags_TagsAssetServiceSoapBindingImpl
- extends java.lang.Object
- implements TagsAssetServiceSoap
Method Summary |
void |
deleteAsset(long assetId)
|
TagsAssetSoap |
getAsset(long assetId)
|
TagsAssetType[] |
getAssetTypes(java.lang.String languageId)
|
TagsAssetDisplay[] |
getCompanyAssetDisplays(long companyId,
int begin,
int end,
java.lang.String languageId)
|
TagsAssetSoap[] |
getCompanyAssets(long companyId,
int begin,
int end)
|
int |
getCompanyAssetsCount(long companyId)
|
TagsAssetDisplay[] |
searchAssetDisplays(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId,
int begin,
int end)
|
int |
searchAssetDisplaysCount(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId)
|
TagsAssetSoap |
updateAsset(java.lang.String className,
long classPK,
java.lang.String[] entryNames,
java.util.Calendar startDate,
java.util.Calendar endDate,
java.util.Calendar publishDate,
java.util.Calendar expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
int height,
int width)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_Tags_TagsAssetServiceSoapBindingImpl
public Portlet_Tags_TagsAssetServiceSoapBindingImpl()
deleteAsset
public void deleteAsset(long assetId)
throws java.rmi.RemoteException
- Specified by:
deleteAsset
in interface TagsAssetServiceSoap
- Throws:
java.rmi.RemoteException
updateAsset
public TagsAssetSoap updateAsset(java.lang.String className,
long classPK,
java.lang.String[] entryNames,
java.util.Calendar startDate,
java.util.Calendar endDate,
java.util.Calendar publishDate,
java.util.Calendar expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
int height,
int width)
throws java.rmi.RemoteException
- Specified by:
updateAsset
in interface TagsAssetServiceSoap
- Throws:
java.rmi.RemoteException
getAsset
public TagsAssetSoap getAsset(long assetId)
throws java.rmi.RemoteException
- Specified by:
getAsset
in interface TagsAssetServiceSoap
- Throws:
java.rmi.RemoteException
getAssetTypes
public TagsAssetType[] getAssetTypes(java.lang.String languageId)
throws java.rmi.RemoteException
- Specified by:
getAssetTypes
in interface TagsAssetServiceSoap
- Throws:
java.rmi.RemoteException
getCompanyAssetDisplays
public TagsAssetDisplay[] getCompanyAssetDisplays(long companyId,
int begin,
int end,
java.lang.String languageId)
throws java.rmi.RemoteException
- Specified by:
getCompanyAssetDisplays
in interface TagsAssetServiceSoap
- Throws:
java.rmi.RemoteException
getCompanyAssets
public TagsAssetSoap[] getCompanyAssets(long companyId,
int begin,
int end)
throws java.rmi.RemoteException
- Specified by:
getCompanyAssets
in interface TagsAssetServiceSoap
- Throws:
java.rmi.RemoteException
getCompanyAssetsCount
public int getCompanyAssetsCount(long companyId)
throws java.rmi.RemoteException
- Specified by:
getCompanyAssetsCount
in interface TagsAssetServiceSoap
- Throws:
java.rmi.RemoteException
searchAssetDisplays
public TagsAssetDisplay[] searchAssetDisplays(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId,
int begin,
int end)
throws java.rmi.RemoteException
- Specified by:
searchAssetDisplays
in interface TagsAssetServiceSoap
- Throws:
java.rmi.RemoteException
searchAssetDisplaysCount
public int searchAssetDisplaysCount(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId)
throws java.rmi.RemoteException
- Specified by:
searchAssetDisplaysCount
in interface TagsAssetServiceSoap
- Throws:
java.rmi.RemoteException