Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.journal.model.JournalFolderSoap

Packages that use JournalFolderSoap
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.model.impl   
com.liferay.portlet.journal.service.http   
 

Uses of JournalFolderSoap in com.liferay.portlet.journal.model
 

Methods in com.liferay.portlet.journal.model that return JournalFolderSoap
static JournalFolderSoap JournalFolderSoap.toSoapModel(JournalFolder model)
           
static JournalFolderSoap[] JournalFolderSoap.toSoapModels(JournalFolder[] models)
           
static JournalFolderSoap[][] JournalFolderSoap.toSoapModels(JournalFolder[][] models)
           
static JournalFolderSoap[] JournalFolderSoap.toSoapModels(List<JournalFolder> models)
           
 

Uses of JournalFolderSoap in com.liferay.portlet.journal.model.impl
 

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

Uses of JournalFolderSoap in com.liferay.portlet.journal.service.http
 

Methods in com.liferay.portlet.journal.service.http that return JournalFolderSoap
static JournalFolderSoap JournalFolderServiceSoap.addFolder(long groupId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static JournalFolderSoap JournalFolderServiceSoap.fetchFolder(long folderId)
           
static JournalFolderSoap JournalFolderServiceSoap.getFolder(long folderId)
           
static JournalFolderSoap[] JournalFolderServiceSoap.getFolders(long groupId)
           
static JournalFolderSoap[] JournalFolderServiceSoap.getFolders(long groupId, long parentFolderId)
           
static JournalFolderSoap[] JournalFolderServiceSoap.getFolders(long groupId, long parentFolderId, int status)
           
static JournalFolderSoap[] JournalFolderServiceSoap.getFolders(long groupId, long parentFolderId, int start, int end)
           
static JournalFolderSoap[] JournalFolderServiceSoap.getFolders(long groupId, long parentFolderId, int status, int start, int end)
           
static JournalFolderSoap JournalFolderServiceSoap.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
           
static JournalFolderSoap JournalFolderServiceSoap.moveFolderFromTrash(long folderId, long parentFolderId, ServiceContext serviceContext)
           
static JournalFolderSoap JournalFolderServiceSoap.moveFolderToTrash(long folderId)
           
static JournalFolderSoap JournalFolderServiceSoap.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 


Liferay 6.2-ce-ga5