Uses of Class
com.jk.core.jpa.JKBaseModel
Packages that use JKBaseModel
-
Uses of JKBaseModel in com.jk.core.jpa
Methods in com.jk.core.jpa with parameters of type JKBaseModelModifier and TypeMethodDescriptionint
JKBaseModelModDateComparitor.compare
(JKBaseModel o1, JKBaseModel o2) Compares its two arguments for order.int
JKBaseModelNameComparitor.compare
(JKBaseModel o1, JKBaseModel o2) Compares its two arguments for order.void
JKEntityModelMapper.fillCommonAttributesFromEntityToModel
(JKBaseEntity entity, JKBaseModel model) This method takes the providedJKBaseModel
attributes and fill them with values from the specifiedJKBaseEntity
attributes.void
JKEntityModelMapper.fillCommonAttributesFromModelToEntity
(JKBaseEntity entity, JKBaseModel model) This method takes the providedJKBaseEntity
attributes and fill them with values from the specifiedJKBaseModel
attributes. -
Uses of JKBaseModel in com.jk.web.util
Classes in com.jk.web.util with type parameters of type JKBaseModelModifier and TypeClassDescriptionclass
JKPrimefacesTreeWrapper<T extends JKBaseModel>
This class is a utility for managing tree structures in JavaServer Faces (JSF) applications using PrimeFaces components.Methods in com.jk.web.util with parameters of type JKBaseModelModifier and TypeMethodDescriptionvoid
JKPrimefacesTreeWrapper.addItemToTree
(JKBaseModel model) This method adds a model item to the root of the tree.org.primefaces.model.DefaultTreeNode
JKPrimefacesTreeWrapper.addItemToTree
(JKBaseModel parentModel, JKBaseModel newItem) This method adds an item to the tree under a parent model.org.primefaces.model.DefaultTreeNode
JKPrimefacesTreeWrapper.addItemToTree
(org.primefaces.model.DefaultTreeNode parent, String type, JKBaseModel model) This method adds an item to the tree under the specified parent node.org.primefaces.model.DefaultTreeNode
JKPrimefacesTreeWrapper.getNodeByValue
(org.primefaces.model.TreeNode root, JKBaseModel model) This method retrieves the tree node containing a specific JKBaseModel by recursively searching within the tree structure starting from the specified root node.void
JKPrimefacesTreeWrapper.removeItemFromTree
(JKBaseModel model) This method removes a JKBaseModel item from the tree structure.Method parameters in com.jk.web.util with type arguments of type JKBaseModelModifier and TypeMethodDescriptionboolean
JKPrimefacesTreeWrapper.isSelectedNodeOfType
(Class<? extends JKBaseModel> clas) This method checks if the selected node in the tree is of the specified class type.