Package org.imixs.workflow.office.views
Class PortletWorklistFavorites
- java.lang.Object
-
- org.imixs.workflow.faces.data.ViewController
-
- org.imixs.workflow.office.views.PortletWorklistFavorites
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class PortletWorklistFavorites extends org.imixs.workflow.faces.data.ViewController- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringLINK_PROPERTYstatic StringLINK_PROPERTY_DEPRECATEDprotected org.imixs.marty.profile.UserControlleruserController
-
Constructor Summary
Constructors Constructor Description PortletWorklistFavorites()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCookie(String name)intgetMode()StringgetQuery()Generate custom query based on the user profilevoidinit()Initialize default behavior configured by the BASIC configuration entity.voidsetMode(int mode)
-
-
-
Field Detail
-
LINK_PROPERTY
public static final String LINK_PROPERTY
- See Also:
- Constant Field Values
-
LINK_PROPERTY_DEPRECATED
public static final String LINK_PROPERTY_DEPRECATED
- See Also:
- Constant Field Values
-
userController
@Inject protected org.imixs.marty.profile.UserController userController
-
-
Method Detail
-
getMode
public int getMode()
-
setMode
public void setMode(int mode)
-
init
@PostConstruct public void init()
Initialize default behavior configured by the BASIC configuration entity.- Overrides:
initin classorg.imixs.workflow.faces.data.ViewController
-
getQuery
public String getQuery()
Generate custom query based on the user profile- Overrides:
getQueryin classorg.imixs.workflow.faces.data.ViewController
-
-