Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.asset.model.AssetEntrySoap

Packages that use AssetEntrySoap
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.asset.service.http   
 

Uses of AssetEntrySoap in com.liferay.portlet.asset.model
 

Methods in com.liferay.portlet.asset.model that return AssetEntrySoap
static AssetEntrySoap AssetEntrySoap.toSoapModel(AssetEntry model)
           
static AssetEntrySoap[] AssetEntrySoap.toSoapModels(AssetEntry[] models)
           
static AssetEntrySoap[][] AssetEntrySoap.toSoapModels(AssetEntry[][] models)
           
static AssetEntrySoap[] AssetEntrySoap.toSoapModels(List<AssetEntry> models)
           
 

Uses of AssetEntrySoap in com.liferay.portlet.asset.model.impl
 

Methods in com.liferay.portlet.asset.model.impl with parameters of type AssetEntrySoap
static AssetEntry AssetEntryModelImpl.toModel(AssetEntrySoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<AssetEntry> AssetEntryModelImpl.toModels(AssetEntrySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of AssetEntrySoap in com.liferay.portlet.asset.service.http
 

Methods in com.liferay.portlet.asset.service.http that return AssetEntrySoap
static AssetEntrySoap[] AssetEntryServiceSoap.getCompanyEntries(long companyId, int start, int end)
           
static AssetEntrySoap[] AssetEntryServiceSoap.getEntries(AssetEntryQuery entryQuery)
           
static AssetEntrySoap AssetEntryServiceSoap.getEntry(long entryId)
           
static AssetEntrySoap AssetEntryServiceSoap.incrementViewCounter(String className, long classPK)
           
static AssetEntrySoap AssetEntryServiceSoap.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)
           
static AssetEntrySoap AssetEntryServiceSoap.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)
 


Liferay 6.1.2-ce-ga3