Advertisement
Guest User

Untitled

a guest
Jan 21st, 2013
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. /**
  2. * Returns locationId from Location object
  3. *
  4. * @param location
  5. * @return Location
  6. * @since 1.5
  7. */
  8. @Authorized(PrivilegeConstants.GET_LOCATIONS)
  9. public Integer getLocationId(Integer location);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement