|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dotmarketing.portlets.links.business.MenuLinkFactoryImpl
public class MenuLinkFactoryImpl
| Constructor Summary | |
|---|---|
MenuLinkFactoryImpl()
|
|
| Method Summary | |
|---|---|
java.util.List<Link> |
findLinks(com.liferay.portal.model.User user,
boolean includeArchived,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String hostId,
java.lang.String inode,
java.lang.String identifier,
java.lang.String parent,
int offset,
int limit,
java.lang.String orderBy)
Retrieves a paginated list of links the given user can read |
Link |
load(java.lang.String inode)
Finds a link based on its inode. |
void |
save(Link menuLink)
Save menu link into a persistent repository |
void |
save(Link menuLink,
Folder destination)
Saves the link under the specified folder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MenuLinkFactoryImpl()
| Method Detail |
|---|
public Link load(java.lang.String inode)
throws DotHibernateException
MenuLinkFactory
load in interface MenuLinkFactoryDotHibernateException
public void save(Link menuLink)
throws DotDataException,
DotStateException,
DotSecurityException
MenuLinkFactory
save in interface MenuLinkFactoryDotDataException
DotStateException
DotSecurityException
public void save(Link menuLink,
Folder destination)
throws DotDataException,
DotStateException,
DotSecurityException
MenuLinkFactory
save in interface MenuLinkFactorymenuLink - menulink to savedestination - parent folder
DotDataException
DotStateException
DotSecurityException
public java.util.List<Link> findLinks(com.liferay.portal.model.User user,
boolean includeArchived,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String hostId,
java.lang.String inode,
java.lang.String identifier,
java.lang.String parent,
int offset,
int limit,
java.lang.String orderBy)
throws DotSecurityException,
DotDataException
MenuLinkFactory
findLinks in interface MenuLinkFactoryDotSecurityException
DotDataException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||