Uses of Class
org.synchronoss.cpo.core.meta.domain.CpoFunctionGroup
Packages that use CpoFunctionGroup
Package
Description
-
Uses of CpoFunctionGroup in org.synchronoss.cpo.core
Methods in org.synchronoss.cpo.core with parameters of type CpoFunctionGroupModifier and TypeMethodDescriptionvoidMetaVisitor.visit(CpoFunctionGroup cpoFunctionGroup) Visits a function group node in the meta model. -
Uses of CpoFunctionGroup in org.synchronoss.cpo.core.exporter
Methods in org.synchronoss.cpo.core.exporter with parameters of type CpoFunctionGroupModifier and TypeMethodDescriptionvoidAbstractMetaVisitor.visit(CpoFunctionGroup cpoFunctionGroup) voidCoreMetaXmlObjectExporter.visit(CpoFunctionGroup cpoFunctionGroup) -
Uses of CpoFunctionGroup in org.synchronoss.cpo.core.meta
Methods in org.synchronoss.cpo.core.meta that return CpoFunctionGroupModifier and TypeMethodDescriptionCpoMetaDescriptor.createCpoFunctionGroup()Creates a new, emptyCpoFunctionGroup. -
Uses of CpoFunctionGroup in org.synchronoss.cpo.core.meta.domain
Methods in org.synchronoss.cpo.core.meta.domain that return CpoFunctionGroupModifier and TypeMethodDescriptionCpoClass.addFunctionGroup(CpoFunctionGroup group) Adds a function group to this class, keyed by its CRUD type and name.CpoClass.getFunctionGroup(Crud crud, String groupName) Gets the function group for the given CRUD type and group name.Methods in org.synchronoss.cpo.core.meta.domain that return types with arguments of type CpoFunctionGroupModifier and TypeMethodDescriptionCpoClass.getFunctionGroups()Gets all function groups defined on this class, keyed internally by CRUD type and group name.Methods in org.synchronoss.cpo.core.meta.domain with parameters of type CpoFunctionGroupModifier and TypeMethodDescriptionCpoClass.addFunctionGroup(CpoFunctionGroup group) Adds a function group to this class, keyed by its CRUD type and name.intCpoFunctionGroup.compareTo(CpoFunctionGroup fg) voidCpoClass.removeFunctionGroup(CpoFunctionGroup group) Removes a function group from this class.