| Method | Description |
| public void <init>(
biz.hammurapi.sql.SQLProcessor processor
)
| Constructor |
| public int deleteAdornment(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from ADORNMENT |
| public int deleteAdornment(
int Id
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from ADORNMENT |
| public int deleteAdornmentByItem(
int MenuId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from ADORNMENT by foreign key FK_ADORNMENT_SQLC$ITEM columns value(s): MENU_ID |
| public int deleteFunctionBinding(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from FUNCTION_BINDING |
| public int deleteFunctionBinding(
int MenuId, String FunctionName, int FunctionParameterCount, int ParameterPosition
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from FUNCTION_BINDING |
| public int deleteFunctionBindingByFunction(
int MenuId, String FunctionName, int FunctionParameterCount
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from FUNCTION_BINDING by foreign key FK_FUNCTION_BINDING_SQLC$FUNCTION columns value(s): MENU_ID, FUNCTION_NAME, FUNCTION_PARAMETER_COUNT |
| public int deleteHelpTopic(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from HELP_TOPIC |
| public int deleteHelpTopic(
int Id
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from HELP_TOPIC |
| public int deleteHelpTopicByMenu(
int MenuId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from HELP_TOPIC by foreign key FK_HELP_TOPIC_SQLC$MENU columns value(s): MENU_ID |
| public int deleteHelpTopicXidNameEQ(
int MenuId, String Name
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes row(s) with equal index value(s): MENU_ID, NAME |
| public int deleteItemReference(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from ITEM_REFERENCE |
| public int deleteItemReference(
int Id
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from ITEM_REFERENCE |
| public int deleteItemReferenceByItem(
int MenuId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from ITEM_REFERENCE by foreign key FK_ITEM_REFERENCE_SQLC$ITEM columns value(s): MENU_ID |
| public int deleteItemReferenceByReferencedItem(
int RefId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from ITEM_REFERENCE by foreign key FK_ITEM_REFERENCE_SQLC$REFERENCED_ITEM columns value(s): REF_ID |
| public int deleteMenuColor(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from MENU_COLOR |
| public int deleteMenuColor(
int MenuId, String Name
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from MENU_COLOR |
| public int deleteMenuColorByMenu(
int MenuId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from MENU_COLOR by foreign key FK_XM_COLOR_SQLC$MENU columns value(s): MENU_ID |
| public int deleteMenuFunction(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from MENU_FUNCTION |
| public int deleteMenuFunction(
int MenuId, String Name, int ParameterCount
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from MENU_FUNCTION |
| public int deleteMenuFunctionByMenu(
int MenuId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from MENU_FUNCTION by foreign key FK_MENU_FUNCTION_SQLC$MENU columns value(s): MENU_ID |
| public int deleteMenuGroup(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from MENU_GROUP |
| public int deleteMenuGroup(
int MenuId, String GroupName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from MENU_GROUP |
| public int deleteMenuGroupByGroup(
String GroupName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from MENU_GROUP by foreign key FK_MENU_GROUP_SQLC$GROUP columns value(s): GROUP_NAME |
| public int deleteMenuGroupByMenu(
int MenuId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from MENU_GROUP by foreign key FK_MENU_GROUP_SQLC$MENU columns value(s): MENU_ID |
| public int deleteMenuNavigatorTemplate(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from MENU_NAVIGATOR_TEMPLATE |
| public int deleteMenuNavigatorTemplate(
int Id
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from MENU_NAVIGATOR_TEMPLATE |
| public int deleteMenuNavigatorTemplateByMenu(
int MenuId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from MENU_NAVIGATOR_TEMPLATE by foreign key FK_MENU_NAVIGATOR_TEMPLATE_SQLC$MENU columns value(s): MENU_ID |
| public int deleteMenuNavigatorTemplateMenuIdNameEQ(
int MenuId, String Name
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes row(s) with equal index value(s): MENU_ID, NAME |
| public int deleteMenuParameter(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from MENU_PARAMETER |
| public int deleteMenuParameter(
int MenuId, String Name
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from MENU_PARAMETER |
| public int deleteMenuParameterByMenu(
int MenuId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from MENU_PARAMETER by foreign key FK_MENU_PARAMETER_SQLC$MENU columns value(s): MENU_ID |
| public int deleteMenuRole(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from MENU_ROLE |
| public int deleteMenuRole(
int MenuId, String RoleName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from MENU_ROLE |
| public int deleteMenuRoleByMenu(
int MenuId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from MENU_ROLE by foreign key FK_MENU_ROLE_SQLC$MENU columns value(s): MENU_ID |
| public int deleteMenuRoleByRole(
String RoleName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from MENU_ROLE by foreign key FK_MENU_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public int deleteMenuUser(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from MENU_USER |
| public int deleteMenuUser(
int MenuId, String LoginName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from MENU_USER |
| public int deleteMenuUserByMenu(
int MenuId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from MENU_USER by foreign key FK_MENU_USER_SQLC$MENU columns value(s): MENU_ID |
| public int deleteMenuUserByUser(
String LoginName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from MENU_USER by foreign key FK_MENU_USER_SQLC$USER columns value(s): LOGIN_NAME |
| public int deleteResourcePattern(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from RESOURCE_PATTERN |
| public int deleteResourcePattern(
int Id
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from RESOURCE_PATTERN |
| public int deleteResourcePatternByItem(
int MenuId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from RESOURCE_PATTERN by foreign key FK_RESOURCE_PATTERN_SQLC$ITEM columns value(s): MENU_ID |
| public int deleteXmenu(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from XMENU |
| public int deleteXmenu(
int Id
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from XMENU |
| public int deleteXmenuByParent(
Integer Parent
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from XMENU by foreign key FK_XMENU_SQLC$PARENT columns value(s): PARENT |
| public int deleteXmenuGuidEQ(
String Guid
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes row(s) with equal index value(s): GUID |
| public int deleteXmenuPermission(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from XMENU_PERMISSION |
| public int deleteXmenuPermission(
int MenuId, int PermissionId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from XMENU_PERMISSION |
| public int deleteXmenuPermissionByMenu(
int MenuId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from XMENU_PERMISSION by foreign key FK_XMENU_PERMISSION_SQLC$MENU columns value(s): MENU_ID |
| public int deleteXmenuXidEQ(
String Xid
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes row(s) with equal index value(s): XID |
| public java.util.Collection getAdornment(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Adornment. Selects all rows from ADORNMENT |
| public java.util.Collection getAdornment(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Adornment. If converter is not null then elements will be results of conversion.Selects all rows from ADORNMENT |
| public java.util.Collection getAdornment(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Adornment. If targetClass is not null then elements will be of targetClass typeSelects all rows from ADORNMENT |
| public java.util.Collection getAdornment(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Adornment and returns populated collection. Selects all rows from ADORNMENT |
| public java.util.Collection getAdornment(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Adornment and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from ADORNMENT |
| public java.util.Collection getAdornment(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Adornment and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from ADORNMENT |
| public Adornment getAdornment(
int Id
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from ADORNMENT |
| public Adornment getAdornment(
int Id, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from ADORNMENT |
| public java.util.Collection getAdornmentByItem(
int MenuId
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Adornment. Selects rows from ADORNMENT by foreign key FK_ADORNMENT_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getAdornmentByItem(
int MenuId, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Adornment. If converter is not null then elements will be results of conversion.Selects rows from ADORNMENT by foreign key FK_ADORNMENT_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getAdornmentByItem(
int MenuId, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Adornment. If targetClass is not null then elements will be of targetClass typeSelects rows from ADORNMENT by foreign key FK_ADORNMENT_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getAdornmentByItem(
int MenuId, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Adornment and returns populated collection. Selects rows from ADORNMENT by foreign key FK_ADORNMENT_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getAdornmentByItem(
int MenuId, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Adornment and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from ADORNMENT by foreign key FK_ADORNMENT_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getAdornmentByItem(
int MenuId, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Adornment and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from ADORNMENT by foreign key FK_ADORNMENT_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getFunctionBinding(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.FunctionBinding. Selects all rows from FUNCTION_BINDING |
| public java.util.Collection getFunctionBinding(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.FunctionBinding. If converter is not null then elements will be results of conversion.Selects all rows from FUNCTION_BINDING |
| public java.util.Collection getFunctionBinding(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.FunctionBinding. If targetClass is not null then elements will be of targetClass typeSelects all rows from FUNCTION_BINDING |
| public java.util.Collection getFunctionBinding(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.FunctionBinding and returns populated collection. Selects all rows from FUNCTION_BINDING |
| public java.util.Collection getFunctionBinding(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.FunctionBinding and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from FUNCTION_BINDING |
| public java.util.Collection getFunctionBinding(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.FunctionBinding and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from FUNCTION_BINDING |
| public FunctionBinding getFunctionBinding(
int MenuId, String FunctionName, int FunctionParameterCount, int ParameterPosition
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from FUNCTION_BINDING |
| public FunctionBinding getFunctionBinding(
int MenuId, String FunctionName, int FunctionParameterCount, int ParameterPosition, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from FUNCTION_BINDING |
| public java.util.Collection getFunctionBindingByFunction(
int MenuId, String FunctionName, int FunctionParameterCount
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.FunctionBinding. Selects rows from FUNCTION_BINDING by foreign key FK_FUNCTION_BINDING_SQLC$FUNCTION columns value(s): MENU_ID, FUNCTION_NAME, FUNCTION_PARAMETER_COUNT |
| public java.util.Collection getFunctionBindingByFunction(
int MenuId, String FunctionName, int FunctionParameterCount, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.FunctionBinding. If converter is not null then elements will be results of conversion.Selects rows from FUNCTION_BINDING by foreign key FK_FUNCTION_BINDING_SQLC$FUNCTION columns value(s): MENU_ID, FUNCTION_NAME, FUNCTION_PARAMETER_COUNT |
| public java.util.Collection getFunctionBindingByFunction(
int MenuId, String FunctionName, int FunctionParameterCount, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.FunctionBinding. If targetClass is not null then elements will be of targetClass typeSelects rows from FUNCTION_BINDING by foreign key FK_FUNCTION_BINDING_SQLC$FUNCTION columns value(s): MENU_ID, FUNCTION_NAME, FUNCTION_PARAMETER_COUNT |
| public java.util.Collection getFunctionBindingByFunction(
int MenuId, String FunctionName, int FunctionParameterCount, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.FunctionBinding and returns populated collection. Selects rows from FUNCTION_BINDING by foreign key FK_FUNCTION_BINDING_SQLC$FUNCTION columns value(s): MENU_ID, FUNCTION_NAME, FUNCTION_PARAMETER_COUNT |
| public java.util.Collection getFunctionBindingByFunction(
int MenuId, String FunctionName, int FunctionParameterCount, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.FunctionBinding and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from FUNCTION_BINDING by foreign key FK_FUNCTION_BINDING_SQLC$FUNCTION columns value(s): MENU_ID, FUNCTION_NAME, FUNCTION_PARAMETER_COUNT |
| public java.util.Collection getFunctionBindingByFunction(
int MenuId, String FunctionName, int FunctionParameterCount, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.FunctionBinding and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from FUNCTION_BINDING by foreign key FK_FUNCTION_BINDING_SQLC$FUNCTION columns value(s): MENU_ID, FUNCTION_NAME, FUNCTION_PARAMETER_COUNT |
| public java.util.Collection getHelpTopic(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.HelpTopic. Selects all rows from HELP_TOPIC |
| public java.util.Collection getHelpTopic(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.HelpTopic. If converter is not null then elements will be results of conversion.Selects all rows from HELP_TOPIC |
| public java.util.Collection getHelpTopic(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.HelpTopic. If targetClass is not null then elements will be of targetClass typeSelects all rows from HELP_TOPIC |
| public java.util.Collection getHelpTopic(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.HelpTopic and returns populated collection. Selects all rows from HELP_TOPIC |
| public java.util.Collection getHelpTopic(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.HelpTopic and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from HELP_TOPIC |
| public java.util.Collection getHelpTopic(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.HelpTopic and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from HELP_TOPIC |
| public HelpTopic getHelpTopic(
int Id
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from HELP_TOPIC |
| public HelpTopic getHelpTopic(
int Id, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from HELP_TOPIC |
| public java.util.Collection getHelpTopicByMenu(
int MenuId
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.HelpTopic. Selects rows from HELP_TOPIC by foreign key FK_HELP_TOPIC_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getHelpTopicByMenu(
int MenuId, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.HelpTopic. If converter is not null then elements will be results of conversion.Selects rows from HELP_TOPIC by foreign key FK_HELP_TOPIC_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getHelpTopicByMenu(
int MenuId, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.HelpTopic. If targetClass is not null then elements will be of targetClass typeSelects rows from HELP_TOPIC by foreign key FK_HELP_TOPIC_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getHelpTopicByMenu(
int MenuId, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.HelpTopic and returns populated collection. Selects rows from HELP_TOPIC by foreign key FK_HELP_TOPIC_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getHelpTopicByMenu(
int MenuId, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.HelpTopic and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from HELP_TOPIC by foreign key FK_HELP_TOPIC_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getHelpTopicByMenu(
int MenuId, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.HelpTopic and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from HELP_TOPIC by foreign key FK_HELP_TOPIC_SQLC$MENU columns value(s): MENU_ID |
| public HelpTopic getHelpTopicXidNameEQ(
int MenuId, String Name
)
throws java.sql.SQLException | Executes query and returns single object. Selects row(s) with equal index value(s): MENU_ID, NAME |
| public HelpTopic getHelpTopicXidNameEQ(
int MenuId, String Name, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects row(s) with equal index value(s): MENU_ID, NAME |
| public java.util.Collection getItemReference(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.ItemReference. Selects all rows from ITEM_REFERENCE |
| public java.util.Collection getItemReference(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.ItemReference. If converter is not null then elements will be results of conversion.Selects all rows from ITEM_REFERENCE |
| public java.util.Collection getItemReference(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.ItemReference. If targetClass is not null then elements will be of targetClass typeSelects all rows from ITEM_REFERENCE |
| public java.util.Collection getItemReference(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.ItemReference and returns populated collection. Selects all rows from ITEM_REFERENCE |
| public java.util.Collection getItemReference(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.ItemReference and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from ITEM_REFERENCE |
| public java.util.Collection getItemReference(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.ItemReference and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from ITEM_REFERENCE |
| public ItemReference getItemReference(
int Id
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from ITEM_REFERENCE |
| public ItemReference getItemReference(
int Id, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from ITEM_REFERENCE |
| public java.util.Collection getItemReferenceByItem(
int MenuId
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.ItemReference. Selects rows from ITEM_REFERENCE by foreign key FK_ITEM_REFERENCE_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getItemReferenceByItem(
int MenuId, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.ItemReference. If converter is not null then elements will be results of conversion.Selects rows from ITEM_REFERENCE by foreign key FK_ITEM_REFERENCE_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getItemReferenceByItem(
int MenuId, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.ItemReference. If targetClass is not null then elements will be of targetClass typeSelects rows from ITEM_REFERENCE by foreign key FK_ITEM_REFERENCE_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getItemReferenceByItem(
int MenuId, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.ItemReference and returns populated collection. Selects rows from ITEM_REFERENCE by foreign key FK_ITEM_REFERENCE_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getItemReferenceByItem(
int MenuId, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.ItemReference and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from ITEM_REFERENCE by foreign key FK_ITEM_REFERENCE_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getItemReferenceByItem(
int MenuId, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.ItemReference and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from ITEM_REFERENCE by foreign key FK_ITEM_REFERENCE_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getItemReferenceByReferencedItem(
int RefId
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.ItemReference. Selects rows from ITEM_REFERENCE by foreign key FK_ITEM_REFERENCE_SQLC$REFERENCED_ITEM columns value(s): REF_ID |
| public java.util.Collection getItemReferenceByReferencedItem(
int RefId, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.ItemReference. If converter is not null then elements will be results of conversion.Selects rows from ITEM_REFERENCE by foreign key FK_ITEM_REFERENCE_SQLC$REFERENCED_ITEM columns value(s): REF_ID |
| public java.util.Collection getItemReferenceByReferencedItem(
int RefId, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.ItemReference. If targetClass is not null then elements will be of targetClass typeSelects rows from ITEM_REFERENCE by foreign key FK_ITEM_REFERENCE_SQLC$REFERENCED_ITEM columns value(s): REF_ID |
| public java.util.Collection getItemReferenceByReferencedItem(
int RefId, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.ItemReference and returns populated collection. Selects rows from ITEM_REFERENCE by foreign key FK_ITEM_REFERENCE_SQLC$REFERENCED_ITEM columns value(s): REF_ID |
| public java.util.Collection getItemReferenceByReferencedItem(
int RefId, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.ItemReference and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from ITEM_REFERENCE by foreign key FK_ITEM_REFERENCE_SQLC$REFERENCED_ITEM columns value(s): REF_ID |
| public java.util.Collection getItemReferenceByReferencedItem(
int RefId, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.ItemReference and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from ITEM_REFERENCE by foreign key FK_ITEM_REFERENCE_SQLC$REFERENCED_ITEM columns value(s): REF_ID |
| public int getMaxInteraction(
)
throws java.sql.SQLException | Executes query and returns value of the first (the only) column in the first row. |
| public int getMaxMenu(
)
throws java.sql.SQLException | Executes query and returns value of the first (the only) column in the first row. |
| public java.util.Collection getMenuColor(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuColor. Selects all rows from MENU_COLOR |
| public java.util.Collection getMenuColor(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuColor. If converter is not null then elements will be results of conversion.Selects all rows from MENU_COLOR |
| public java.util.Collection getMenuColor(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuColor. If targetClass is not null then elements will be of targetClass typeSelects all rows from MENU_COLOR |
| public java.util.Collection getMenuColor(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuColor and returns populated collection. Selects all rows from MENU_COLOR |
| public java.util.Collection getMenuColor(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuColor and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from MENU_COLOR |
| public java.util.Collection getMenuColor(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuColor and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from MENU_COLOR |
| public MenuColor getMenuColor(
int MenuId, String Name
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from MENU_COLOR |
| public MenuColor getMenuColor(
int MenuId, String Name, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from MENU_COLOR |
| public java.util.Collection getMenuColorByMenu(
int MenuId
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuColor. Selects rows from MENU_COLOR by foreign key FK_XM_COLOR_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuColorByMenu(
int MenuId, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuColor. If converter is not null then elements will be results of conversion.Selects rows from MENU_COLOR by foreign key FK_XM_COLOR_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuColorByMenu(
int MenuId, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuColor. If targetClass is not null then elements will be of targetClass typeSelects rows from MENU_COLOR by foreign key FK_XM_COLOR_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuColorByMenu(
int MenuId, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuColor and returns populated collection. Selects rows from MENU_COLOR by foreign key FK_XM_COLOR_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuColorByMenu(
int MenuId, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuColor and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MENU_COLOR by foreign key FK_XM_COLOR_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuColorByMenu(
int MenuId, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuColor and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MENU_COLOR by foreign key FK_XM_COLOR_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuFunction(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuFunction. Selects all rows from MENU_FUNCTION |
| public java.util.Collection getMenuFunction(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuFunction. If converter is not null then elements will be results of conversion.Selects all rows from MENU_FUNCTION |
| public java.util.Collection getMenuFunction(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuFunction. If targetClass is not null then elements will be of targetClass typeSelects all rows from MENU_FUNCTION |
| public java.util.Collection getMenuFunction(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuFunction and returns populated collection. Selects all rows from MENU_FUNCTION |
| public java.util.Collection getMenuFunction(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuFunction and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from MENU_FUNCTION |
| public java.util.Collection getMenuFunction(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuFunction and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from MENU_FUNCTION |
| public MenuFunction getMenuFunction(
int MenuId, String Name, int ParameterCount
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from MENU_FUNCTION |
| public MenuFunction getMenuFunction(
int MenuId, String Name, int ParameterCount, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from MENU_FUNCTION |
| public java.util.Collection getMenuFunctionByMenu(
int MenuId
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuFunction. Selects rows from MENU_FUNCTION by foreign key FK_MENU_FUNCTION_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuFunctionByMenu(
int MenuId, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuFunction. If converter is not null then elements will be results of conversion.Selects rows from MENU_FUNCTION by foreign key FK_MENU_FUNCTION_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuFunctionByMenu(
int MenuId, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuFunction. If targetClass is not null then elements will be of targetClass typeSelects rows from MENU_FUNCTION by foreign key FK_MENU_FUNCTION_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuFunctionByMenu(
int MenuId, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuFunction and returns populated collection. Selects rows from MENU_FUNCTION by foreign key FK_MENU_FUNCTION_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuFunctionByMenu(
int MenuId, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuFunction and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MENU_FUNCTION by foreign key FK_MENU_FUNCTION_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuFunctionByMenu(
int MenuId, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuFunction and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MENU_FUNCTION by foreign key FK_MENU_FUNCTION_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuGroup(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup. Selects all rows from MENU_GROUP |
| public java.util.Collection getMenuGroup(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup. If converter is not null then elements will be results of conversion.Selects all rows from MENU_GROUP |
| public java.util.Collection getMenuGroup(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup. If targetClass is not null then elements will be of targetClass typeSelects all rows from MENU_GROUP |
| public java.util.Collection getMenuGroup(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup and returns populated collection. Selects all rows from MENU_GROUP |
| public java.util.Collection getMenuGroup(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from MENU_GROUP |
| public java.util.Collection getMenuGroup(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from MENU_GROUP |
| public MenuGroup getMenuGroup(
int MenuId, String GroupName
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from MENU_GROUP |
| public MenuGroup getMenuGroup(
int MenuId, String GroupName, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from MENU_GROUP |
| public java.util.Collection getMenuGroupByGroup(
String GroupName
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup. Selects rows from MENU_GROUP by foreign key FK_MENU_GROUP_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getMenuGroupByGroup(
String GroupName, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup. If converter is not null then elements will be results of conversion.Selects rows from MENU_GROUP by foreign key FK_MENU_GROUP_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getMenuGroupByGroup(
String GroupName, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup. If targetClass is not null then elements will be of targetClass typeSelects rows from MENU_GROUP by foreign key FK_MENU_GROUP_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getMenuGroupByGroup(
String GroupName, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup and returns populated collection. Selects rows from MENU_GROUP by foreign key FK_MENU_GROUP_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getMenuGroupByGroup(
String GroupName, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MENU_GROUP by foreign key FK_MENU_GROUP_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getMenuGroupByGroup(
String GroupName, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MENU_GROUP by foreign key FK_MENU_GROUP_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getMenuGroupByMenu(
int MenuId
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup. Selects rows from MENU_GROUP by foreign key FK_MENU_GROUP_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuGroupByMenu(
int MenuId, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup. If converter is not null then elements will be results of conversion.Selects rows from MENU_GROUP by foreign key FK_MENU_GROUP_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuGroupByMenu(
int MenuId, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup. If targetClass is not null then elements will be of targetClass typeSelects rows from MENU_GROUP by foreign key FK_MENU_GROUP_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuGroupByMenu(
int MenuId, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup and returns populated collection. Selects rows from MENU_GROUP by foreign key FK_MENU_GROUP_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuGroupByMenu(
int MenuId, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MENU_GROUP by foreign key FK_MENU_GROUP_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuGroupByMenu(
int MenuId, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuGroup and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MENU_GROUP by foreign key FK_MENU_GROUP_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuHelpTopics(
int p1
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuHelpTopics. |
| public java.util.Collection getMenuHelpTopics(
int p1, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuHelpTopics. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getMenuHelpTopics(
int p1, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuHelpTopics. If targetClass is not null then elements will be of targetClass type |
| public java.util.Collection getMenuHelpTopics(
int p1, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuHelpTopics and returns populated collection. |
| public java.util.Collection getMenuHelpTopics(
int p1, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuHelpTopics and returns populated collection. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getMenuHelpTopics(
int p1, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuHelpTopics and returns populated collection. If targetClass is not null then elements will be of targetClass type. |
| public java.util.Collection getMenuNavigatorTemplate(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuNavigatorTemplate. Selects all rows from MENU_NAVIGATOR_TEMPLATE |
| public java.util.Collection getMenuNavigatorTemplate(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuNavigatorTemplate. If converter is not null then elements will be results of conversion.Selects all rows from MENU_NAVIGATOR_TEMPLATE |
| public java.util.Collection getMenuNavigatorTemplate(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuNavigatorTemplate. If targetClass is not null then elements will be of targetClass typeSelects all rows from MENU_NAVIGATOR_TEMPLATE |
| public java.util.Collection getMenuNavigatorTemplate(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuNavigatorTemplate and returns populated collection. Selects all rows from MENU_NAVIGATOR_TEMPLATE |
| public java.util.Collection getMenuNavigatorTemplate(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuNavigatorTemplate and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from MENU_NAVIGATOR_TEMPLATE |
| public java.util.Collection getMenuNavigatorTemplate(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuNavigatorTemplate and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from MENU_NAVIGATOR_TEMPLATE |
| public MenuNavigatorTemplate getMenuNavigatorTemplate(
int Id
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from MENU_NAVIGATOR_TEMPLATE |
| public MenuNavigatorTemplate getMenuNavigatorTemplate(
int Id, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from MENU_NAVIGATOR_TEMPLATE |
| public java.util.Collection getMenuNavigatorTemplateByMenu(
int MenuId
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuNavigatorTemplate. Selects rows from MENU_NAVIGATOR_TEMPLATE by foreign key FK_MENU_NAVIGATOR_TEMPLATE_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuNavigatorTemplateByMenu(
int MenuId, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuNavigatorTemplate. If converter is not null then elements will be results of conversion.Selects rows from MENU_NAVIGATOR_TEMPLATE by foreign key FK_MENU_NAVIGATOR_TEMPLATE_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuNavigatorTemplateByMenu(
int MenuId, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuNavigatorTemplate. If targetClass is not null then elements will be of targetClass typeSelects rows from MENU_NAVIGATOR_TEMPLATE by foreign key FK_MENU_NAVIGATOR_TEMPLATE_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuNavigatorTemplateByMenu(
int MenuId, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuNavigatorTemplate and returns populated collection. Selects rows from MENU_NAVIGATOR_TEMPLATE by foreign key FK_MENU_NAVIGATOR_TEMPLATE_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuNavigatorTemplateByMenu(
int MenuId, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuNavigatorTemplate and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MENU_NAVIGATOR_TEMPLATE by foreign key FK_MENU_NAVIGATOR_TEMPLATE_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuNavigatorTemplateByMenu(
int MenuId, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuNavigatorTemplate and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MENU_NAVIGATOR_TEMPLATE by foreign key FK_MENU_NAVIGATOR_TEMPLATE_SQLC$MENU columns value(s): MENU_ID |
| public MenuNavigatorTemplate getMenuNavigatorTemplateMenuIdNameEQ(
int MenuId, String Name
)
throws java.sql.SQLException | Executes query and returns single object. Selects row(s) with equal index value(s): MENU_ID, NAME |
| public MenuNavigatorTemplate getMenuNavigatorTemplateMenuIdNameEQ(
int MenuId, String Name, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects row(s) with equal index value(s): MENU_ID, NAME |
| public java.util.Collection getMenuParameter(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuParameter. Selects all rows from MENU_PARAMETER |
| public java.util.Collection getMenuParameter(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuParameter. If converter is not null then elements will be results of conversion.Selects all rows from MENU_PARAMETER |
| public java.util.Collection getMenuParameter(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuParameter. If targetClass is not null then elements will be of targetClass typeSelects all rows from MENU_PARAMETER |
| public java.util.Collection getMenuParameter(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuParameter and returns populated collection. Selects all rows from MENU_PARAMETER |
| public java.util.Collection getMenuParameter(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuParameter and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from MENU_PARAMETER |
| public java.util.Collection getMenuParameter(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuParameter and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from MENU_PARAMETER |
| public MenuParameter getMenuParameter(
int MenuId, String Name
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from MENU_PARAMETER |
| public MenuParameter getMenuParameter(
int MenuId, String Name, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from MENU_PARAMETER |
| public java.util.Collection getMenuParameterByMenu(
int MenuId
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuParameter. Selects rows from MENU_PARAMETER by foreign key FK_MENU_PARAMETER_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuParameterByMenu(
int MenuId, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuParameter. If converter is not null then elements will be results of conversion.Selects rows from MENU_PARAMETER by foreign key FK_MENU_PARAMETER_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuParameterByMenu(
int MenuId, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuParameter. If targetClass is not null then elements will be of targetClass typeSelects rows from MENU_PARAMETER by foreign key FK_MENU_PARAMETER_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuParameterByMenu(
int MenuId, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuParameter and returns populated collection. Selects rows from MENU_PARAMETER by foreign key FK_MENU_PARAMETER_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuParameterByMenu(
int MenuId, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuParameter and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MENU_PARAMETER by foreign key FK_MENU_PARAMETER_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuParameterByMenu(
int MenuId, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuParameter and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MENU_PARAMETER by foreign key FK_MENU_PARAMETER_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuRole(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuRole. Selects all rows from MENU_ROLE |
| public java.util.Collection getMenuRole(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuRole. If converter is not null then elements will be results of conversion.Selects all rows from MENU_ROLE |
| public java.util.Collection getMenuRole(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuRole. If targetClass is not null then elements will be of targetClass typeSelects all rows from MENU_ROLE |
| public java.util.Collection getMenuRole(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuRole and returns populated collection. Selects all rows from MENU_ROLE |
| public java.util.Collection getMenuRole(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuRole and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from MENU_ROLE |
| public java.util.Collection getMenuRole(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuRole and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from MENU_ROLE |
| public MenuRole getMenuRole(
int MenuId, String RoleName
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from MENU_ROLE |
| public MenuRole getMenuRole(
int MenuId, String RoleName, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from MENU_ROLE |
| public java.util.Collection getMenuRoleByMenu(
int MenuId
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuRole. Selects rows from MENU_ROLE by foreign key FK_MENU_ROLE_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuRoleByMenu(
int MenuId, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuRole. If converter is not null then elements will be results of conversion.Selects rows from MENU_ROLE by foreign key FK_MENU_ROLE_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuRoleByMenu(
int MenuId, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuRole. If targetClass is not null then elements will be of targetClass typeSelects rows from MENU_ROLE by foreign key FK_MENU_ROLE_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuRoleByMenu(
int MenuId, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuRole and returns populated collection. Selects rows from MENU_ROLE by foreign key FK_MENU_ROLE_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuRoleByMenu(
int MenuId, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuRole and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MENU_ROLE by foreign key FK_MENU_ROLE_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuRoleByMenu(
int MenuId, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuRole and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MENU_ROLE by foreign key FK_MENU_ROLE_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuRoleByRole(
String RoleName
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuRole. Selects rows from MENU_ROLE by foreign key FK_MENU_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getMenuRoleByRole(
String RoleName, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuRole. If converter is not null then elements will be results of conversion.Selects rows from MENU_ROLE by foreign key FK_MENU_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getMenuRoleByRole(
String RoleName, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuRole. If targetClass is not null then elements will be of targetClass typeSelects rows from MENU_ROLE by foreign key FK_MENU_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getMenuRoleByRole(
String RoleName, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuRole and returns populated collection. Selects rows from MENU_ROLE by foreign key FK_MENU_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getMenuRoleByRole(
String RoleName, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuRole and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MENU_ROLE by foreign key FK_MENU_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getMenuRoleByRole(
String RoleName, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuRole and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MENU_ROLE by foreign key FK_MENU_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getMenuUser(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuUser. Selects all rows from MENU_USER |
| public java.util.Collection getMenuUser(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuUser. If converter is not null then elements will be results of conversion.Selects all rows from MENU_USER |
| public java.util.Collection getMenuUser(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuUser. If targetClass is not null then elements will be of targetClass typeSelects all rows from MENU_USER |
| public java.util.Collection getMenuUser(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuUser and returns populated collection. Selects all rows from MENU_USER |
| public java.util.Collection getMenuUser(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuUser and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from MENU_USER |
| public java.util.Collection getMenuUser(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuUser and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from MENU_USER |
| public MenuUser getMenuUser(
int MenuId, String LoginName
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from MENU_USER |
| public MenuUser getMenuUser(
int MenuId, String LoginName, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from MENU_USER |
| public java.util.Collection getMenuUserByMenu(
int MenuId
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuUser. Selects rows from MENU_USER by foreign key FK_MENU_USER_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuUserByMenu(
int MenuId, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuUser. If converter is not null then elements will be results of conversion.Selects rows from MENU_USER by foreign key FK_MENU_USER_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuUserByMenu(
int MenuId, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuUser. If targetClass is not null then elements will be of targetClass typeSelects rows from MENU_USER by foreign key FK_MENU_USER_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuUserByMenu(
int MenuId, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuUser and returns populated collection. Selects rows from MENU_USER by foreign key FK_MENU_USER_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuUserByMenu(
int MenuId, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuUser and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MENU_USER by foreign key FK_MENU_USER_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuUserByMenu(
int MenuId, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuUser and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MENU_USER by foreign key FK_MENU_USER_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getMenuUserByUser(
String LoginName
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuUser. Selects rows from MENU_USER by foreign key FK_MENU_USER_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getMenuUserByUser(
String LoginName, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuUser. If converter is not null then elements will be results of conversion.Selects rows from MENU_USER by foreign key FK_MENU_USER_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getMenuUserByUser(
String LoginName, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.MenuUser. If targetClass is not null then elements will be of targetClass typeSelects rows from MENU_USER by foreign key FK_MENU_USER_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getMenuUserByUser(
String LoginName, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuUser and returns populated collection. Selects rows from MENU_USER by foreign key FK_MENU_USER_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getMenuUserByUser(
String LoginName, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuUser and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MENU_USER by foreign key FK_MENU_USER_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getMenuUserByUser(
String LoginName, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.MenuUser and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MENU_USER by foreign key FK_MENU_USER_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getMenuWithChildCount(
int p1
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.RootMenus. Selects items and calculates number of children |
| public java.util.Collection getMenuWithChildCount(
int p1, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.RootMenus. If converter is not null then elements will be results of conversion.Selects items and calculates number of children |
| public java.util.Collection getMenuWithChildCount(
int p1, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.RootMenus. If targetClass is not null then elements will be of targetClass typeSelects items and calculates number of children |
| public java.util.Collection getMenuWithChildCount(
int p1, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.RootMenus and returns populated collection. Selects items and calculates number of children |
| public java.util.Collection getMenuWithChildCount(
int p1, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.RootMenus and returns populated collection. If converter is not null then elements will be results of conversion. Selects items and calculates number of children |
| public java.util.Collection getMenuWithChildCount(
int p1, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.RootMenus and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects items and calculates number of children |
| public java.util.Collection getPermission(
int p1
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Permission. Selects menu's permissions |
| public java.util.Collection getPermission(
int p1, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Permission. If converter is not null then elements will be results of conversion.Selects menu's permissions |
| public java.util.Collection getPermission(
int p1, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Permission. If targetClass is not null then elements will be of targetClass typeSelects menu's permissions |
| public java.util.Collection getPermission(
int p1, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Permission and returns populated collection. Selects menu's permissions |
| public java.util.Collection getPermission(
int p1, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Permission and returns populated collection. If converter is not null then elements will be results of conversion. Selects menu's permissions |
| public java.util.Collection getPermission(
int p1, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Permission and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects menu's permissions |
| public java.util.Collection getResourcePattern(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.ResourcePattern. Selects all rows from RESOURCE_PATTERN |
| public java.util.Collection getResourcePattern(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.ResourcePattern. If converter is not null then elements will be results of conversion.Selects all rows from RESOURCE_PATTERN |
| public java.util.Collection getResourcePattern(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.ResourcePattern. If targetClass is not null then elements will be of targetClass typeSelects all rows from RESOURCE_PATTERN |
| public java.util.Collection getResourcePattern(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.ResourcePattern and returns populated collection. Selects all rows from RESOURCE_PATTERN |
| public java.util.Collection getResourcePattern(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.ResourcePattern and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from RESOURCE_PATTERN |
| public java.util.Collection getResourcePattern(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.ResourcePattern and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from RESOURCE_PATTERN |
| public ResourcePattern getResourcePattern(
int Id
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from RESOURCE_PATTERN |
| public ResourcePattern getResourcePattern(
int Id, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from RESOURCE_PATTERN |
| public java.util.Collection getResourcePatternByItem(
int MenuId
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.ResourcePattern. Selects rows from RESOURCE_PATTERN by foreign key FK_RESOURCE_PATTERN_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getResourcePatternByItem(
int MenuId, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.ResourcePattern. If converter is not null then elements will be results of conversion.Selects rows from RESOURCE_PATTERN by foreign key FK_RESOURCE_PATTERN_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getResourcePatternByItem(
int MenuId, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.ResourcePattern. If targetClass is not null then elements will be of targetClass typeSelects rows from RESOURCE_PATTERN by foreign key FK_RESOURCE_PATTERN_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getResourcePatternByItem(
int MenuId, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.ResourcePattern and returns populated collection. Selects rows from RESOURCE_PATTERN by foreign key FK_RESOURCE_PATTERN_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getResourcePatternByItem(
int MenuId, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.ResourcePattern and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from RESOURCE_PATTERN by foreign key FK_RESOURCE_PATTERN_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getResourcePatternByItem(
int MenuId, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.ResourcePattern and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from RESOURCE_PATTERN by foreign key FK_RESOURCE_PATTERN_SQLC$ITEM columns value(s): MENU_ID |
| public java.util.Collection getRootMenus(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.RootMenus. Selects root menus |
| public java.util.Collection getRootMenus(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.RootMenus. If converter is not null then elements will be results of conversion.Selects root menus |
| public java.util.Collection getRootMenus(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.RootMenus. If targetClass is not null then elements will be of targetClass typeSelects root menus |
| public java.util.Collection getRootMenus(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.RootMenus and returns populated collection. Selects root menus |
| public java.util.Collection getRootMenus(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.RootMenus and returns populated collection. If converter is not null then elements will be results of conversion. Selects root menus |
| public java.util.Collection getRootMenus(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.RootMenus and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects root menus |
| public java.util.Collection getXmenu(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Xmenu. Selects all rows from XMENU |
| public java.util.Collection getXmenu(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Xmenu. If converter is not null then elements will be results of conversion.Selects all rows from XMENU |
| public java.util.Collection getXmenu(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Xmenu. If targetClass is not null then elements will be of targetClass typeSelects all rows from XMENU |
| public java.util.Collection getXmenu(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Xmenu and returns populated collection. Selects all rows from XMENU |
| public java.util.Collection getXmenu(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Xmenu and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from XMENU |
| public java.util.Collection getXmenu(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Xmenu and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from XMENU |
| public Xmenu getXmenu(
int Id
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from XMENU |
| public Xmenu getXmenu(
int Id, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from XMENU |
| public java.util.Collection getXmenuByParent(
Integer Parent
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Xmenu. Selects rows from XMENU by foreign key FK_XMENU_SQLC$PARENT columns value(s): PARENT |
| public java.util.Collection getXmenuByParent(
Integer Parent, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Xmenu. If converter is not null then elements will be results of conversion.Selects rows from XMENU by foreign key FK_XMENU_SQLC$PARENT columns value(s): PARENT |
| public java.util.Collection getXmenuByParent(
Integer Parent, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Xmenu. If targetClass is not null then elements will be of targetClass typeSelects rows from XMENU by foreign key FK_XMENU_SQLC$PARENT columns value(s): PARENT |
| public java.util.Collection getXmenuByParent(
Integer Parent, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Xmenu and returns populated collection. Selects rows from XMENU by foreign key FK_XMENU_SQLC$PARENT columns value(s): PARENT |
| public java.util.Collection getXmenuByParent(
Integer Parent, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Xmenu and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from XMENU by foreign key FK_XMENU_SQLC$PARENT columns value(s): PARENT |
| public java.util.Collection getXmenuByParent(
Integer Parent, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Xmenu and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from XMENU by foreign key FK_XMENU_SQLC$PARENT columns value(s): PARENT |
| public Xmenu getXmenuGuidEQ(
String Guid
)
throws java.sql.SQLException | Executes query and returns single object. Selects row(s) with equal index value(s): GUID |
| public Xmenu getXmenuGuidEQ(
String Guid, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects row(s) with equal index value(s): GUID |
| public java.util.Collection getXmenuPermission(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.XmenuPermission. Selects all rows from XMENU_PERMISSION |
| public java.util.Collection getXmenuPermission(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.XmenuPermission. If converter is not null then elements will be results of conversion.Selects all rows from XMENU_PERMISSION |
| public java.util.Collection getXmenuPermission(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.XmenuPermission. If targetClass is not null then elements will be of targetClass typeSelects all rows from XMENU_PERMISSION |
| public java.util.Collection getXmenuPermission(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.XmenuPermission and returns populated collection. Selects all rows from XMENU_PERMISSION |
| public java.util.Collection getXmenuPermission(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.XmenuPermission and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from XMENU_PERMISSION |
| public java.util.Collection getXmenuPermission(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.XmenuPermission and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from XMENU_PERMISSION |
| public XmenuPermission getXmenuPermission(
int MenuId, int PermissionId
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from XMENU_PERMISSION |
| public XmenuPermission getXmenuPermission(
int MenuId, int PermissionId, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from XMENU_PERMISSION |
| public java.util.Collection getXmenuPermissionByMenu(
int MenuId
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.XmenuPermission. Selects rows from XMENU_PERMISSION by foreign key FK_XMENU_PERMISSION_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getXmenuPermissionByMenu(
int MenuId, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.XmenuPermission. If converter is not null then elements will be results of conversion.Selects rows from XMENU_PERMISSION by foreign key FK_XMENU_PERMISSION_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getXmenuPermissionByMenu(
int MenuId, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.XmenuPermission. If targetClass is not null then elements will be of targetClass typeSelects rows from XMENU_PERMISSION by foreign key FK_XMENU_PERMISSION_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getXmenuPermissionByMenu(
int MenuId, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.XmenuPermission and returns populated collection. Selects rows from XMENU_PERMISSION by foreign key FK_XMENU_PERMISSION_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getXmenuPermissionByMenu(
int MenuId, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.XmenuPermission and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from XMENU_PERMISSION by foreign key FK_XMENU_PERMISSION_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getXmenuPermissionByMenu(
int MenuId, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.XmenuPermission and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from XMENU_PERMISSION by foreign key FK_XMENU_PERMISSION_SQLC$MENU columns value(s): MENU_ID |
| public java.util.Collection getXmenuXidEQ(
String Xid
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Xmenu. Selects row(s) with equal index value(s): XID |
| public java.util.Collection getXmenuXidEQ(
String Xid, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Xmenu. If converter is not null then elements will be results of conversion.Selects row(s) with equal index value(s): XID |
| public java.util.Collection getXmenuXidEQ(
String Xid, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.menu.sql.Xmenu. If targetClass is not null then elements will be of targetClass typeSelects row(s) with equal index value(s): XID |
| public java.util.Collection getXmenuXidEQ(
String Xid, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Xmenu and returns populated collection. Selects row(s) with equal index value(s): XID |
| public java.util.Collection getXmenuXidEQ(
String Xid, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Xmenu and returns populated collection. If converter is not null then elements will be results of conversion. Selects row(s) with equal index value(s): XID |
| public java.util.Collection getXmenuXidEQ(
String Xid, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.menu.sql.Xmenu and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects row(s) with equal index value(s): XID |
| public int insertAdornment(
int Id, int MenuId, String Name, boolean Suppress, String Description, String Content
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into ADORNMENT |
| public int insertAdornment(
Adornment rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into ADORNMENT |
| public int insertFunctionBinding(
int MenuId, String FunctionName, int FunctionParameterCount, int ParameterPosition, String ParameterExpression, String Description
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into FUNCTION_BINDING |
| public int insertFunctionBinding(
FunctionBinding rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into FUNCTION_BINDING |
| public int insertHelpTopic(
int Id, int MenuId, String Name, long LastModified, String Content, String Title, String RenderTemplate, String Type, String TopicUrl
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into HELP_TOPIC |
| public int insertHelpTopic(
HelpTopic rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into HELP_TOPIC |
| public int insertItemReference(
int Id, int MenuId, int RefId, int RefPosition, String Scope, String Title, String Name, String QueryTemplate
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into ITEM_REFERENCE |
| public int insertItemReference(
ItemReference rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into ITEM_REFERENCE |
| public int insertMenuColor(
int MenuId, String Name, String Color
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into MENU_COLOR |
| public int insertMenuColor(
MenuColor rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into MENU_COLOR |
| public int insertMenuFunction(
int MenuId, String Name, String Type, String Description, int ParameterCount, String FunctionCode, String SqlProcessor, int CacheInterval
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into MENU_FUNCTION |
| public int insertMenuFunction(
MenuFunction rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into MENU_FUNCTION |
| public int insertMenuGroup(
int MenuId, String GroupName, boolean IsDenied
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into MENU_GROUP |
| public int insertMenuGroup(
MenuGroup rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into MENU_GROUP |
| public int insertMenuNavigatorTemplate(
int Id, int MenuId, String Name, String Content, String Description, String ContentType
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into MENU_NAVIGATOR_TEMPLATE |
| public int insertMenuNavigatorTemplate(
MenuNavigatorTemplate rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into MENU_NAVIGATOR_TEMPLATE |
| public int insertMenuParameter(
int MenuId, String Name, String ParameterValue, String Description
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into MENU_PARAMETER |
| public int insertMenuParameter(
MenuParameter rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into MENU_PARAMETER |
| public int insertMenuRole(
int MenuId, String RoleName, boolean IsDenied
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into MENU_ROLE |
| public int insertMenuRole(
MenuRole rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into MENU_ROLE |
| public int insertMenuUser(
int MenuId, String LoginName, boolean IsDenied
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into MENU_USER |
| public int insertMenuUser(
MenuUser rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into MENU_USER |
| public int insertResourcePattern(
int Id, int MenuId, String PatternLanguage, String Description, String Pattern, boolean MatchQueryString
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into RESOURCE_PATTERN |
| public int insertResourcePattern(
ResourcePattern rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into RESOURCE_PATTERN |
| public int insertXmenu(
int Id, String Type, Integer Parent, int ItemPosition, String Xid, String Keywords, String Description, String Uri, String Title, String QueryTemplate, boolean MatchQueryString, String Name, int Weight, boolean IsDisabled, long LastModified, Integer Port, String Protocol, String Server, String ContentType, String Content, String EngineClass, String EngineConfig, String Guid, String FormHandlerType, String FormHandlerUri, String FormHandlerCode, String Scope, String MatchHandler, String Target, String IconUrl, Boolean HidePath, String Guard
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into XMENU |
| public int insertXmenu(
Xmenu rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into XMENU |
| public int insertXmenuPermission(
int MenuId, int PermissionId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into XMENU_PERMISSION |
| public int insertXmenuPermission(
XmenuPermission rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into XMENU_PERMISSION |
| public void processAdornment(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from ADORNMENT |
| public void processAdornmentByItem(
int MenuId, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from ADORNMENT by foreign key FK_ADORNMENT_SQLC$ITEM columns value(s): MENU_ID |
| public void processFunctionBinding(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from FUNCTION_BINDING |
| public void processFunctionBindingByFunction(
int MenuId, String FunctionName, int FunctionParameterCount, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from FUNCTION_BINDING by foreign key FK_FUNCTION_BINDING_SQLC$FUNCTION columns value(s): MENU_ID, FUNCTION_NAME, FUNCTION_PARAMETER_COUNT |
| public void processHelpTopic(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from HELP_TOPIC |
| public void processHelpTopicByMenu(
int MenuId, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from HELP_TOPIC by foreign key FK_HELP_TOPIC_SQLC$MENU columns value(s): MENU_ID |
| public void processItemReference(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from ITEM_REFERENCE |
| public void processItemReferenceByItem(
int MenuId, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from ITEM_REFERENCE by foreign key FK_ITEM_REFERENCE_SQLC$ITEM columns value(s): MENU_ID |
| public void processItemReferenceByReferencedItem(
int RefId, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from ITEM_REFERENCE by foreign key FK_ITEM_REFERENCE_SQLC$REFERENCED_ITEM columns value(s): REF_ID |
| public void processMenuColor(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from MENU_COLOR |
| public void processMenuColorByMenu(
int MenuId, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MENU_COLOR by foreign key FK_XM_COLOR_SQLC$MENU columns value(s): MENU_ID |
| public void processMenuFunction(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from MENU_FUNCTION |
| public void processMenuFunctionByMenu(
int MenuId, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MENU_FUNCTION by foreign key FK_MENU_FUNCTION_SQLC$MENU columns value(s): MENU_ID |
| public void processMenuGroup(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from MENU_GROUP |
| public void processMenuGroupByGroup(
String GroupName, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MENU_GROUP by foreign key FK_MENU_GROUP_SQLC$GROUP columns value(s): GROUP_NAME |
| public void processMenuGroupByMenu(
int MenuId, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MENU_GROUP by foreign key FK_MENU_GROUP_SQLC$MENU columns value(s): MENU_ID |
| public void processMenuHelpTopics(
int p1, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. |
| public void processMenuNavigatorTemplate(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from MENU_NAVIGATOR_TEMPLATE |
| public void processMenuNavigatorTemplateByMenu(
int MenuId, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MENU_NAVIGATOR_TEMPLATE by foreign key FK_MENU_NAVIGATOR_TEMPLATE_SQLC$MENU columns value(s): MENU_ID |
| public void processMenuParameter(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from MENU_PARAMETER |
| public void processMenuParameterByMenu(
int MenuId, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MENU_PARAMETER by foreign key FK_MENU_PARAMETER_SQLC$MENU columns value(s): MENU_ID |
| public void processMenuRole(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from MENU_ROLE |
| public void processMenuRoleByMenu(
int MenuId, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MENU_ROLE by foreign key FK_MENU_ROLE_SQLC$MENU columns value(s): MENU_ID |
| public void processMenuRoleByRole(
String RoleName, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MENU_ROLE by foreign key FK_MENU_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public void processMenuUser(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from MENU_USER |
| public void processMenuUserByMenu(
int MenuId, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MENU_USER by foreign key FK_MENU_USER_SQLC$MENU columns value(s): MENU_ID |
| public void processMenuUserByUser(
String LoginName, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MENU_USER by foreign key FK_MENU_USER_SQLC$USER columns value(s): LOGIN_NAME |
| public void processMenuWithChildCount(
int p1, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects items and calculates number of children |
| public void processPermission(
int p1, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects menu's permissions |
| public void processResourcePattern(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from RESOURCE_PATTERN |
| public void processResourcePatternByItem(
int MenuId, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from RESOURCE_PATTERN by foreign key FK_RESOURCE_PATTERN_SQLC$ITEM columns value(s): MENU_ID |
| public void processRootMenus(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects root menus |
| public void processXmenu(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from XMENU |
| public void processXmenuByParent(
Integer Parent, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from XMENU by foreign key FK_XMENU_SQLC$PARENT columns value(s): PARENT |
| public void processXmenuPermission(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from XMENU_PERMISSION |
| public void processXmenuPermissionByMenu(
int MenuId, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from XMENU_PERMISSION by foreign key FK_XMENU_PERMISSION_SQLC$MENU columns value(s): MENU_ID |
| public void processXmenuXidEQ(
String Xid, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects row(s) with equal index value(s): XID |
| public int updateAdornment(
Adornment rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in ARGUN.ADORNMENT |
| public int updateFunctionBinding(
FunctionBinding rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in ARGUN.FUNCTION_BINDING |
| public int updateHelpTopic(
HelpTopic rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in ARGUN.HELP_TOPIC |
| public int updateItemReference(
ItemReference rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in ARGUN.ITEM_REFERENCE |
| public int updateMenuColor(
MenuColor rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in ARGUN.MENU_COLOR |
| public int updateMenuFunction(
MenuFunction rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in ARGUN.MENU_FUNCTION |
| public int updateMenuGroup(
MenuGroup rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in ARGUN.MENU_GROUP |
| public int updateMenuNavigatorTemplate(
MenuNavigatorTemplate rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in ARGUN.MENU_NAVIGATOR_TEMPLATE |
| public int updateMenuParameter(
MenuParameter rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in ARGUN.MENU_PARAMETER |
| public int updateMenuRole(
MenuRole rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in ARGUN.MENU_ROLE |
| public int updateMenuUser(
MenuUser rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in ARGUN.MENU_USER |
| public int updateResourcePattern(
ResourcePattern rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in ARGUN.RESOURCE_PATTERN |
| public int updateXmenu(
Xmenu rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in ARGUN.XMENU |