Package ru.bgcrm.dao.expression
Class ProcessLinkFunction
java.lang.Object
ru.bgcrm.dao.expression.ProcessLinkFunction
JEXL script functions for
ProcessLinkDAO
.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getStatusProcessLinkedForSame
(int linkedTypeId, int linkTypeId) Deprecated.CallslinkTitles(String)
, and returns first title link object.linkTitles
(String typeLike)
-
Field Details
-
PROCESS_LINK_FUNCTION
- See Also:
-
-
Constructor Details
-
ProcessLinkFunction
-
-
Method Details
-
linkTitles
- Parameters:
typeLike
- SQL LIKE expression for link type.- Returns:
- list of links.
- Throws:
Exception
-
linkTitle
CallslinkTitles(String)
, and returns first title link object.- Returns:
- title of the the first link or null.
- Throws:
Exception
-
getStatusProcessLinkedForSame
@Deprecated public int getStatusProcessLinkedForSame(int linkedTypeId, int linkTypeId) throws Exception Deprecated.- Throws:
Exception
-