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 TypeMethodDescriptionintJKBaseModelModDateComparitor.compare(JKBaseModel o1, JKBaseModel o2) Compares its two arguments for order.intJKBaseModelNameComparitor.compare(JKBaseModel o1, JKBaseModel o2) Compares its two arguments for order.voidJKEntityModelMapper.fillCommonAttributesFromEntityToModel(JKBaseEntity entity, JKBaseModel model) This method takes the providedJKBaseModelattributes and fill them with values from the specifiedJKBaseEntityattributes.voidJKEntityModelMapper.fillCommonAttributesFromModelToEntity(JKBaseEntity entity, JKBaseModel model) This method takes the providedJKBaseEntityattributes and fill them with values from the specifiedJKBaseModelattributes. -
Uses of JKBaseModel in com.jk.web.util
Classes in com.jk.web.util with type parameters of type JKBaseModelModifier and TypeClassDescriptionclassJKPrimefacesTreeWrapper<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 TypeMethodDescriptionvoidJKPrimefacesTreeWrapper.addItemToTree(JKBaseModel model) This method adds a model item to the root of the tree.org.primefaces.model.DefaultTreeNodeJKPrimefacesTreeWrapper.addItemToTree(JKBaseModel parentModel, JKBaseModel newItem) This method adds an item to the tree under a parent model.org.primefaces.model.DefaultTreeNodeJKPrimefacesTreeWrapper.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.DefaultTreeNodeJKPrimefacesTreeWrapper.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.voidJKPrimefacesTreeWrapper.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 TypeMethodDescriptionbooleanJKPrimefacesTreeWrapper.isSelectedNodeOfType(Class<? extends JKBaseModel> clas) This method checks if the selected node in the tree is of the specified class type.