|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TkRoleDao
Method Summary | |
---|---|
List<TkRole> |
findInActiveRoles(String principalId,
Date asOfDate,
String roleName,
Long workArea,
String department,
String chart)
Returns a list of inactive roles matching the specified criteria. |
List<TkRole> |
findPositionRoles(String positionNumber,
Date asOfDate,
String roleName,
Long workArea,
String department,
String chart)
|
List<TkRole> |
findRoles(String principalId,
Date asOfDate,
String roleName,
Long workArea,
String department,
String chart)
Returns a list of roles matching the specified criteria. |
TkRole |
getInactiveRolesByPosition(String positionNumber)
|
List<TkRole> |
getPositionRolesForWorkArea(Long workArea,
Date asOfDate)
|
TkRole |
getRole(String tkRoleId)
|
TkRole |
getRolesByPosition(String positionNumber)
|
void |
saveOrUpdateRole(TkRole role)
A role to update/save |
void |
saveOrUpdateRoles(List<TkRole> roles)
A list of roles to save. |
Method Detail |
---|
List<TkRole> findRoles(String principalId, Date asOfDate, String roleName, Long workArea, String department, String chart)
principalId
- (optional - null is allowed)asOfDate
- The effective date (required)roleName
- (optional - null is allowed)workArea
- (optional - null is allowed)department
- (optional - null is allowed)chart
- (optional - null is allowed)
List<TkRole> findPositionRoles(String positionNumber, Date asOfDate, String roleName, Long workArea, String department, String chart)
positionNumber
- asOfDate
- roleName
- workArea
- department
- chart
-
List<TkRole> findInActiveRoles(String principalId, Date asOfDate, String roleName, Long workArea, String department, String chart)
principalId
- (optional - null is allowed)asOfDate
- The effective date (required)roleName
- (optional - null is allowed)workArea
- (optional - null is allowed)department
- (optional - null is allowed)chart
- (optional - null is allowed)
void saveOrUpdateRole(TkRole role)
role
- void saveOrUpdateRoles(List<TkRole> roles)
roles
- TkRole getRole(String tkRoleId)
TkRole getRolesByPosition(String positionNumber)
TkRole getInactiveRolesByPosition(String positionNumber)
List<TkRole> getPositionRolesForWorkArea(Long workArea, Date asOfDate)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |