Package com.liferay.account.manager
Interface CurrentAccountEntryManager
public interface CurrentAccountEntryManager
-
Method Summary
Modifier and TypeMethodDescriptiongetCurrentAccountEntry
(long groupId, long userId) void
setCurrentAccountEntry
(long accountEntryId, long groupId, long userId)
-
Method Details
-
getCurrentAccountEntry
AccountEntry getCurrentAccountEntry(long groupId, long userId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setCurrentAccountEntry
void setCurrentAccountEntry(long accountEntryId, long groupId, long userId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-