public static class RolePermissionsXmlDTO.WithinRole extends RolePermissionsXmlDTO<RolePermissionXmlDTO.WithinRole> implements RiceXmlListGetterListener<RolePermissionXmlDTO.WithinRole,String>
RolePermissionsXmlDTO.OutsideOfRole, RolePermissionsXmlDTO.WithinRole
Constructor and Description |
---|
RolePermissionsXmlDTO.WithinRole() |
RolePermissionsXmlDTO.WithinRole(String roleId) |
Modifier and Type | Method and Description |
---|---|
String |
getRoleId() |
List<RolePermissionXmlDTO.WithinRole> |
getRolePermissions() |
RolePermissionXmlDTO.WithinRole |
gettingNextItem(String nextItem,
int index)
A listener method that converts the given item into the one expected by the list.
|
void |
newItemAdded(RolePermissionXmlDTO.WithinRole item)
This method is invoked whenever the associated RiceXmlStreamingList instance receives
a newly-unmarshalled child element.
|
void |
setRolePermissions(List<RolePermissionXmlDTO.WithinRole> rolePermissions) |
public RolePermissionsXmlDTO.WithinRole()
public RolePermissionsXmlDTO.WithinRole(String roleId)
public List<RolePermissionXmlDTO.WithinRole> getRolePermissions()
getRolePermissions
in class RolePermissionsXmlDTO<RolePermissionXmlDTO.WithinRole>
public void setRolePermissions(List<RolePermissionXmlDTO.WithinRole> rolePermissions)
setRolePermissions
in class RolePermissionsXmlDTO<RolePermissionXmlDTO.WithinRole>
public void newItemAdded(RolePermissionXmlDTO.WithinRole item)
RiceXmlListAdditionListener
newItemAdded
in interface RiceXmlListAdditionListener<RolePermissionXmlDTO.WithinRole>
item
- The unmarshalled element (or adapter-generated object) to be processed.public RolePermissionXmlDTO.WithinRole gettingNextItem(String nextItem, int index)
RiceXmlListGetterListener
gettingNextItem
in interface RiceXmlListGetterListener<RolePermissionXmlDTO.WithinRole,String>
nextItem
- The item to convert.index
- The index being accessed on the RiceXmlExportList instance.Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.