|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.service.http.AssetCategoryServiceSoap
@ProviderType public class AssetCategoryServiceSoap
Provides the SOAP utility for the
AssetCategoryServiceUtil service utility. The
static methods of this class calls the same methods of the service utility.
However, the signatures are different because it is difficult for SOAP to
support certain types.
ServiceBuilder follows certain rules in translating the methods. For example,
if the method in the service utility returns a List, that
is translated to an array of AssetCategorySoap.
If the method in the service utility returns a
AssetCategory, that is translated to a
AssetCategorySoap. Methods that SOAP cannot
safely wire are skipped.
The benefits of using the SOAP utility is that it is cross platform compatible. SOAP allows different languages like Java, .NET, C++, PHP, and even Perl, to call the generated services. One drawback of SOAP is that it is slow because it needs to serialize all calls into a text format (XML).
You can see a list of services at http://localhost:8080/api/axis. Set the property axis.servlet.hosts.allowed in portal.properties to configure security.
The SOAP utility is only generated for remote services.
AssetCategoryServiceHttp,
AssetCategorySoap,
AssetCategoryServiceUtil| Constructor Summary | |
|---|---|
AssetCategoryServiceSoap()
|
|
| Method Summary | |
|---|---|
static AssetCategorySoap |
addCategory(long groupId,
long parentCategoryId,
String[] titleMapLanguageIds,
String[] titleMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
static AssetCategorySoap |
addCategory(long groupId,
String title,
long vocabularyId,
ServiceContext serviceContext)
|
static void |
deleteCategories(long[] categoryIds)
|
static AssetCategorySoap[] |
deleteCategories(long[] categoryIds,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, Replaced by deleteCategories(long[]) |
static void |
deleteCategory(long categoryId)
|
static AssetCategorySoap |
fetchCategory(long categoryId)
|
static AssetCategorySoap[] |
getCategories(String className,
long classPK)
|
static AssetCategorySoap |
getCategory(long categoryId)
|
static String |
getCategoryPath(long categoryId)
|
static AssetCategorySoap[] |
getChildCategories(long parentCategoryId)
|
static AssetCategorySoap[] |
getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
static String |
getJSONSearch(long groupId,
String name,
long[] vocabularyIds,
int start,
int end)
Deprecated. As of 6.2.0, replaced by search(long[], String,
long[], int, int) |
static String |
getJSONVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
Deprecated. As of 6.2.0, replaced by getVocabularyCategoriesDisplay(long, int, int,
OrderByComparator) |
static String |
getJSONVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
Deprecated. As of 6.2.0, replaced by getVocabularyCategoriesDisplay(long, String, long, int, int,
OrderByComparator) |
static AssetCategorySoap[] |
getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
static AssetCategorySoap[] |
getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
static AssetCategorySoap[] |
getVocabularyCategories(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
static AssetCategorySoap[] |
getVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
static int |
getVocabularyCategoriesCount(long groupId,
long vocabularyId)
|
static int |
getVocabularyCategoriesCount(long groupId,
long parentCategory,
long vocabularyId)
|
static int |
getVocabularyCategoriesCount(long groupId,
String name,
long vocabularyId)
|
static AssetCategoryDisplay |
getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
static AssetCategoryDisplay |
getVocabularyCategoriesDisplay(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
static AssetCategorySoap[] |
getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
Deprecated. As of 6.2.0, replaced by getVocabularyRootCategories(long, long, int, int,
OrderByComparator) |
static AssetCategorySoap[] |
getVocabularyRootCategories(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
static int |
getVocabularyRootCategoriesCount(long groupId,
long vocabularyId)
|
static AssetCategorySoap |
moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
static String |
search(long[] groupIds,
String name,
long[] vocabularyIds,
int start,
int end)
|
static AssetCategorySoap[] |
search(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
static String |
search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
static AssetCategoryDisplay |
searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end)
|
static AssetCategoryDisplay |
searchCategoriesDisplay(long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end)
|
static AssetCategoryDisplay |
searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
long[] parentCategoryIds,
int start,
int end,
Sort sort)
|
static AssetCategoryDisplay |
searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
int start,
int end)
|
static AssetCategoryDisplay |
searchCategoriesDisplay(long groupId,
String title,
long parentCategoryId,
long vocabularyId,
int start,
int end)
|
static AssetCategoryDisplay |
searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
long parentCategoryId,
int start,
int end,
Sort sort)
|
static AssetCategorySoap |
updateCategory(long categoryId,
long parentCategoryId,
String[] titleMapLanguageIds,
String[] titleMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssetCategoryServiceSoap()
| Method Detail |
|---|
public static AssetCategorySoap addCategory(long groupId,
long parentCategoryId,
String[] titleMapLanguageIds,
String[] titleMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
throws RemoteException
RemoteException
public static AssetCategorySoap addCategory(long groupId,
String title,
long vocabularyId,
ServiceContext serviceContext)
throws RemoteException
RemoteException
public static void deleteCategories(long[] categoryIds)
throws RemoteException
RemoteException
@Deprecated
public static AssetCategorySoap[] deleteCategories(long[] categoryIds,
ServiceContext serviceContext)
throws RemoteException
deleteCategories(long[])
RemoteException
public static void deleteCategory(long categoryId)
throws RemoteException
RemoteException
public static AssetCategorySoap fetchCategory(long categoryId)
throws RemoteException
RemoteException
public static AssetCategorySoap[] getCategories(String className,
long classPK)
throws RemoteException
RemoteException
public static AssetCategorySoap getCategory(long categoryId)
throws RemoteException
RemoteException
public static String getCategoryPath(long categoryId)
throws RemoteException
RemoteException
public static AssetCategorySoap[] getChildCategories(long parentCategoryId)
throws RemoteException
RemoteException
public static AssetCategorySoap[] getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws RemoteException
RemoteException
@Deprecated
public static String getJSONSearch(long groupId,
String name,
long[] vocabularyIds,
int start,
int end)
throws RemoteException
search(long[], String,
long[], int, int)
RemoteException
@Deprecated
public static String getJSONVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws RemoteException
getVocabularyCategoriesDisplay(long, int, int,
OrderByComparator)
RemoteException
@Deprecated
public static String getJSONVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws RemoteException
getVocabularyCategoriesDisplay(long, String, long, int, int,
OrderByComparator)
RemoteException
public static AssetCategorySoap[] getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws RemoteException
RemoteException
public static AssetCategorySoap[] getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws RemoteException
RemoteException
public static AssetCategorySoap[] getVocabularyCategories(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws RemoteException
RemoteException
public static AssetCategorySoap[] getVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws RemoteException
RemoteException
public static int getVocabularyCategoriesCount(long groupId,
long vocabularyId)
throws RemoteException
RemoteException
public static int getVocabularyCategoriesCount(long groupId,
long parentCategory,
long vocabularyId)
throws RemoteException
RemoteException
public static int getVocabularyCategoriesCount(long groupId,
String name,
long vocabularyId)
throws RemoteException
RemoteException
public static AssetCategoryDisplay getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws RemoteException
RemoteException
public static AssetCategoryDisplay getVocabularyCategoriesDisplay(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws RemoteException
RemoteException
@Deprecated
public static AssetCategorySoap[] getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws RemoteException
getVocabularyRootCategories(long, long, int, int,
OrderByComparator)
RemoteException
public static AssetCategorySoap[] getVocabularyRootCategories(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws RemoteException
RemoteException
public static int getVocabularyRootCategoriesCount(long groupId,
long vocabularyId)
throws RemoteException
RemoteException
public static AssetCategorySoap moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
throws RemoteException
RemoteException
public static AssetCategorySoap[] search(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws RemoteException
RemoteException
public static String search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
throws RemoteException
RemoteException
public static String search(long[] groupIds,
String name,
long[] vocabularyIds,
int start,
int end)
throws RemoteException
RemoteException
public static AssetCategoryDisplay searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
int start,
int end)
throws RemoteException
RemoteException
public static AssetCategoryDisplay searchCategoriesDisplay(long groupId,
String title,
long parentCategoryId,
long vocabularyId,
int start,
int end)
throws RemoteException
RemoteException
public static AssetCategoryDisplay searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
long parentCategoryId,
int start,
int end,
Sort sort)
throws RemoteException
RemoteException
public static AssetCategoryDisplay searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end)
throws RemoteException
RemoteException
public static AssetCategoryDisplay searchCategoriesDisplay(long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end)
throws RemoteException
RemoteException
public static AssetCategoryDisplay searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
long[] parentCategoryIds,
int start,
int end,
Sort sort)
throws RemoteException
RemoteException
public static AssetCategorySoap updateCategory(long categoryId,
long parentCategoryId,
String[] titleMapLanguageIds,
String[] titleMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
throws RemoteException
RemoteException
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||