|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.messageboards.service.MBCategoryLocalServiceUtil
@ProviderType public class MBCategoryLocalServiceUtil
Provides the local service utility for MBCategory. This utility wraps
MBCategoryLocalServiceImpl
and is the
primary access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.
MBCategoryLocalService
,
MBCategoryLocalServiceBaseImpl
,
MBCategoryLocalServiceImpl
Constructor Summary | |
---|---|
MBCategoryLocalServiceUtil()
|
Method Summary | |
---|---|
static MBCategory |
addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
static MBCategory |
addCategory(long userId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean mailingListActive,
ServiceContext serviceContext)
|
static void |
addCategoryResources(long categoryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
addCategoryResources(long categoryId,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
addCategoryResources(MBCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
addCategoryResources(MBCategory category,
String[] groupPermissions,
String[] guestPermissions)
|
static MBCategory |
addMBCategory(MBCategory mbCategory)
Adds the message boards category to the database. |
static MBCategory |
createMBCategory(long categoryId)
Creates a new message boards category with the primary key. |
static void |
deleteCategories(long groupId)
|
static void |
deleteCategory(long categoryId)
|
static void |
deleteCategory(MBCategory category)
|
static void |
deleteCategory(MBCategory category,
boolean includeTrashedEntries)
|
static MBCategory |
deleteMBCategory(long categoryId)
Deletes the message boards category with the primary key from the database. |
static MBCategory |
deleteMBCategory(MBCategory mbCategory)
Deletes the message boards category from the database. |
static DynamicQuery |
dynamicQuery()
|
static List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query. |
static MBCategory |
fetchMBCategory(long categoryId)
|
static MBCategory |
fetchMBCategoryByUuidAndCompanyId(String uuid,
long companyId)
Returns the message boards category with the matching UUID and company. |
static MBCategory |
fetchMBCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards category matching the UUID and group. |
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static List<MBCategory> |
getCategories(long groupId)
|
static List<MBCategory> |
getCategories(long groupId,
int status)
|
static List<MBCategory> |
getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end)
|
static List<MBCategory> |
getCategories(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
|
static List<MBCategory> |
getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
static List<MBCategory> |
getCategories(long groupId,
long parentCategoryId,
int status,
int start,
int end)
|
static List<Object> |
getCategoriesAndThreads(long groupId,
long categoryId)
|
static int |
getCategoriesCount(long groupId)
|
static int |
getCategoriesCount(long groupId,
int status)
|
static int |
getCategoriesCount(long groupId,
long parentCategoryId)
|
static int |
getCategoriesCount(long groupId,
long[] parentCategoryIds)
|
static int |
getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status)
|
static int |
getCategoriesCount(long groupId,
long parentCategoryId,
int status)
|
static MBCategory |
getCategory(long categoryId)
|
static List<MBCategory> |
getCompanyCategories(long companyId,
int start,
int end)
|
static int |
getCompanyCategoriesCount(long companyId)
|
static List<MBCategory> |
getMBCategories(int start,
int end)
Returns a range of all the message boards categories. |
static int |
getMBCategoriesCount()
Returns the number of message boards categories. |
static MBCategory |
getMBCategory(long categoryId)
Returns the message boards category with the primary key. |
static MBCategory |
getMBCategoryByUuidAndCompanyId(String uuid,
long companyId)
Returns the message boards category with the matching UUID and company. |
static MBCategory |
getMBCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards category matching the UUID and group. |
static PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
static MBCategoryLocalService |
getService()
|
static List<Long> |
getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
static List<MBCategory> |
getSubscribedCategories(long groupId,
long userId,
int start,
int end)
|
static int |
getSubscribedCategoriesCount(long groupId,
long userId)
|
static void |
moveCategoriesToTrash(long groupId,
long userId)
|
static MBCategory |
moveCategory(long categoryId,
long parentCategoryId,
boolean mergeWithParentCategory)
|
static MBCategory |
moveCategoryFromTrash(long userId,
long categoryId,
long newCategoryId)
|
static MBCategory |
moveCategoryToTrash(long userId,
long categoryId)
|
static void |
restoreCategoryFromTrash(long userId,
long categoryId)
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(MBCategoryLocalService service)
Deprecated. As of 6.2.0 |
static void |
subscribeCategory(long userId,
long groupId,
long categoryId)
|
static void |
unsubscribeCategory(long userId,
long groupId,
long categoryId)
|
static MBCategory |
updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean mailingListActive,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
static MBCategory |
updateMBCategory(MBCategory mbCategory)
Updates the message boards category in the database or adds it if it does not yet exist. |
static MBCategory |
updateStatus(long userId,
long categoryId,
int status)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MBCategoryLocalServiceUtil()
Method Detail |
---|
public static MBCategory addMBCategory(MBCategory mbCategory) throws SystemException
mbCategory
- the message boards category
SystemException
- if a system exception occurredpublic static MBCategory createMBCategory(long categoryId)
categoryId
- the primary key for the new message boards category
public static MBCategory deleteMBCategory(long categoryId) throws PortalException, SystemException
categoryId
- the primary key of the message boards category
PortalException
- if a message boards category with the primary key could not be found
SystemException
- if a system exception occurredpublic static MBCategory deleteMBCategory(MBCategory mbCategory) throws SystemException
mbCategory
- the message boards category
SystemException
- if a system exception occurredpublic static DynamicQuery dynamicQuery()
public static List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic static List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBCategoryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)
SystemException
- if a system exception occurredpublic static List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBCategoryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic static long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the query
SystemException
- if a system exception occurredpublic static MBCategory fetchMBCategory(long categoryId) throws SystemException
SystemException
public static MBCategory fetchMBCategoryByUuidAndCompanyId(String uuid, long companyId) throws SystemException
uuid
- the message boards category's UUIDcompanyId
- the primary key of the company
null
if a matching message boards category could not be found
SystemException
- if a system exception occurredpublic static MBCategory fetchMBCategoryByUuidAndGroupId(String uuid, long groupId) throws SystemException
uuid
- the message boards category's UUIDgroupId
- the primary key of the group
null
if a matching message boards category could not be found
SystemException
- if a system exception occurredpublic static MBCategory getMBCategory(long categoryId) throws PortalException, SystemException
categoryId
- the primary key of the message boards category
PortalException
- if a message boards category with the primary key could not be found
SystemException
- if a system exception occurredpublic static PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException, SystemException
PortalException
SystemException
public static MBCategory getMBCategoryByUuidAndCompanyId(String uuid, long companyId) throws PortalException, SystemException
uuid
- the message boards category's UUIDcompanyId
- the primary key of the company
PortalException
- if a matching message boards category could not be found
SystemException
- if a system exception occurredpublic static MBCategory getMBCategoryByUuidAndGroupId(String uuid, long groupId) throws PortalException, SystemException
uuid
- the message boards category's UUIDgroupId
- the primary key of the group
PortalException
- if a matching message boards category could not be found
SystemException
- if a system exception occurredpublic static List<MBCategory> getMBCategories(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBCategoryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)
SystemException
- if a system exception occurredpublic static int getMBCategoriesCount() throws SystemException
SystemException
- if a system exception occurredpublic static MBCategory updateMBCategory(MBCategory mbCategory) throws SystemException
mbCategory
- the message boards category
SystemException
- if a system exception occurredpublic static String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static MBCategory addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static MBCategory addCategory(long userId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static void addCategoryResources(long categoryId, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
PortalException
SystemException
public static void addCategoryResources(long categoryId, String[] groupPermissions, String[] guestPermissions) throws PortalException, SystemException
PortalException
SystemException
public static void addCategoryResources(MBCategory category, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
PortalException
SystemException
public static void addCategoryResources(MBCategory category, String[] groupPermissions, String[] guestPermissions) throws PortalException, SystemException
PortalException
SystemException
public static void deleteCategories(long groupId) throws PortalException, SystemException
PortalException
SystemException
public static void deleteCategory(long categoryId) throws PortalException, SystemException
PortalException
SystemException
public static void deleteCategory(MBCategory category) throws PortalException, SystemException
PortalException
SystemException
public static void deleteCategory(MBCategory category, boolean includeTrashedEntries) throws PortalException, SystemException
PortalException
SystemException
public static List<MBCategory> getCategories(long groupId) throws SystemException
SystemException
public static List<MBCategory> getCategories(long groupId, int status) throws SystemException
SystemException
public static List<MBCategory> getCategories(long groupId, long parentCategoryId, int start, int end) throws SystemException
SystemException
public static List<MBCategory> getCategories(long groupId, long parentCategoryId, int status, int start, int end) throws SystemException
SystemException
public static List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int start, int end) throws SystemException
SystemException
public static List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end) throws SystemException
SystemException
public static List<Object> getCategoriesAndThreads(long groupId, long categoryId) throws SystemException
SystemException
public static int getCategoriesCount(long groupId) throws SystemException
SystemException
public static int getCategoriesCount(long groupId, int status) throws SystemException
SystemException
public static int getCategoriesCount(long groupId, long parentCategoryId) throws SystemException
SystemException
public static int getCategoriesCount(long groupId, long parentCategoryId, int status) throws SystemException
SystemException
public static int getCategoriesCount(long groupId, long[] parentCategoryIds) throws SystemException
SystemException
public static int getCategoriesCount(long groupId, long[] parentCategoryIds, int status) throws SystemException
SystemException
public static MBCategory getCategory(long categoryId) throws PortalException, SystemException
PortalException
SystemException
public static List<MBCategory> getCompanyCategories(long companyId, int start, int end) throws SystemException
SystemException
public static int getCompanyCategoriesCount(long companyId) throws SystemException
SystemException
public static List<Long> getSubcategoryIds(List<Long> categoryIds, long groupId, long categoryId) throws SystemException
SystemException
public static List<MBCategory> getSubscribedCategories(long groupId, long userId, int start, int end) throws SystemException
SystemException
public static int getSubscribedCategoriesCount(long groupId, long userId) throws SystemException
SystemException
public static void moveCategoriesToTrash(long groupId, long userId) throws PortalException, SystemException
PortalException
SystemException
public static MBCategory moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory) throws PortalException, SystemException
PortalException
SystemException
public static MBCategory moveCategoryFromTrash(long userId, long categoryId, long newCategoryId) throws PortalException, SystemException
PortalException
SystemException
public static MBCategory moveCategoryToTrash(long userId, long categoryId) throws PortalException, SystemException
PortalException
SystemException
public static void restoreCategoryFromTrash(long userId, long categoryId) throws PortalException, SystemException
PortalException
SystemException
public static void subscribeCategory(long userId, long groupId, long categoryId) throws PortalException, SystemException
PortalException
SystemException
public static void unsubscribeCategory(long userId, long groupId, long categoryId) throws PortalException, SystemException
PortalException
SystemException
public static MBCategory updateCategory(long categoryId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static MBCategory updateStatus(long userId, long categoryId, int status) throws PortalException, SystemException
PortalException
SystemException
public static MBCategoryLocalService getService()
public void setService(MBCategoryLocalService service)
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |