public class CommerceBOMFolderServiceUtil
extends java.lang.Object
com.liferay.commerce.bom.service.impl.CommerceBOMFolderServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.CommerceBOMFolderService| Constructor and Description |
|---|
CommerceBOMFolderServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CommerceBOMFolder |
addCommerceBOMFolder(long userId,
long parentCommerceBOMFolderId,
java.lang.String name,
boolean logo,
byte[] logoBytes) |
static void |
deleteCommerceBOMFolder(long commerceBOMFolderId) |
static CommerceBOMFolder |
getCommerceBOMFolder(long commerceBOMFolderId) |
static java.util.List<CommerceBOMFolder> |
getCommerceBOMFolders(long companyId,
int start,
int end) |
static java.util.List<CommerceBOMFolder> |
getCommerceBOMFolders(long companyId,
long parentCommerceBOMFolderId,
int start,
int end) |
static int |
getCommerceBOMFoldersCount(long companyId) |
static int |
getCommerceBOMFoldersCount(long companyId,
long parentCommerceBOMFolderId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommerceBOMFolderService |
getService() |
static void |
setService(CommerceBOMFolderService service) |
static CommerceBOMFolder |
updateCommerceBOMFolder(long commerceBOMFolderId,
java.lang.String name,
boolean logo,
byte[] logoBytes) |
public static CommerceBOMFolder addCommerceBOMFolder(long userId, long parentCommerceBOMFolderId, java.lang.String name, boolean logo, byte[] logoBytes) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteCommerceBOMFolder(long commerceBOMFolderId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceBOMFolder getCommerceBOMFolder(long commerceBOMFolderId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CommerceBOMFolder> getCommerceBOMFolders(long companyId, int start, int end)
public static java.util.List<CommerceBOMFolder> getCommerceBOMFolders(long companyId, long parentCommerceBOMFolderId, int start, int end)
public static int getCommerceBOMFoldersCount(long companyId)
public static int getCommerceBOMFoldersCount(long companyId,
long parentCommerceBOMFolderId)
public static java.lang.String getOSGiServiceIdentifier()
public static CommerceBOMFolder updateCommerceBOMFolder(long commerceBOMFolderId, java.lang.String name, boolean logo, byte[] logoBytes) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceBOMFolderService getService()
public static void setService(CommerceBOMFolderService service)