public interface IUserBizPolicy extends IPrincipalBizPolicy
Modifier and Type | Method and Description |
---|---|
void |
clearStartPage(IContext context,
IURI userURI)
Clears a user's start Page back to the default start page
|
IThingID |
getPortalStyle(IContext context,
IURI userURI)
Retrieve the current users portal style.
|
void |
setPageSize(IContext context,
IURI userURI,
int pageSize)
Sets a user's Paging size
|
void |
setPortalStyle(IContext context,
IURI userURI,
IThingID resourceURI)
Sets a user's Portal Style
|
void |
setStartPage(IContext context,
IURI userURI,
IThingID resourceURI)
Sets a user's start Page.
|
getGroupMembership, getMembers, getRoleMembership
getPagingCookie, getPagingCookie, pageBackward, pageForeward, setPagingCookie
getIcon, view
void setStartPage(IContext context, IURI userURI, IThingID resourceURI) throws com.webmethods.portal.bizPolicy.BizException
context
- the current users contextuserURI
- the target userresourceURI
- the uri of the user's start pagecom.webmethods.portal.bizPolicy.BizException
- if command fails because access was denied or a datasource error occured.void clearStartPage(IContext context, IURI userURI) throws com.webmethods.portal.bizPolicy.BizException
context
- the current users contextuserURI
- the target usercom.webmethods.portal.bizPolicy.BizException
- if command fails because access was denied or a datasource error occured.void setPortalStyle(IContext context, IURI userURI, IThingID resourceURI) throws com.webmethods.portal.bizPolicy.BizException
context
- the current users contextuserURI
- the target userresourceURI
- the uri of the selected portalStylecom.webmethods.portal.bizPolicy.BizException
- if command fails because access was denied or a datasource error occured.void setPageSize(IContext context, IURI userURI, int pageSize) throws com.webmethods.portal.bizPolicy.BizException
context
- the current users contextuserURI
- the target userpageSize
- the page size to set, 0 to set to defaultcom.webmethods.portal.bizPolicy.BizException
- if command fails because access was denied or a datasource error occured.IThingID getPortalStyle(IContext context, IURI userURI) throws com.webmethods.portal.bizPolicy.BizException
context
- the current users contextuserURI
- the target usercom.webmethods.portal.bizPolicy.BizException
- if command fails because access was denied or a datasource error occured.