public interface SharingToolbarItemFactory
| Modifier and Type | Method and Description |
|---|---|
ToolbarItem |
createManageCollaboratorsToolbarItem(java.lang.String className,
long classPK,
javax.servlet.http.HttpServletRequest httpServletRequest) |
ToolbarItem |
createShareToolbarItem(java.lang.String className,
long classPK,
javax.servlet.http.HttpServletRequest httpServletRequest) |
ToolbarItem createManageCollaboratorsToolbarItem(java.lang.String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest) throws PortalException
PortalExceptionToolbarItem createShareToolbarItem(java.lang.String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest) throws PortalException
PortalException